WeakAurasSaved = { ["editor_tab_spaces"] = 4, ["displays"] = { ["[NL] Bound (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 193585, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] Bound (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "mz3n3X8rj8Q", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[UR] Schockwave (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 272457, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Schockwave (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "QS5oOsDklzN", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["MC Distance 4"] = { ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_absorbMode"] = true, ["range"] = "40", ["names"] = { }, ["use_showHealAbsorb"] = false, ["range_operator"] = ">=", ["spellName"] = 0, ["genericShowOn"] = "showOnCooldown", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["unit"] = "target", ["event"] = "Range Check", ["use_unit"] = true, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["realSpellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["custom_hide"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["unit"] = "player", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 80, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["xOffset"] = 0, ["crop_x"] = 0.41, ["user_y"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["anchorPoint"] = "CENTER", ["fontSize"] = 12, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["width"] = 30, ["slantFirst"] = false, ["semver"] = "1.2.9", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["id"] = "MC Distance 4", ["auraRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["startAngle"] = 10, ["tocversion"] = 90205, ["inverse"] = true, ["uid"] = "7uAG1x9eiGi", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["Mythic+ Seasonal Highest Runs"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "Mythic+ seasonal highest runs", "Background", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "KnnW6_3C3", ["xOffset"] = 0, ["preferToUpdate"] = true, ["regionType"] = "dynamicgroup", ["yOffset"] = -20, ["anchorPoint"] = "BOTTOMLEFT", ["anchorFrameFrame"] = "PVEFrameTab1", ["rowSpace"] = 1, ["borderColor"] = { 0, 0, 0, 1, }, ["useAnchorPerUnit"] = false, ["url"] = "https://wago.io/KnnW6_3C3/52", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["authorOptions"] = { }, ["useLimit"] = false, ["align"] = "LEFT", ["groupIcon"] = "525134", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "Mythic + seasonal highest runs. \nUseful to know what keystone level you need to apply when your are applying to PU.", ["stagger"] = 0, ["arcLength"] = 360, ["version"] = 52, ["subRegions"] = { }, ["gridType"] = "RD", ["uid"] = "2MkcdCvWbu9", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["sortHybridTable"] = { ["Background"] = false, ["Mythic+ seasonal highest runs"] = false, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["fullCircle"] = true, ["source"] = "import", ["frameStrata"] = 1, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["gridWidth"] = 5, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["config"] = { }, ["borderOffset"] = 4, ["semver"] = "2.2.2", ["tocversion"] = 100002, ["id"] = "Mythic+ Seasonal Highest Runs", ["animate"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["space"] = 2, ["borderInset"] = 1, ["rotation"] = 0, ["selfPoint"] = "TOPLEFT", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["internalVersion"] = 75, }, ["[ULT] Wild Cleave (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369563, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Wild Cleave (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "m5JRUWEhyvc", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Flare Bomb Timer + Feathers"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["adjustedMax"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.50588238239288, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "GilaGIfivko", ["displayIcon"] = 2103807, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_count"] = false, ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "", ["use_cast"] = false, ["use_extend"] = false, ["debuffType"] = "HELPFUL", ["names"] = { }, ["useName"] = false, ["duration"] = "4", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["extend"] = "", ["event"] = "Combat Log", ["events"] = "CLEU:SPELL_CAST_START:SPELL_AURA_APPLIED, CAUSESE_FLARE, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_CAST_START\" then\n if spellID == 425576 then\n aura_env.counter = aura_env.counter + 1\n if aura_env.counter >= 3 then\n aura_env.counter = 1\n end\n C_Timer.After(4, function() WeakAuras.ScanEvents(\"CAUSESE_FLARE\", \"nilcheck\") end)\n allstates[\"bomb\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n count = aura_env.counter,\n autoHide = true\n }\n return true\n end\n elseif subEvent == \"SPELL_AURA_APPLIED\" and spellID == 425652 then\n local state = allstates[\"bomb\"]\n if state then\n state.remaining = state.remaining - 1\n if state.remaining == 0 then\n state.show = false\n end\n state.changed = true\n return true\n end\n end\n elseif event == \"CAUSESE_FLARE\" and ... then\n allstates[\"bomb\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 14.5,\n expirationTime = 14.5 + GetTime(),\n remaining = 4,\n isFlareBomb = true,\n autoHide = true,\n }\n return true\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["use_spellId"] = false, ["spellIds"] = { }, ["use_remaining"] = false, ["check"] = "event", ["type"] = "custom", ["custom_type"] = "stateupdate", ["customVariables"] = "{count = \"number\", isFlareBomb = \"bool\", remaining = \"number\", expirationTime = \"bool\"}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%c Feathers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_shadowXOffset"] = 1, ["text_text_format_count_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%remaining", ["text_text_format_remaining_abbreviate"] = false, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_remaining_color"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_remaining_format"] = "none", ["text_text_format_remaining_realm_name"] = "never", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_shadowXOffset"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = -1, ["text_text_format_remaining_abbreviate_max"] = 8, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "ICON_CENTER", ["text_text_format_p_time_precision"] = 1, ["text_text_format_n_format"] = "none", ["text_fontSize"] = 33, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["zoom"] = 0.2, ["xOffset"] = 0, ["sparkHeight"] = 30, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["id"] = "08 Flare Bomb Timer + Feathers", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["frameStrata"] = 1, ["width"] = 240, ["config"] = { }, ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "1", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "isFlareBomb", ["value"] = 1, }, ["changes"] = { { ["value"] = "Flare Bomb", ["property"] = "sub.3.text_text", }, { ["value"] = 132839, ["property"] = "displayIcon", }, { ["value"] = { 1, 0.13725490868092, 0, 1, }, ["property"] = "barColor", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["[Academy] Zepter (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 388899, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294123888016, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Zepter (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "zaPbYCQM8Vm", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 High Energy"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "331209", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["duration"] = "1", ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["useName"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["auraspellids"] = { "331209", }, ["type"] = "unit", ["spellIds"] = { }, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = false, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["auranames"] = { "331209", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["duration"] = "1", ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["useName"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["auraspellids"] = { "331209", }, ["type"] = "unit", ["spellIds"] = { }, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = false, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Charge Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0, 0.035294117647059, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136215, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "CQRdaeS(2I(", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 High Energy", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["AUG_Momentum Shift"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Momentum Shift", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = true, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [408004] = true, [115532] = true, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "aCHpm1quPFU", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Momentum Shift", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 612099, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Tier_Set[Warlock]"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["stack_info"] = "count", ["use_alwaystrue"] = true, ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["ownOnly"] = true, ["name_info"] = "players", ["names"] = { "Atonement", }, ["use_specific_unit"] = false, ["use_tooltip"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["group_count"] = "1", ["buffShowOn"] = "showOnActive", ["unevent"] = "auto", ["custom_hide"] = "timed", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["type"] = "aura2", ["event"] = "Conditions", ["spellName"] = 228260, ["realSpellName"] = "Void Eruption", ["use_spellName"] = true, ["spellIds"] = { }, ["group_countOperator"] = ">=", ["auranames"] = { "394253", "394215", "394776", "387263", }, ["combineMatches"] = "showLowest", ["useAffected"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 228260, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89803928136826, 0.81960791349411, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "PRIEST", ["multi"] = { ["PRIEST"] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 256, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["use_level"] = false, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["faction"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spellknown"] = 394406, ["use_dragonriding"] = false, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "458720", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Tier_Set[Warlock]", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "R9ayiIt7Uu0", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[UR] Decaying Mind (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 278961, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Decaying Mind (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "SeKxrcQ2Q4R", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["01 Dreadfire Barrage (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\5.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "424352", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "vRjIxNO5rzN", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Dreadfire Barrage (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["10 Spiteful"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["customVariables"] = "", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["duration"] = "1", ["event"] = "Chat Message", ["subeventPrefix"] = "SPELL", ["unevent"] = "timed", ["custom"] = "function(allstates, event, ...)\n --counts amount of applications and hides it appropriately\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 338510 then\n if allstates[\"\"] then\n allstates[\"\"].stacks = allstates[\"\"].stacks + 1\n allstates[\"\"].changed = true\n return true\n else\n allstates[\"\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 14,\n expirationTime = 14 + GetTime(),\n stacks = 1,\n autoHide = true,\n }\n return true\n end\n end\n if subEvent == \"SPELL_AURA_REMOVED\"\n and spellID == 338510 then\n local state = allstates[\"\"]\n if state then\n state.stacks = state.stacks - 1\n state.changed = true\n if state.stacks <= 0 then\n state.show = false\n state.changed = true\n end\n return true\n end\n end\n end\nend", ["spellIds"] = { }, ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["check"] = "event", ["names"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2407", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 237553, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "9ngMGTgYuYP", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Spiteful", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Renewing Blaze 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "374348", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 186265, }, ["useGroup_count"] = false, ["names"] = { "Дух черепахи", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Renewing Blaze", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 374348, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 186265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.65098041296005, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 374348, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "fG4j6RsC70L", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Renewing Blaze 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["02 Sinseeker (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.ID == 16 then\n return \"Soak\"\n else\n return \"Avoid\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["duration"] = "4", ["names"] = { }, ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["group_count"] = "0", ["type"] = "aura2", ["custom_hide"] = "timed", ["custom_type"] = "event", ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "group", ["auranames"] = { "335113", }, ["events"] = "CHAT_MSG_RAID_BOSS_WHISPER", ["spellIds"] = { }, ["auraspellids"] = { "335113", }, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "335113", }, ["duration"] = "4", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["auraspellids"] = { "335113", }, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["spellIds"] = { }, ["events"] = "CHAT_MSG_RAID_BOSS_WHISPER", ["custom_type"] = "event", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.086274509803922, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 236174, ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "Jkc5ZvgON4G", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "02 Sinseeker (Others)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["custom"] = "if aura_env.ID ~= 16 then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Avoid.ogg\", \"MASTER\")\nelse\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Soak.ogg\", \"MASTER\")\nend", ["do_sound"] = false, ["sound"] = " custom", ["do_message"] = false, ["do_custom"] = true, }, ["init"] = { ["custom"] = "aura_env.ID = select(3, GetInstanceInfo())", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["[HoI] Whirling Fury (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375080, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Whirling Fury (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "CYW5kVkiRI)", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Nature's Fury (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "423719", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2731", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "uEZY9PIDBIw", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Nature's Fury (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[BHH] Scream (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 385029, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Scream (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "8Yw6o46ukvh", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[Ruby] Eisblitz (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 371984, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Eisblitz (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "OlwckMncBjn", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["05 Wracking Pain (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361689", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2544", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "64Tz7Vd16bs", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Wracking Pain (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Ray of Anguish BW/DBM Timer"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "407069", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "4", ["use_exact_spellId"] = false, ["use_unit"] = true, ["use_absorbMode"] = true, ["use_cast"] = false, ["use_remaining"] = true, ["debuffType"] = "HARMFUL", ["custom_type"] = "stateupdate", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["events"] = "", ["use_text"] = false, ["event"] = "Health", ["auraspellids"] = { }, ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["check"] = "event", ["type"] = "addons", ["unit"] = "player", ["customVariables"] = "", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "407069", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "4", ["use_exact_spellId"] = false, ["use_unit"] = true, ["use_absorbMode"] = true, ["use_cast"] = false, ["use_remaining"] = true, ["debuffType"] = "HARMFUL", ["custom_type"] = "stateupdate", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["events"] = "", ["use_text"] = false, ["event"] = "Health", ["auraspellids"] = { }, ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["check"] = "event", ["type"] = "addons", ["unit"] = "player", ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Lasers Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236216, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "yEIJ5M2i1Mn", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Ray of Anguish BW/DBM Timer", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["custom"] = "if aura_env.state and aura_env.state.duration then\n aura_env.region:SetDurationInfo(4, 4 + GetTime(), false, false)\nend", ["do_custom"] = true, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Potions_Hunter 2"] = { ["sparkWidth"] = 5, ["stacksSize"] = 14, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\snakeatt.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 0.60000002384186, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = false, ["texture"] = "fer28", ["textFont"] = "Homespun", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["timerFont"] = "Homespun", ["alpha"] = 1, ["borderInset"] = 1, ["displayIcon"] = "INTERFACE\\ICONS\\inv_jewelry_ring_65", ["zoom"] = 0.3, ["cooldown"] = true, ["borderOffset"] = 0, ["adjustedMax"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Utility]", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["barInFront"] = false, ["icon"] = true, ["uid"] = "vGneLpFyUJj", ["cooldownSwipe"] = true, ["displayTextLeft"] = "%n", ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["textSize"] = 10, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["names"] = { "Боевое зелье интеллекта", "Боевое зелье интеллекта", "Боевое зелье интеллекта", "Боевое зелье интеллекта", }, ["ownOnly"] = true, ["duration"] = "15", ["custom_hide"] = "timed", ["unevent"] = "timed", ["debuffType"] = "HELPFUL", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["custom_type"] = "event", ["spellIds"] = { 279151, 279164, 279162, 279163, }, ["auranames"] = { "307162", "307159", "307495", "307195", "307164", "307161", "307494", "307163", "307497", }, ["event"] = "Health", ["spellName"] = "Healing Tide Totem", ["buffShowOn"] = "showOnActive", ["use_spellName"] = true, ["events"] = "COMBAT_LOG_EVENT_UNFILTERED", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["combineMatches"] = "showLowest", ["use_unit"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["anchorFrameType"] = "SCREEN", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["duration"] = "0.5", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = -0.5, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 1, ["x"] = 1, ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["scaleType"] = "pulse", ["use_scale"] = false, ["easeStrength"] = 3, ["scalex"] = 0.5, ["colorB"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["frameStrata"] = 3, ["text"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["stickyDuration"] = false, ["id"] = "Potions_Hunter 2", ["textFlags"] = "OUTLINE", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = " ", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["timerSize"] = 10, ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["useAdjustededMax"] = false, ["source"] = "import", ["borderBackdrop"] = "Blizzard Tooltip", ["cooldownTextDisabled"] = true, ["sparkHeight"] = 35, ["border"] = true, ["borderEdge"] = "1 Pixel", ["spark"] = true, ["borderSize"] = 1, ["sparkRotation"] = 0, ["icon_side"] = "RIGHT", ["config"] = { }, ["height"] = 33, ["anchorFrameParent"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["stacksFont"] = "MSBT Morpheus", ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.0.7", ["displayTextRight"] = "%p", ["sparkHidden"] = "BOTH", ["backgroundColor"] = { 0.12549019607843, 0.12156862745098, 0.12156862745098, 0.60000002384186, }, ["useCooldownModRate"] = true, ["width"] = 33, ["sparkRotationMode"] = "MANUAL", ["authorOptions"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["09 Fearful Trepidation Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360145, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_unit"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["unit"] = "boss", ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3163624, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Mxpx6FWqGKj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Fearful Trepidation Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[FH] Barrel Smash (CLEAVE)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 256589, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Barrel Smash (CLEAVE)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "vekqODDeF(t", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Annihilating Glare"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_spellNames"] = true, ["type"] = "unit", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["unit"] = "boss1", ["names"] = { }, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["spellNames"] = { 350764, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "cast", ["variable"] = "castType", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.058823529411765, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n if aura_env.state\n and aura_env.state.castType\n and aura_env.state.castType == \"cast\" then\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Annihilating Glare", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "C3)Q43m55Je", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528298, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Pierce Soul (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350475", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip2%% Heal", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip2_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Pierce Soul (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "J81tPVIqgad", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Mass Entanglement"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Root.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "424495", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Root", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "1DQ4haea09Z", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Mass Entanglement", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["03 High Energy"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "165805", ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["percentpower"] = { "65", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.066666666666667, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 524795, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "DPf)MQx)02E", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 High Energy", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["07 Searing Aftermath (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "422577", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Go Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2824", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "1UIVDOxr)pX", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Searing Aftermath (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["06 Recharge"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 361200, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038102, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "(mE0wleEHPK", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Recharge", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Demon Hunter Buffs"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 40, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["showClones"] = true, ["type"] = "aura2", ["useExactSpellId"] = true, ["ownOnly"] = true, ["event"] = "Health", ["names"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "258920", "162264", "347462", "208628", "187827", "263648", "203819", "329554", "347765", "203650", "343312", }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "TOP", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 3, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["cooldown"] = true, ["conditions"] = { }, ["parent"] = "Ipse: Demon Hunter", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { ["row"] = 3, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["width"] = 36, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["semver"] = "1.0.4", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "Demon Hunter Buffs", ["zoom"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "PFLkvXp(o4A", ["inverse"] = false, ["url"] = "https://wago.io/4kTH1dUFb/43", ["displayIcon"] = 535595, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["03 Glyph of Relocation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362803", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2553", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kVYLirPJel)", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Glyph of Relocation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[RLP] Cleave's & Frontal's"] = { ["controlledChildren"] = { "[Ruby] Koloss (Frontal)", "[Ruby] Sturmatem (Frontal)", "[Ruby] Blazing Rush (Frontal)", "[Ruby] Flammenatem (Frontal)", "[Ruby] Ansturm (Frontal)", "[Ruby] Burnout (Cleave)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578416, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[RLP] Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "bSrSYqftqgD", ["parent"] = "Cleave's and Frontal's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[Academy] Call of the Swarm (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 377389, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Call of the Swarm (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "NUwUhiaoSNX", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[Ruby] Ansturm (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372087, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Ansturm (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "Ddz7YFwbbrH", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Quell CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 351338, ["use_spellName"] = true, ["spellIds"] = { }, ["use_ignoreoverride"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 351338, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 27, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["zone"] = "The Forbidden Reach", ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Icons", ["uid"] = "J(JtO(C9cvO", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 4, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Quell CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[Academy] Vexamus (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 385958, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Vexamus (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "BezC7Ayfb(Z", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["DragonRage"] = { ["sparkWidth"] = 28, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -183.25366401672, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.050980396568775, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "BantoBar", ["zoom"] = 0.42, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Dragonrage", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "375087", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Combustion", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 16, ["border_anchor"] = "bar", ["border_offset"] = 5, ["border_color"] = { 1, 1, 1, 0.5, }, ["border_visible"] = false, ["border_edge"] = "None", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_anchorYOffset"] = 1, ["text_fontSize"] = 6, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "ICON_CENTER", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 6, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["borderBackdrop"] = "None", ["borderInFront"] = false, ["xOffset"] = 0, ["icon_side"] = "RIGHT", ["customTextUpdate"] = "update", ["backgroundColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 43, ["spark"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 149.5, ["semver"] = "1.2.18", ["id"] = "DragonRage", ["sparkHidden"] = "NEVER", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "7nUzHBTsE6x", }, ["Special Warnings"] = { ["controlledChildren"] = { "Freehold - Painful Motivation (Do not Interrupt)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Specials.", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Special Warnings", ["groupIcon"] = 892828, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "v(9(OdyR0lJ", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["CHEAT DOWN"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = -346.25262451172, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -182.97518920898, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\OhNo.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\kaching.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Empty Hourglass", "Cauterize", "Guardian of Ancient Kings", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 22, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "0nEGqt7Z4OV", ["adjustedMax"] = "", ["parent"] = ".EvokerUI-Preheat", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["information"] = { }, ["authorOptions"] = { }, ["color"] = { 1, 1, 1, 1, }, ["cooldownEdge"] = false, ["width"] = 22, ["alpha"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "CHEAT DOWN", ["zoom"] = 0.28, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["[TNO] Thunderclap (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "2093", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[TNO] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 386028, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TNO] Thunderclap (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "2CVfxd3jR(w", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Saves_Hunter 2"] = { ["sparkWidth"] = 10, ["stacksSize"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.59607843137255, 0.93725490196078, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["talent3"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_level"] = false, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["affixes"] = { ["multi"] = { }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = true, ["texture"] = "fer35", ["textFont"] = "Friz Quadrata TT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 136230, ["cooldown"] = true, ["textColor"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["parent"] = "Evoker [Utility]", ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["adjustedMin"] = "", ["zoom"] = 0.3, ["borderColor"] = { 0, 0, 0, 1, }, ["borderBackdrop"] = "Blizzard Tooltip", ["cooldownSwipe"] = true, ["width"] = 33, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["displayTextLeft"] = "%p", ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["buffShowOn"] = "showOnActive", ["unit"] = "player", ["spellIds"] = { 15286, }, ["type"] = "aura2", ["auranames"] = { "33206", "97462", "6940", "1022", "204018", "15286", "47788", "31821", "102342", "116849", "77764", }, ["combineMatches"] = "showLowest", ["ownOnly"] = false, ["names"] = { "Объятия вампира", }, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["frameStrata"] = 3, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["backdropInFront"] = true, ["text"] = true, ["textSize"] = 11, ["stickyDuration"] = false, ["id"] = "Saves_Hunter 2", ["stacksFont"] = "Friz Quadrata TT", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["timerSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundColor"] = { 0, 0, 0, 0.41000002622604, }, ["source"] = "import", ["displayTextRight"] = "%n", ["spark"] = false, ["sparkHeight"] = 39, ["border"] = true, ["borderEdge"] = "1 Pixel", ["borderSize"] = 1, ["borderInFront"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["glow_frame"] = "WeakAuras:bDesp", ["sound"] = "Interface\\Addons\\SharedMedia_MyMedia\\sound\\yankiebangbang.ogg", ["do_sound"] = false, }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["icon_side"] = "RIGHT", ["config"] = { }, ["sparkRotationMode"] = "AUTO", ["anchorFrameParent"] = false, ["rotateText"] = "NONE", ["backdropColor"] = { 1, 1, 1, 0, }, ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.0.7", ["height"] = 33, ["sparkHidden"] = "NEVER", ["borderOffset"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["uid"] = "eE4)JQE7E3A", ["textFlags"] = "OUTLINE", ["inverse"] = false, ["authorOptions"] = { }, ["orientation"] = "HORIZONTAL_INVERSE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["02 Shadows Convergence"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["match_count"] = "0", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 407640 and WeakAuras.CheckRange(unit, 40, \"<=\") then\n local _, _, icon, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if expirationTime then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n icon = icon,\n autoHide = true,\n } \n return true\n end\n end\nend", ["event"] = "Cast", ["type"] = "custom", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["match_countOperator"] = ">", ["check"] = "event", ["use_absorbMode"] = true, ["matchesShowOn"] = "showOnActive", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 458969, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "q)6jyCaikAe", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Shadows Convergence", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["06 High Energy"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["auraspellids"] = { }, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_debuffClass"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "boss1", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4038101", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "pb8P1dOh2hB", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 High Energy", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["d_rescue"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 29.499999745687, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useCount"] = true, ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 360995, ["use_remaining"] = false, ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 498, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["alpha"] = 1, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["useTooltip"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [385129] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["parent"] = ".DPSEvoker", ["xOffset"] = -91.5, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 29, ["useCooldownModRate"] = true, ["desaturate"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_rescue", ["icon"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["uid"] = "S6KokMO0pPj", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["Bronze Cache"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223910, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_legacy_floor"] = false, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_visible"] = false, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223910\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "5Ocoe)3)wJF", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Bronze Cache", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "4555561", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["07 Lightshatter Beam Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 360977, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorB"] = 0.027450980392157, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["use_color"] = true, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["x"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorA"] = 1, ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "GG3hESkrCGS", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Lightshatter Beam Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Asynchronized Tinker Gem"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223906, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223906\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Asynchronized Tinker Gem", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "BVaS3zpOIQV", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "133871", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Dream Rend"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["iconSource"] = -1, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 417455, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["xOffset"] = 0, ["adjustedMax"] = "", ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["authorOptions"] = { }, ["icon"] = true, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "AoE Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["alpha"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["version"] = 47, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 1357803, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["sparkHidden"] = "NEVER", ["zoom"] = 0.2, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.46", ["config"] = { }, ["inverse"] = false, ["id"] = "09 Dream Rend", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = "AoE", ["property"] = "sub.3.text_text", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "0QVwL4B0m1t", }, ["Dream Projection"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Dream Projection", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 377509, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Dream Projection", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 377509, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 377509, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Dream Projection", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "y8GAs0SkMcP", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["BigWigs / DBM Timers / Texts"] = { ["controlledChildren"] = { "01 Controlled Burn Timer", "01 Doom Cultivation Timer", "02 Blistering Spear Timer", "02 Marked for Torment Timer", "02 Heart Stopper + Umbral Destruction Timer", "02 Heart Stopper Timer", "02 Umbral Destruction Timer", "02 Smashing Viscera Timer (non mythic only)", "03 Serpent's Fury Timer", "03 Flood of the Firelands Timer", "04 Barreling Charge Timer", "04 Leap Timer (Tanks, Achor To Nameplate)", "04 Blink Timer (Tanks, Achor To Nameplate)", "05 Igniting Growth Timer", "05 Scorching Roots Timer", "05 Ashen Devastation Timer", "06 Ephemeral Flora Timer (not implemented)", "07 Lava Geysers Timer (DISABLED)", "07 Overheated Timer", "08 Mass Entanglement Timer", "08 Supernova Land Timer", "08 Wild Mushrooms Helper (Mythic)", "09 Dream Rend Timer", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["preferToUpdate"] = false, ["yOffset"] = 60, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["version"] = 47, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "BigWigs / DBM Timers / Texts", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = "254650", ["uid"] = "ztH1YZ2WoXv", ["xOffset"] = 10, ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Verdant Embrace (Devastation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 360995, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 360995, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 360995, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Verdant Embrace (Devastation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "tRTZaR(CSUv", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["09 Unto Darkness"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360304, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["duration"] = "20", ["subeventPrefix"] = "SPELL", ["unit"] = "boss", ["auraspellids"] = { }, ["spellName"] = 0, ["useExactSpellId"] = false, ["event"] = "Cast", ["debuffType"] = "HARMFUL", ["realSpellName"] = 0, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["use_spellNames"] = true, ["type"] = "unit", ["castType"] = "channel", ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["use_castType"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 538518, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "oIbVRB9UAsV", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Unto Darkness", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["11 Rune of Domination"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_custom"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "365150", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Stack", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528304, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "pZA5hIHNsq0", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Rune of Domination", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Cauterizing Flame"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Cauterizing Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 374251, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Cauterizing Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 374251, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 374251, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Cauterizing Flame", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "9CkwhBDzY71", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["09 Undying Wrath"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["names"] = { }, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["type"] = "unit", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "346530", }, ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 352355, }, ["use_absorbMode"] = true, ["useName"] = false, ["use_spellIds"] = true, ["use_track"] = true, ["duration"] = "", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348787", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Immune", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Exit.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.53725490196078, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.53725490196078, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "pulseColor", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.53725490196078, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Undying Wrath", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "47bG9oOMj95", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 136188, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Weakened Vitality"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "404616", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "JiBCi3fuSlp", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Weakened Vitality", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Scouring Eternity"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 403625, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["names"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914669, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "oCks4gjtvA1", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Scouring Eternity", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Focus Target Group."] = { ["controlledChildren"] = { "[UR] - (Focus)", "[FH] - (Focus)", "[VP] - (Focus)", "[NL] - (Focus)", "[HoI] - (Focus)", "[ULT] - (Focus)", "[BHH] - (Focus)", "[NLTH] - (Focus)", "[Neltharus] - Molten Core ADD (Glow)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Focus Target Group.", ["groupIcon"] = 878211, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "l6KPLi0MZsA", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["11 Suffering"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["parent"] = "Sepulcher (wago.io/slraid3)", ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362194", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 0, 0.011764705882353, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "WzDpNcatSHe", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Suffering", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/slraid3/64", }, ["09 Hurtling Barrage"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405486", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2992370, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "T4ifnR8SCIZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Hurtling Barrage", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Essence 2"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["size"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_never"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 2, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 2", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "JkX55uX79zJ", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 2", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 2, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 2, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["04 Collapsing Realities"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "340788", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_specific_unit"] = true, ["use_absorbMode"] = true, ["unit"] = "boss1", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["custom_hide"] = "timed", ["events"] = "", ["useName"] = true, ["use_spellName"] = false, ["unevent"] = "timed", ["spellName"] = { 0, }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["type"] = "combatlog", ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["duration"] = "14.6", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["spellId"] = { "329770", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_specific_unit"] = true, ["use_absorbMode"] = true, ["unit"] = "boss1", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["custom_hide"] = "timed", ["events"] = "", ["useName"] = true, ["use_spellName"] = false, ["unevent"] = "timed", ["spellName"] = { 0, }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["type"] = "combatlog", ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["duration"] = "17.6", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["events"] = "CLEU:SPELL_CAST_START, ENCOUNTER_START", ["custom_type"] = "stateupdate", ["check"] = "event", ["custom_hide"] = "timed", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if spellID == 329834\n then\n aura_env.counter = aura_env.counter + 1\n if not WeakAuras.GetActiveTriggers(aura_env.id)[1]\n and not WeakAuras.GetActiveTriggers(aura_env.id)[2] then\n local timer = aura_env.counter % 2 == 1 and 14.3 or 14.6\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = timer,\n expirationTime = timer + GetTime(),\n autoHide = true,\n }\n return true\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Explosion", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3575389", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "oSg09MIKlPJ", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.counter = 0", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "pulseHSV", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Collapsing Realities", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Stolen Power"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["auranames"] = { "387603", "387604", }, ["unit"] = "player", ["duration"] = "1", ["names"] = { "Искоренение", }, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_inverse"] = true, ["matchesShowOn"] = "showOnActive", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["buffShowOn"] = "showAlways", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["useGroup_count"] = false, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["use_specific_unit"] = false, ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.82745105028152, 0.72156864404678, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [267216] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387602, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Stolen Power", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "10AOmC1ANPl", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "387604", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["BurnoutBar"] = { ["texXOffset"] = 0.1, ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["stacksOperator"] = ">=", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["useName"] = false, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "Burnout", }, ["stacks"] = "1", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "375802", }, ["names"] = { }, ["useStacks"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p - %s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_never"] = true, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["zoom"] = 0.35, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "BurnoutBar", ["frameStrata"] = 1, ["alpha"] = 1, ["width"] = 10, ["parent"] = "Buff Tracker", ["uid"] = "SZx2ZgE1Dz0", ["inverse"] = false, ["iconSource"] = -1, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = 0.5, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["texYOffset"] = 0, }, ["Eternity Surge Cheaper"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["charges"] = "1", ["spellName"] = 382411, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382411, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "370553", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["names"] = { }, ["use_genericShowOn"] = true, ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["spellName"] = 370553, ["custom_hide"] = "timed", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115581] = true, [87656] = true, [115586] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 356995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "5Xre0XxkJNW", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Eternity Surge Cheaper", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["02 Blistering Twilight (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "405642", }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["type"] = "aura2", ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "405642", }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 237588, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "\n", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "9z(YkdRx5kC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Blistering Twilight (Others)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_loop"] = true, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["do_custom"] = false, }, ["finish"] = { }, }, }, ["Leaping Flames 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "370901", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 370901, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Leaping Flames 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "StqSB(r6kMj", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["[TNO] Stomp (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "2093", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[TNO] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 382233, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TNO] Stomp (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "ww4zeiTz5rT", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Twisting Blade"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["iconSource"] = -1, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 416996, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["xOffset"] = 0, ["adjustedMax"] = "", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["authorOptions"] = { }, ["icon"] = true, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["alpha"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["version"] = 47, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 4624383, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["sparkHidden"] = "NEVER", ["zoom"] = 0.2, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.46", ["config"] = { }, ["inverse"] = false, ["id"] = "02 Twisting Blade", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "WwNWilvSvaH", }, ["10 Massive Bang"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 363533, }, ["auranames"] = { }, ["duration"] = "", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["unit"] = "boss1", ["useName"] = false, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["ignoreAuraSpellids"] = { }, ["use_specific_unit"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3610499, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Bb1EyVYHqW0", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Massive Bang", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Terror Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["match_countOperator"] = ">", ["useExactSpellId"] = true, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "404743", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "XLmt2UOgTi)", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Terror Claws (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["07 Seeking Inferno"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "426144", }, ["auranames"] = { }, ["duration"] = "2", ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "event", ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["custom_type"] = "event", ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["use_absorbMode"] = true, ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = false, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "First Orb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 134337, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "hVSdfb)bQpV", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Seeking Inferno", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["07 Dredger Servants"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "169457", ["spellId"] = 334757, ["auranames"] = { }, ["duration"] = "1", ["names"] = { }, ["use_unit"] = true, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["unit"] = "boss", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss1", ["fetchTooltip"] = false, ["event"] = "Cast", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if unit\n and spellID == 330978 then\n local _, _, _, startMS, endMS, _, _, _, spellId = UnitCastingInfo(unit)\n if spellId and spellId == spellID then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000) + 3.7,\n expirationTime = (endMS/1000) + 3.7,\n autoHide = true,\n } \n return true\n end\n end\n end\nend", ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["check"] = "event", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 461806, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "lZENIi(LQ9X", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Dredger Servants", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Power Word: Fortitude - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Power Word: Fortitude", }, ["useClass"] = false, ["names"] = { }, ["group_count"] = "100%", ["ignoreInvisible"] = true, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["group_countOperator"] = "<", ["use_includePets"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["ignoreDisconnected"] = true, ["useName"] = false, ["spellIds"] = { }, ["ignoreDead"] = true, ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "21562", }, ["unit"] = "group", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { [257] = true, [258] = true, [256] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_class"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["unevent"] = "auto", ["event"] = "Unit Characteristics", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["use_ignoreDead"] = true, ["unit"] = "group", ["class"] = "PRIEST", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["unit"] = "group", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount/%1.maxUnitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Power Word: Fortitude - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "As9qxlY5slK", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 135987, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Chipped Masterful Amethyst"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210715, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210715\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Masterful Amethyst", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "Vb6XC0v87eW", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629525", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Tailswipe CD 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Tail Swipe", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 368970, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control 2", ["uid"] = "9HpGgLsoA4m", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Tailswipe CD 2", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["05 Fiery Force of Nature"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "417653", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_delay"] = false, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_unit"] = true, ["type"] = "event", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["duration"] = "2.2", ["auraspellids"] = { "426206", }, ["event"] = "Spell Cast Succeeded", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = true, ["count"] = "", ["useName"] = false, ["use_count"] = false, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 132129, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "CXn0C2U2Thw", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Fiery Force of Nature", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock"] = { ["controlledChildren"] = { "Specials.", "Affixes.", "Focus Target Group.", "Cleave's and Frontal's.", "Dungeon (Interrupt's & CC's)", "Older Content", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["xOffset"] = -620, ["preferToUpdate"] = true, ["yOffset"] = 145, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "Pink Glowing Nameplate means to Interrupt Heavy incoming Damage Cast's.\nTurquoise Glow's tells you to interrupt important Heal/Absorb cast's.\nOrange Glow's + Progressbar's Above Nameplate reminds you to dodge any Frontal/Cleave.\nYellow Glow's means to Stun / Fear / Knock / Desorient / Grip any kind of CC..\nWhite Glowing Nameplate's are the most important kill Target in any pull - you can disable Focus target glow if u put Load \"Never\" on Focus Target group!\n", ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["uid"] = "G)v87B)2cgK", ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["borderInset"] = 1, ["config"] = { }, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { }, ["groupIcon"] = 648760, }, ["08 Lingering Cinder"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "424582", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = ")tGUn3djm(o", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Lingering Cinder", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["01 Uprooted Agony"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "member", ["auranames"] = { "421840", }, ["names"] = { }, ["spellIds"] = { }, ["specificUnit"] = "boss1", ["fetchRole"] = true, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip1%% DPS", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "(IXCct(pa1S", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Uprooted Agony", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Minor Bronze Cache"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 223908, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0.10980392992496, 1, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223908\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4555555", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "K45TomEmcLY", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Minor Bronze Cache", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["04 Arcane Vulnerability (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327902", }, ["auranames"] = { "340533", }, ["duration"] = "12", ["names"] = { }, ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = true, ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["use_destUnit"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132097, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "eOsYSiRVf8c", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5843137254902, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5843137254902, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Arcane Vulnerability (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["08 Necrotic Detonation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "363024", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Heal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "T7PWCpMXlYE", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Necrotic Detonation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 High Energy P1-P3"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["percenthealth_operator"] = { ">", }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["events"] = "UNIT_POWER_UPDATE:boss1, UNIT_SPELLCAST_CHANNEL_STOP:boss1, ENCOUNTER_START", ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["custom"] = "function(allstates, event, unit, _, spellID)\n if event == \"UNIT_SPELLCAST_CHANNEL_STOP\" then\n if spellID == 333980\n or spellID == 332849 then\n aura_env.counter = aura_env.counter + 1 \n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n elseif event == \"UNIT_POWER_UPDATE\"\n and unit\n and UnitGUID(unit) then\n local power = UnitPower(unit)\n local bossHP = (UnitHealth(\"boss1\")/UnitHealthMax(\"boss1\"))*100\n if bossHP\n and power\n then\n if power >= 85 and power < 100 then\n allstates[\"energy\"] = {\n show = true,\n changed = true,\n progressType = \"static\",\n value = power,\n total = 100,\n name = (bossHP > 70 and \"Dodge Inc\") or (bossHP <= 70 and bossHP > 40 and \"Dance Inc\") or (bossHP <= 40 and (aura_env.ID == 16 and \"Bait Inc\") or (aura_env.counter % 2 == aura_env.hardMode and \"Dance Inc\" or \"Dodge Inc\")),\n icon = (bossHP > 70 and 136133) or (bossHP <= 70 and bossHP > 40 and 3565727) or (bossHP <= 40 and (aura_env.ID == 16 and 136129) or (aura_env.counter % 2 == aura_env.hardMode and 3565727 or 136133)),\n }\n return true\n else\n if allstates[\"energy\"] then\n allstates[\"energy\"].show = false\n allstates[\"energy\"].changed = true\n return true\n end\n end\n end\n end\nend", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["unit"] = "player", ["percenthealth"] = { "", }, ["event"] = "Health", ["unevent"] = "auto", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["check"] = "event", ["use_percenthealth"] = false, ["use_track"] = true, ["customVariables"] = "{\n value = true,\n}", }, ["untrigger"] = { ["unit"] = "player", }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_shadowXOffset"] = 0, ["text_text_format_value_color"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_value_decimal_precision"] = 1, ["text_text_format_value_gcd_hide_zero"] = false, ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_color"] = { 1, 0, 0.050980392156863, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_value_abbreviate"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_value_gcd_cast"] = false, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_value_format"] = "none", ["type"] = "subtext", ["text_text_format_value_abbreviate_max"] = 8, ["text_font"] = "Friz Quadrata TT", ["text_text_format_value_time_precision"] = 1, ["text_fixedWidth"] = 64, ["text_text_format_value_gcd_gcd"] = true, ["text_visible"] = true, ["text_text"] = "%value", ["text_anchorPoint"] = "CENTER", ["text_text_format_value_gcd_channel"] = false, ["text_text_format_p_time_precision"] = 1, ["text_text_format_value_realm_name"] = "never", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "136129", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "hHZydJG3ybb", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.counter = 0\naura_env.ID = select(3, GetInstanceInfo())\naura_env.hardMode = aura_env.ID == 15 and 1 or 0", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 High Energy P1-P3", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["AUG_Defy Fate"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "Defy Fate", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["useName"] = true, ["type"] = "aura2", ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["charges"] = "1", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 412710, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Timelessness", ["use_spellName"] = true, ["spellIds"] = { }, ["use_charges"] = false, ["debuffType"] = "HARMFUL", ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0.019607843831182, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 404195, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "32dG5xjeB9B", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Utility]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Defy Fate", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Currencies and Items"] = { ["iconSource"] = -1, ["xOffset"] = 0, ["displayText"] = "%c", ["yOffset"] = 290, ["anchorPoint"] = "CENTER", ["url"] = "https://wago.io/trackables/112", ["icon"] = true, ["fontFlags"] = "OUTLINE", ["useTooltip"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "TOPLEFT", ["desaturate"] = false, ["font"] = "Expressway", ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, ["solo"] = true, }, }, ["use_never"] = true, ["level_operator"] = { "~=", }, ["role"] = { ["multi"] = { }, }, ["level"] = { "20", }, ["size"] = { ["single"] = "none", ["multi"] = { ["scenario"] = true, ["none"] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_encounter"] = false, ["use_size"] = false, ["class"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["_table"] = "d", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { ["disableAllDefault"] = false, ["custom_currencies"] = { { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = false, ["customColor"] = { 1, 1, 1, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191251, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Key Fragments", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 3, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.874509871006012, 0.4784314036369324, 0.2313725650310516, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191460, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Hochenblume 1", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.729411780834198, 0.729411780834198, 0.729411780834198, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191461, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Hochenblume 2", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.874509871006012, 0.4745098352432251, 0.2313725650310516, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191470, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Writebark 1", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.729411780834198, 0.729411780834198, 0.729411780834198, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191471, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Writebark 2", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 1, 0.8431373238563538, 0, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191472, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Writhebark 2", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.874509871006012, 0.4745098352432251, 0.2313725650310516, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191464, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Saxifrage 1", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.729411780834198, 0.729411780834198, 0.729411780834198, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191465, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Saxifrage 2", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.874509871006012, 0.4745098352432251, 0.2313725650310516, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191467, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Bubble Poppy 1", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 0.729411780834198, 0.729411780834198, 0.729411780834198, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191468, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Bubble Poppy 2", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = true, ["customColor"] = { 1, 0.8431373238563538, 0, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 191469, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Bubble Poppy 3", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = false, ["customColor"] = { 1, 1, 1, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 193201, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Key Framing", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, { ["warningEnabled"] = false, ["excludeMapID"] = "", ["excludeByZoneText"] = "", ["always"] = true, ["customColorToggle"] = false, ["customColor"] = { 1, 1, 1, 1, }, ["warningValue"] = 0, ["hide"] = false, ["zones"] = "", ["type"] = 2, ["warningOperator"] = 3, ["id"] = 202196, ["parentMapID"] = "", ["hideZero"] = false, ["name"] = "Vault Keys", ["faction"] = 3, ["restrict"] = false, ["mapID"] = "", ["shortenAmount"] = 1, ["expansion"] = 1, }, }, ["debug"] = false, ["color"] = { true, false, }, ["text"] = { true, true, true, true, }, ["merge_extra_info"] = false, ["expansions"] = { true, true, true, true, true, true, true, true, true, true, }, }, ["fixedWidth"] = 200, ["stacksPoint"] = "BOTTOMRIGHT", ["textColor"] = { 1, 1, 1, 1, }, ["outline"] = "OUTLINE", ["wagoID"] = "Q8C9D9H3O", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function() \n if WeakAuras.IsOptionsOpen() then\n if not aura_env.state.idx then\n aura_env.state = {\n displayText = {\n amount = 1337,\n extra = \"Currency Example\",\n name = \"{name}\",\n },\n icon = 135724, --Blizzard Icon\n amount = 1337,\n }\n end\n aura_env.region:SetIcon(aura_env.state.icon)\n end\n \n \n if aura_env.state then\n --ViragDevTool_AddData(aura_env.state)\n local text = \"\";\n \n --Amount\n if aura_env.config.text[1] then \n local amount = aura_env.state.displayText.amount\n text = text..amount..\" \";\n end\n \n --Extra Info\n if aura_env.config.text[3] and aura_env.state.displayText.extra then\n local extra = aura_env.state.displayText.extra\n text = text..extra..\" \";\n end\n \n --Name\n if aura_env.config.text[2] then\n local name = aura_env.state.displayText.name\n text = text..name..\" \";\n end\n \n return text \n end\nend\n\n\n\n", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["customVariables"] = "{\n type = {\n display = \"Type\",\n type = \"select\",\n values = {\n [\"item\"] = \"Item\", \n [\"currency\"] = \"Currency\", \n },\n }, \n amount = \"number\", \n countWarning = \"bool\",\n expirationTime = true,\n duration = true,\n onCooldown = {\n display = \"On Cooldown\",\n type = \"bool\",\n test = function(state, needle)\n if state.watchCooldown then\n return (state.expirationTime-1 > GetTime()) == (needle == 1)\n end\n end,\n events = {\n \"ITEM_COOLDOWN_READY\", \"ITEM_COOLDOWN_CHANGED\"\n }\n }\n}", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["names"] = { }, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["events"] = "ZONE_CHANGED, ZONE_CHANGED_INDOORS, ZONE_CHANGED_NEW_AREA, MINIMAP_UPDATE_ZOOM, CURRENCY_DISPLAY_UPDATE, QUEST_CURRENCY_LOOT_RECEIVED, POST_MATCH_CURRENCY_REWARD_UPDATE, BAG_NEW_ITEMS_UPDATED, BAG_UPDATE, UNIT_INVENTORY_CHANGED, BONESHOCK_CURRENCY_INIT, ITEM_COOLDOWN_READY, ITEM_COOLDOWN_CHANGED", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n --ignore these events, we only need them to update conditions\n if event == \"ITEM_COOLDOWN_CHANGED\" or event == \"ITEM_COOLDOWN_READY\" then\n return\n end\n \n --throttle\n if aura_env.throttle_events[event]\n and (GetTime()-aura_env.throttle_events[event]<=aura_env.throttle_time) then\n return\n else\n aura_env.throttle_events[event] = GetTime()\n end\n \n local UnitStatus = {\n minimapZoneText = GetMinimapZoneText():gsub(\"%s+\", \"\"):lower() or \"\",\n zoneText = GetZoneText():gsub(\"%s+\", \"\"):lower() or \"\",\n currentBestMapID = C_Map.GetBestMapForUnit(\"player\"),\n unitFaction = UnitFactionGroup(\"player\"):lower(),\n }\n aura_env.UnitStatus = UnitStatus\n \n --login/reload check\n if UnitStatus.minimapZoneText == \"\"\n or UnitStatus.zoneText == \"\"\n or not UnitStatus.currentBestMapID\n then return false end\n \n --ActiveMaps check\n local zoneMatch = false\n if aura_env.ActiveMaps.uiMapID[UnitStatus.currentBestMapID]\n or aura_env.ActiveMaps.zone[UnitStatus.minimapZoneText]\n or aura_env.ActiveMaps.zone[UnitStatus.zoneText]\n or aura_env.ActiveMaps.area[UnitStatus.minimapZoneText]\n or aura_env.ActiveMaps.area[UnitStatus.zoneText]\n or aura_env.ActiveMaps.parent[UnitStatus.currentBestMapID]\n or #aura_env.ActiveMaps.always >= 1\n then zoneMatch = true end\n if zoneMatch == false then\n for _,state in pairs(allstates) do\n state.changed = true\n state.show = false\n end\n return true\n end\n \n --Get Currencies to load on this map and remove any states that should not\n local activeTrackables, activeCurrencies, activeItems = aura_env.GetActiveTrackables()\n local updateStates = false\n for id in pairs(allstates) do\n if not activeCurrencies[id] or not activeItems[id] then\n allstates[id].changed = true\n allstates[id].show = false\n updateStates = true\n end\n end\n \n for i, trackable in pairs(activeTrackables) do\n trackable = aura_env.TriggerHandler(trackable)\n if aura_env.checkForStateUpdates(trackable, allstates[trackable.id]) then updateStates = true end\n \n if trackable.show == true then\n trackable = aura_env.TrackableOnShowHandler(trackable)\n allstates[trackable.id] = {\n name = trackable.name,\n idx = trackable.id,\n icon = trackable.icon,\n amount = trackable.currentAmount,\n amount_extra = trackable.amount_extra,\n expansion = trackable.expansion,\n type = trackable.type,\n color = trackable.qualityColor,\n countWarning = trackable.warnings.show,\n displayText = trackable.displayText,\n extraText = trackable.extraText,\n priority = trackable.priority or 0,\n ref = trackable,\n changed = true,\n show = true,\n }\n local state = allstates[trackable.id]\n --GetItemCooldown info\n if state.type == \"item\" and aura_env.cooldownsToWatch[trackable.id] then\n state = aura_env.getItemCooldown(state)\n end\n if state.type == \"item\" then \n state.itemId = trackable.id\n end\n \n else\n local state = allstates[trackable.id]\n if state then\n state.changed = true\n state.show = false\n end\n end\n \n end\n return updateStates\nend\n\n\n", ["customIcon"] = "", ["check"] = "event", ["genericShowOn"] = "showOnActive", ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration"] = "1", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scalex"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["colorA"] = 1, ["colorFunc"] = "\n\n", ["rotate"] = 0, ["use_color"] = false, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["use_color"] = false, }, }, ["stickyDuration"] = false, ["version"] = 112, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 146, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "Elide", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%p", ["text_text_format_p_gcd_cast"] = false, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_decimal_precision"] = 1, ["type"] = "subtext", ["text_text_format_p_gcd_gcd"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_p_gcd_channel"] = false, ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_p_gcd_hide_zero"] = false, ["text_font"] = "Expressway", ["text_fontSize"] = 10, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 5, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 0.5, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = false, }, }, ["height"] = 20, ["useAdjustededMax"] = false, ["fontSize"] = 18, ["displayStacks"] = "%s", ["cooldownEdge"] = false, ["adjustedMax"] = "", ["cooldown"] = true, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["parent"] = "Boneshock's Trackables", ["actions"] = { ["start"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["init"] = { ["custom"] = "-- IF YOU WANT TO CHANGE OR ADD YOUR OWN ITEMS OR CURRENCIES TO THE TRACKER, PLEASE USE THE CUSTOM OPTIONS TAB IN WEAKAURAS.\n-- DO NOT TOUCH ANYTHING BELOW THIS IF YOU DON'T KNOW WHAT YOU'RE DOING.\n-- THE FIRST ENTRY IN aura_env.trackables IS AN EXAMPLE THAT SHOWS ALL POSSIBLE FIELDS.\n\nlocal aura_env = aura_env\nlocal LOG = function(...)\n if aura_env.config.debug then \n --print('|cff006effTrackablesLogger:|r '.. ...) \n if IsAddOnLoaded(\"ViragDevTool\") then\n ViragDevTool:AddData(...)\n end\n end\nend\naura_env.special = {}\naura_env.UnitStatus = {}\naura_env.cooldownsToWatch = {}\naura_env.throttle_events = {}\naura_env.throttle_time = 0.2\naura_env.ActiveMaps = { uiMapID={}, area={}, zone={}, parent={}, always={}}\naura_env.covenantMaps = {1707,1708, 1698, 1701,1702,1703, 1699,1700,} --K,NL,NF,V\naura_env.tocversion = select(4,GetBuildInfo())\n\naura_env.trackables = {\n [999] = {\n -- ==FOR TESTING USE ONLY==\n {--Crystal Vial (all possible options)\n id = 3371,\n type = \"item\",\n zones = \"Uldum ,Zuldazar\",\n excludeByZoneText = \"Torghast, Tower of the Damned\",\n uiMapIDs = { 1530, [1670] = false},\n parentMapIDs = {0},\n excludeMapIDs = {14,15,},\n areaMapIDs = {5034, 8499},\n restrict = true,\n hide = not aura_env.config.debug,\n hideZero = true,\n warnings = {enabled=true, value=10, operator=3}, --1== 2~= 3> 4< 5>= 6<=\n faction = \"horde\",\n shortenAmount = 1, --1=short, 2=large, 0=disabled\n always = true,\n expansion = 0, --0=Classic, -1=Any/Custom\n customColorToggle = true,\n customColor = {215/255, 184/255, 219/255, 1}, --r,g,b,a\n priority = 1, --sort priority Default:0\n },\n },\n [9] = {\n -- ===DRAGONFLIGHT===\n -- currencies:\n {--Flightstones\n id = 2245,\n type = \"currency\",\n uiMapIDs = {2133,2112},\n customColorToggle = true,\n customColor = {0,0.8,1,1}, --r,g,b,a\n priority = 1,\n },\n {--Conquest\n id = 1602,\n type = \"currency\",\n zones = \"Gladiator's Refuge\",\n areaMapIDs = {14499},\n },\n {--Valor\n id = 1191,\n type = \"currency\",\n zones = \"Gladiator's Refuge\",\n areaMapIDs = {14499},\n },\n {--Dragon Isles Supplies\n id = 2003,\n type = \"currency\",\n parentMapIDs = {1978,2025},\n shortenAmount = 1,\n tocversion = 100002,\n },\n {--Elemental Overflow\n id = 2118,\n type = \"currency\",\n zones = \"The Sapphire Enclave\",\n areaMapIDs = {14504},\n shortenAmount = 1,\n tocversion = 100002,\n },\n {--Storm Sigil\n id = 2122,\n type = \"currency\",\n zones = \"The Sapphire Enclave\",\n areaMapIDs = {14504},\n shortenAmount = 1,\n tocversion = 100002,\n },\n \n -- items:\n {--Whelpling's Shadowflame Crest\n id = 204193,\n type = \"item\",\n uiMapIDs = {2133,2112},\n customColorToggle = true,\n customColor = {0.12, 1, 0, 1}, --r,g,b,a\n priority = 2,\n },\n {--Drake's Shadowflame Crest\n id = 204195,\n type = \"item\",\n uiMapIDs = {2133,2112},\n customColorToggle = true,\n customColor = {0,0.44,0.87,1}, --r,g,b,a\n priority = 3,\n },\n {--Wyrm's Shadowflame Crest\n id = 204196,\n type = \"item\",\n uiMapIDs = {2133,2112},\n customColorToggle = true,\n customColor = {0.64,0.21,0.93,1}, --r,g,b,a\n priority = 4,\n },\n {--Aspect's Shadowflame Crest\n id = 204194,\n type = \"item\",\n uiMapIDs = {2133,2112},\n customColorToggle = true,\n customColor = {1,0.5,0,1}, --r,g,b,a\n priority = 5,\n },\n \n {--Centaur Hunting Trophy\n id = 200093,\n type = \"item\",\n zones = \"Maruukai\",\n tocversion = 100002,\n warnings = {enabled=true, value=1, operator=5}\n },\n {--Restored Obsidian Key\n id = 191264,\n type = \"item\",\n zones = \"Obsidian Throne, Obsidian Citadel, The Slagmire\",\n areaMapIDs = {13941, 13717, 14012},\n tocversion = 100002,\n warnings = {enabled=true, value=100, operator=1} --1== 2~= 3> 4< 5>= 6<=\n },\n {--Key Framing\n id = 193201,\n type = \"item\",\n zones = \"Obsidian Throne, Obsidian Citadel, The Slagmire\",\n areaMapIDs = {13941, 13717, 14012},\n tocversion = 100002,\n },\n {--Key Fragments\n id = 191251,\n type = \"item\",\n zones = \"Obsidian Throne, Obsidian Citadel, The Slagmire\",\n areaMapIDs = {13941, 13717, 14012},\n tocversion = 100002,\n },\n {--Sargha's Signet\n id = 201991,\n type = \"item\",\n zones = \"Obsidian Throne\",\n areaMapIDs = {13941},\n tocversion = 100002,\n hideZero = true,\n },\n {--Mark of Sargha\n id = 200224,\n type = \"item\",\n zones = \"Obsidian Throne\",\n areaMapIDs = {13941},\n tocversion = 100002,\n hideZero = true,\n },\n {--Magmote\n id = 202173,\n type = \"item\",\n zones = \"Smoldering Perch\",\n areaMapIDs = {13976},\n tocversion = 100002,\n },\n {--Dragon Isles Artifact\n id = 192055,\n type = \"item\",\n zones = \"Dragonscale Basecamp\",\n areaMapIDs = {13732},\n tocversion = 100002,\n },\n {--Titan Relic\n id = 199906,\n type = \"item\",\n zones = \"Valdrakken\",\n areaMapIDs = {13862},\n hideZero = true,\n tocversion = 100002,\n },\n {--Zskera Vault Key\n id = 202196,\n type = \"item\",\n uiMapIDs = {2151},\n tocversion = 100007,\n },\n },\n [8] = {\n -- ===SHADOWLANDS===\n -- currencies:\n {--Reservoir Anima\n id = 1813,\n type = \"currency\",\n uiMapIDs = {1961,1819,unpack(aura_env.covenantMaps)},\n zones = \"Heart of the Forest\",\n parentMapIDs = {1550,},\n shortenAmount = 1,\n },\n {--Redeemed Soul\n id = 1810,\n type = \"currency\",\n uiMapIDs = aura_env.covenantMaps,\n zones = \"Heart of the Forest\",\n customColorToggle = true,\n customColor = {215/255, 184/255, 219/255, 1} --r,g,b,a\n },\n {--Grateful Offering\n id = 1885,\n type = \"currency\",\n uiMapIDs = aura_env.covenantMaps,\n zones = \"Glitterfall Basin, Heart of the Forest\",\n },\n {--Adventure Campaign Progress (Mission Table)\n id = 1889,\n type = \"currency\",\n uiMapIDs = aura_env.covenantMaps,\n zones = \"Heart of the Forest\",\n hide = true,\n },\n {--Infused Ruby\n id = 1820,\n type = \"currency\",\n zones = \"Revendreth\",\n },\n {--Stygia\n id = 1767,\n type = \"currency\",\n uiMapIDs = {1543},\n parentMapIDs = {1543},\n excludeByZoneText = \"Torghast, Tower of the Damned\",\n shortenAmount = 1,\n },\n {--Soul Ash\n id = 1828,\n type = \"currency\",\n uiMapIDs = {1912, 1911},\n shortenAmount = 1,\n },\n {--Soul Cinders\n id = 1906,\n type = \"currency\",\n uiMapIDs = {1912, 1911},\n shortenAmount = 1,\n tocversion = 90100,\n },\n {--Tower Knowledge\n id = 1904,\n type = \"currency\",\n uiMapIDs = {1912, 1911},\n shortenAmount = 1,\n tocversion = 90100,\n hideZero = true,\n },\n {--Honor\n id = 1792,\n type = \"currency\",\n uiMapIDs = {1670},\n },\n {--Sinstone Fragments\n id = 1816,\n type = \"currency\",\n uiMapIDs = {1525,},\n zones = \"Halls of Atonement\",\n restrict = true,\n hideZero = true,\n },\n {--Cataloged Research\n id = 1931,\n type = \"currency\",\n uiMapIDs = {1961},\n tocversion = 90100,\n shortenAmount = 1,\n },\n {--Stygian Ember\n id = 1977,\n type = \"currency\",\n zones = \"Keeper's Respite\",\n },\n {--Cyphers of the First Ones\n id = 1979,\n type = \"currency\",\n uiMapIDs = {1970},\n zones = \"Exile's Hollow\",\n tocversion = 90200,\n },\n {--Cosmic Flux\n id = 2009,\n type = \"currency\",\n uiMapIDs = {1970, 1912, 1911},\n tocversion = 90200,\n shortenAmount = 2,\n },\n \n -- items:\n {--Sandworn Relic\n id = 190189,\n type = \"item\",\n zones = \"Pilgrim's Grace\"\n },\n {--Genesis Mote\n id = 188957,\n type = \"item\",\n uiMapIDs = {1970},\n tocversion = 90200,\n hideZero = true,\n },\n {--Cypher of Relocation\n id = 180817,\n type = \"item\",\n uiMapIDs = {1543},\n parentMapIDs = {1543},\n excludeMapIDs = {1961},\n excludeByZoneText = \"Torghast, Tower of the Damned\",\n },\n {--Grand Inquisitor's Sinstone Fragment\n id = 180451,\n type = \"item\",\n uiMapIDs = {1525,},\n zones = \"Halls of Atonement\",\n restrict = true,\n hideZero = true,\n },\n {--Korthian Archivists' Key\n id = 186984,\n type = \"item\",\n uiMapIDs = {1961},\n tocversion = 90100,\n hideZero = true,\n },\n {--Teleporter Repair Kit\n id = 186972,\n type = \"item\",\n uiMapIDs = {1961},\n tocversion = 90100,\n hideZero = true,\n },\n {--Repaired Riftkey\n id = 186731,\n type = \"item\",\n uiMapIDs = {1961},\n tocversion = 90100,\n hideZero = true,\n },\n --**Queen's Conservatory Items**\n {--Greater Dutiful Spirit\n id = 178880,\n type = \"item\",\n uiMapIDs = {1662},\n hideZero = true,\n },\n {--Greater Martial Spirit\n id = 178877,\n type = \"item\",\n uiMapIDs = {1662},\n hideZero = true,\n },\n {--Greater Untamed Spirit\n id = 177699,\n type = \"item\",\n uiMapIDs = {1662},\n hideZero = true,\n },\n {--Greater Prideful Spirit\n id = 178883,\n type = \"item\",\n uiMapIDs = {1662},\n hideZero = true,\n },\n --**ETHEREAL The Maw Items**\n {--Stygic Dampener\n id = 183787,\n type = \"item\",\n uiMapIDs = {1543},\n parentMapIDs = {1543},\n excludeByZoneText = \"Torghast, Tower of the Damned\",\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Stygic Dampener\n id = 183165,\n type = \"item\",\n uiMapIDs = {1543},\n parentMapIDs = {1543},\n excludeByZoneText = \"Torghast, Tower of the Damned\",\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Shifting Catalyst\n id = 183799,\n type = \"item\",\n uiMapIDs = {1543},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n restrict = true,\n zones = \"Soulstained Fields, Torturer's Hovel\",\n },\n },\n [7] = {\n -- ===BATTLE FOR AZEROTH===\n {--Seafarer's Dubloon\n id = 1710,\n type = \"currency\",\n zones = \"Port of Zandalar, Boralus Harbor\",\n always = false,\n },\n {--Honorbound Service Medal\n id = 1716,\n type = \"currency\",\n zones = \"Port of Zandalar, Darkshore, Arathi Highlands\",\n faction = \"horde\",\n expansion = 8,\n },\n {--7th Legion Service Medal\n id = 1717,\n type = \"currency\",\n zones = \"Boralus Harbor, Darkshore, Arathi Highlands\",\n faction = \"alliance\",\n expansion = 8,\n },\n {--War Resources\n id = 1560,\n type = \"currency\",\n zones = \"The Banshee's Wail, Wind's Redemption, Darkshore, Arathi Highlands, The Maelstrom Mercantile,Tradewinds Market\",\n },\n {--Brawler's Gold\n id = 1299,\n type = \"currency\",\n zones = \"Brawl'gar Arena\",\n },\n {--Seal of Wartorn Fate\n id = 1580,\n type = \"currency\",\n zones = \"The Maelstrom Mercantile, Tradewinds Market\",\n },\n {--Titan Residuum\n id = 1718,\n type = \"currency\",\n zones = \"The Maelstrom Mercantile, Vault of Kings, Tradewinds Market\",\n },\n --Nazjatar stuff start\n {--Prismatic Manapearl\n id = 1721,\n type = \"currency\",\n zones = \"Nazjatar, Mardivas's Laboratory\",\n },\n {--Nazjatar Battle Commendation\n id = 168802,\n type = \"item\",\n zones = \"Newhome, Mezzamere\",\n },\n --Nazjatar stuff end\n --Mechagon start\n {--Galvanic OScillator\n id = 168832,\n type = \"item\",\n zones = \"Mechagon\",\n },\n {--S.P.A.R.E. Crate\n id = 169610,\n type = \"item\",\n zones = \"Mechagon\",\n },\n {--Spare Parts\n id = 166846,\n type = \"item\",\n zones = \"Mechagon\",\n },\n {--Energy Cell\n id = 166970,\n type = \"item\",\n zones = \"Mechagon\",\n },\n {--Chain Ignitercoil\n id = 168327,\n type = \"item\",\n zones = \"Mechagon\",\n },\n --Mechagon end\n --Visions of N'zoth start\n {--Corrupted Memento\n id = 1719,\n type = \"currency\",\n zones = \"Chamber of Heart\",\n uiMapIDs = {1570,1571,},\n shortenAmount = 1,\n },\n {--Corrupted Memento (vision)\n id = 1744,\n type = \"currency\",\n uiMapIDs = {1469,1470,},\n },\n {--Coalescing Visions\n id = 1755,\n type = \"currency\",\n zones = \"Chamber of Heart, Uldum, Ramkahen\",\n uiMapIDs = {1530,1570,1527,1571,1579,},\n shortenAmount = 1,\n },\n {--Vessel of Horrific Visions\n id = 173363,\n type = \"item\",\n zones = \"Chamber of Heart\",\n },\n {--Vial of Self Preservation\n id = 173293,\n type = \"item\",\n uiMapIDs = {1570,1571,},\n hideZero = true,\n },\n {--Resilient Soul\n id = 169294,\n type = \"item\",\n uiMapIDs = {1570,1571,},\n hideZero = true,\n warnings = {enabled=true, value=5, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Shard of Self Sacrifice\n id = 173888,\n type = \"item\",\n uiMapIDs = {1570,1571,},\n hideZero = true,\n warnings = {enabled=true, value=5, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Aqir Relic Fragment\n id = 174756,\n type = \"item\",\n uiMapIDs = {1527,},\n hideZero = true,\n warnings = {enabled=true, value=6, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Aqir Relic\n id = 174761,\n type = \"item\",\n uiMapIDs = {1527,},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Tol'vir Relic Fragment\n id = 174764,\n type = \"item\",\n uiMapIDs = {1527,},\n hideZero = true,\n warnings = {enabled=true, value=6, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Tol'vir Relic\n id = 174765,\n type = \"item\",\n uiMapIDs = {1527,},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Mantid Relic Fragment\n id = 174760,\n type = \"item\",\n uiMapIDs = {1530,},\n hideZero = true,\n warnings = {enabled=true, value=6, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Mantid Relic\n id = 174766,\n type = \"item\",\n uiMapIDs = {1530,},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Mogu Relic Fragment\n id = 174759,\n type = \"item\",\n uiMapIDs = {1530,},\n hideZero = true,\n warnings = {enabled=true, value=6, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Mogu Relic\n id = 174767,\n type = \"item\",\n uiMapIDs = {1530,},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Voidwarped Relic Fragment\n id = 174758,\n type = \"item\",\n uiMapIDs = {1530,1527,},\n hideZero = true,\n warnings = {enabled=true, value=6, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Cursed Relic\n id = 174768,\n type = \"item\",\n uiMapIDs = {1530,1527,},\n hideZero = true,\n warnings = {enabled=true, value=1, operator=5}, --1== 2~= 3> 4< 5>= 6<=\n },\n {--Echoes of Ny'alotha\n id = 1803,\n type = \"currency\",\n zones = \"Seat of Ramkahen, The Silent Sanctuary, Vault of Kings, Seat of Knowledge\",\n uiMapIDs = {1473,},\n hideZero = true,\n shortenAmount = 1,\n },\n --Visions of N'zoth end\n \n },\n [6] = {\n -- ===LEGION===\n {--Coins of Air\n id = 1416,\n type = \"currency\",\n zones = \"The Hall of Shadows\",\n },\n {--Wakening Essence\n id = 1533,\n type = \"currency\",\n zones = \"Tanks for Everything, Lorlathil, Thunder Totem, Valdisdall, Crumbled Palace, Wardens' Redoubt, Shal'Aran, The Vindicaar, Deliverance Point\",\n uiMapIDs = {646,830,882,885,831,832,883,884,887,680,627,628,641,650,634,630,},\n restrict = true\n },\n {-- Nethershard\n id = 1226,\n type = \"currency\",\n zones = \"Deliverance Point, Broken Shore\",\n },\n {--Veiled Argunite\n id = 1508,\n type = \"currency\",\n zones = \"The Vindicaar\",\n uiMapIDs = {905,}\n },\n {--Ancient Mana\n id = 1155,\n type = \"currency\",\n zones = \"Suramar\",\n },\n {--Legiofall War Supplies\n id = 1342,\n type = \"currency\",\n zones = \"Broken Shore, Deliverance Point\",\n },\n {--Sightless Eye\n id = 1149,\n type = \"currency\",\n zones = \"NoneExistingZone\",\n uiMapIDs = {628,}\n },\n {--Seal of Broken Fate\n id = 1273,\n type = \"currency\",\n zones = \"NonExistingZone\",\n uiMapIDs = {625,}\n },\n {--Order Resources\n id = 1220,\n type = \"currency\",\n zones = \"The Dreamgrove, Netherlight Temple, Dreadscar Rift, Heart of Azeroth, Fel Hammer, Acherus, Sanctum of Light, Temple of Five Dawns, Hall of Shadows, Hall of the Guardian, Trueshot Lodge, Skyhold, Magus Commerce Exchange\",\n uiMapIDs = {625,},\n excludeMapIDs = {125,}\n },\n },\n [5] = {\n -- ===WARLORDS OF DRAENOR===\n {--Apexis Cystal\n id = 823,\n type = \"currency\",\n zones = \"Tanaan Jungle\",\n },\n {--Garrison Resources\n id = 824,\n type = \"currency\",\n zones = \"Frostwall Shipyard, Lunarfall Shipyard\",\n uiMapIDs = {590,582}\n },\n {--Oil\n id = 1101,\n type = \"currency\",\n zones = \"Frostwall Shipyard, Lunarfall Shipyard\",\n uiMapIDs = {590,582}\n },\n {--Seal of Tempered Fate\n id = 994,\n type = \"currency\",\n zones = \"Warspear, Stormshield\",\n },\n {--Seal of Inevitable Fate\n id = 1129,\n type = \"currency\",\n zones = \"Warspear, Stormshield\",\n },\n },\n [4] = {\n -- ===MISTS OF PANDARIA===\n {--Bloody Coin\n id = 789,\n type = \"currency\",\n zones = \"Timeless Isle\",\n },\n {--Timeless Coin\n id = 777,\n type = \"currency\",\n zones = \"Timeless Isle\",\n },\n {--Skyshard\n id = 86547,\n type = \"item\",\n uiMapIDs = {1530,390},\n hideZero = true,\n },\n {--Elder Charm of Good Fortune\n id = 697,\n type = \"currency\",\n uiMapIDs = {504},\n },\n {--Giant Dinosaur Bone\n id = 94288,\n type = \"item\",\n uiMapIDs = {507},\n zones = \"Isle of Giants\",\n hideZero = true,\n },\n },\n \n [3] = {\n -- ===CATACLYSM===\n },\n [2] = {\n -- ===WRATH OF THE LICH KING===\n {--Champion's Seal\n id = 241,\n type = \"currency\",\n zones = \"Argent Tournament Grounds, Sunreaver Pavilion, Silver Covenant Pavilion, The Alliance Valiants' Ring, The Aspirants' Ring, The Argent Valiants' Ring, The Ring of Champions, The Horde Valiants' Ring\",\n excludeMapIDs = {1819,}\n },\n },\n [1] = {\n -- ===THE BURNING CRUSADE===\n },\n [0] = {\n -- ===CLASSIC===\n },\n [-1] = {\n -- ===OTHER===\n {--Epicurean's Award\n id = 81,\n type = \"currency\",\n zones = \"Orgrimmar, Undercity, Thunder Bluff, Stormwind City, Darnassus, City of Ironforge, Argent Tournament Grounds\",\n uiMapIDs = {125,}\n },\n {--Ironpaw Token\n id = 402,\n type = \"currency\",\n zones = \"The Halfhill Market\",\n },\n {--Darkmoon Prize Ticket\n id = 515,\n type = \"currency\",\n zones = \"Darkmoon Island\",\n },\n {--Darkmoon Ride Ticket\n id = 81055,\n type = \"item\",\n zones = \"Darkmoon Island\",\n customColorToggle = true,\n customColor = {255/255, 255/255, 0/255, 1} --r,g,b,a\n },\n {--Argent Commendation (Shadowlands Pre-patch event)\n id = 1754,\n type = \"currency\",\n uiMapIDs = {118,},\n expansion = 8,\n }\n },\n}\n\n---Set\n---Accepts a table and returns all indices as keypairs with value true\n---@param list table\n---@return table\nlocal function Set(list)\n local set = {}\n for _,v in ipairs(list) do set[v] = true end\n return set\nend\n\n---init\nlocal function init()\n --explode the expansions inside aura_env.trackables\n local trackables = {}\n for expansion,v in pairs(aura_env.trackables) do\n for i, trackable in ipairs(v) do\n --Convert indexed tables in aura_env.trackables to keypair tables\n if trackable.uiMapIDs then trackable.uiMapIDs = Set(trackable.uiMapIDs) end\n if trackable.excludeMapIDs then trackable.excludeMapIDs = Set(trackable.excludeMapIDs) end\n if trackable.parentMapIDs then trackable.parentMapIDs = Set(trackable.parentMapIDs) end\n if trackable.areaMapIDs then trackable.areaMapIDs = Set(trackable.areaMapIDs) end\n \n if not trackable.expansion then trackable.expansion = expansion end\n aura_env.SetActiveMaps(trackable)\n aura_env.WatchCooldown(trackable)\n table.insert(trackables, trackable)\n end\n end\n aura_env.trackables = trackables\n aura_env.handleCustomTrackables();\n \n --adjust indices in author options to align with real expansion numbers\n local expansions = {}\n for i,v in ipairs(aura_env.config.expansions) do\n if i == 1 then expansions[-1] = v end\n if i >= 2 then i = i-2; expansions[i] = v; end\n end\n aura_env.config.expansions = expansions\nend\n\n---aura_env.special.ReservoirAnima\n---Counts all anima from bags\n---@return table trackable\naura_env.special.ReservoirAnima = function(...)\n local trackable = ...\n local Animas = { --[Anima Deposit SpellID] = quantity\n [347555] = 3,\n [345706] = 5,\n [336327] = 35,\n [336456] = 250,\n }\n local depositAmount = 0;\n --Loop all bag slots to find items with an Anima Deposit Spell\n for bagID=BANK_CONTAINER, NUM_BAG_SLOTS + NUM_BANKBAGSLOTS do\n local slots = C_Container.GetContainerNumSlots(bagID)\n for slot=1, slots do\n local containerItemInfo = C_Container.GetContainerItemInfo(bagID,slot)\n if containerItemInfo then\n local _,spellID = GetItemSpell(containerItemInfo.itemID)\n if spellID and Animas[spellID] then\n depositAmount = depositAmount + (Animas[spellID]*containerItemInfo.stackCount)\n end\n end\n end\n end\n local depositAmount_original = depositAmount\n if depositAmount > 0 then\n if trackable.shortenAmount and trackable.shortenAmount ~= 0 then\n depositAmount =\n (trackable.shortenAmount == 1 and AbbreviateNumbers(depositAmount))\n or (trackable.shortenAmount == 2 and AbbreviateLargeNumbers(depositAmount))\n end\n end\n trackable.displayText = trackable.displayText or {}\n trackable.displayText.extra = depositAmount_original > 0 and \"(+\"..depositAmount..\")\" or \"\"\n trackable.amount_extra = depositAmount_original\n return trackable\nend\n\n---aura_env.special.CatalogedRelics\n---Counts all Cataloged Research you can get from relics in your bags\n---@return table trackable\naura_env.special.CatalogedResearch = function(...)\n local trackable = ...\n local RelicSpells = { --[Anima Deposit SpellID] = quantity\n [356933] = 1,\n [356931] = 6,\n [356934] = 8,\n [356935] = 16,\n [356937] = 26,\n [356936] = 48,\n [356938] = 100,\n [356939] = 150,\n [356940] = 300,\n }\n local deliverAmount = 0;\n --Loop all bag slots to find items with an Relic Deliver Spell\n for bagID=BANK_CONTAINER, NUM_BAG_SLOTS + NUM_BANKBAGSLOTS do\n local slots = C_Container.GetContainerNumSlots(bagID)\n for slot=1, slots do\n local containerItemInfo = C_Container.GetContainerItemInfo(bagID,slot)\n if containerItemInfo then\n local _,spellID = GetItemSpell(containerItemInfo.itemID)\n if spellID and RelicSpells[spellID] then\n deliverAmount = deliverAmount + (RelicSpells[spellID]*containerItemInfo.stackCount)\n end\n end\n end\n end\n local deliverAmount_original = deliverAmount\n if deliverAmount > 0 then\n if trackable.shortenAmount and trackable.shortenAmount ~= 0 then\n deliverAmount =\n (trackable.shortenAmount == 1 and AbbreviateNumbers(deliverAmount))\n or (trackable.shortenAmount == 2 and AbbreviateLargeNumbers(deliverAmount))\n end\n end\n trackable.displayText = trackable.displayText or {}\n trackable.displayText.extra = deliverAmount_original > 0 and \"(+\".. deliverAmount ..\")\" or \"\"\n trackable.amount_extra = deliverAmount_original\n return trackable\nend\n\n---aura_env.special.ObsidianKeys\n---Counts all Restored Obsidian Keys you can get from key framings and key fragments in your bags\n---@return table keysTrackable\naura_env.special.ObsidianKeys = function(...)\n local keysTrackable = ...\n --for i, trackable in pairs(aura_env.trackables) do\n --if trackable.type == \"item\" \n --and (trackable.id == 193201 or trackable.id == 191251) \n --and not trackable.always\n --then\n --trackable.hide = true\n --end\n --end\n \n local keyFramings, keyFragments = GetItemCount(193201) or 0, GetItemCount(191251) or 0\n local obsidianKeyFramings = math.floor(keyFramings/3)\n local obsidianKeyFragments = math.floor(keyFragments/30)\n local obsidianKeysTotal = math.min(obsidianKeyFramings, obsidianKeyFragments)\n \n keysTrackable.displayText = keysTrackable.displayText or {}\n keysTrackable.displayText.extra = \"(+\"..obsidianKeysTotal..\")\"\n keysTrackable.amount_extra = obsidianKeysTotal\n \n return keysTrackable\nend\n\naura_env.special.ShadowflameCrests = function(...)\n local crestTrackable = ...\n local crestFragmentPairs = {\n [204193] = 204075,\n [204195] = 204076,\n [204196] = 204077,\n [204194] = 204078,\n } \n \n local fragments = GetItemCount(crestFragmentPairs[crestTrackable.id]) or 0\n local crests = crestTrackable.currentAmount\n local combineFragments = math.floor(fragments/15)\n \n if combineFragments > 0 then\n crestTrackable.displayText = crestTrackable.displayText or {}\n crestTrackable.displayText.extra = \"(+\"..combineFragments..\")\"\n crestTrackable.amount_extra = combineFragments\n end\n \n return crestTrackable \nend\n\n\naura_env.specialTrackables = {\n [1813] = aura_env.special.ReservoirAnima,\n [1931] = aura_env.special.CatalogedResearch,\n [191264] = aura_env.special.ObsidianKeys,\n [204193] = aura_env.special.ShadowflameCrests,\n [204195] = aura_env.special.ShadowflameCrests,\n [204196] = aura_env.special.ShadowflameCrests,\n [204194] = aura_env.special.ShadowflameCrests,\n}\n\n---aura_env.handleCustomTrackables\n---update existing trackables or add new trackables from custom user trackables.\n---@return void\naura_env.handleCustomTrackables = function()\n local config = aura_env.config\n for i, trackable in pairs(config[\"custom_currencies\"]) do\n aura_env.findAndReplaceOrNew(trackable, config.disableAllDefault);\n end\nend\n\n---aura_env.findAndReplaceOrNew\n---Searches aura_env.trackables for the given argument object.\n---If found it updates the values with the arguments values.\n---If not found it creates a new object in aura_env.trackables with the arguments values.\n---@param custom table the custom user trackables\n---@param hide_all boolean\n---@return void\naura_env.findAndReplaceOrNew = function(custom, hide_all)\n local found = false\n \n for k, trackable in pairs(aura_env.trackables) do\n if trackable.id == custom.id then\n found = true\n custom.mapID = aura_env.uiMapIDs_stringToTable(custom.mapID)\n custom.parentMapID = aura_env.uiMapIDs_stringToTable(custom.parentMapID)\n custom.excludeMapID = aura_env.uiMapIDs_stringToTable(custom.excludeMapID)\n custom.type = aura_env.convertTrackableTypeToString(custom.type)\n custom.faction = aura_env.convertFactionTypeToString(custom.faction)\n \n trackable.id = custom.id\n trackable.zones = custom.zones\n trackable.excludeByZoneText = custom.excludeByZoneText\n trackable.type = custom.type\n trackable.uiMapIDs = custom.mapID\n trackable.parentMapIDs = custom.parentMapID\n trackable.excludeMapIDs = custom.excludeMapID\n trackable.faction = custom.faction\n trackable.restrict = custom.restrict\n trackable.always = custom.always\n trackable.hide = custom.hide\n trackable.hideAlways = custom.hide\n trackable.hideZero = custom.hideZero\n trackable.warnings = {\n enabled=custom.warningEnabled, \n value=custom.warningValue, \n operator=custom.warningOperator\n }\n trackable.shortenAmount = custom.shortenAmount-1 --ofset to correct index\n trackable.expansion = aura_env.setExpansionFromCustom(custom.expansion)\n trackable.customColorToggle = custom.customColorToggle\n trackable.customColor = custom.customColor\n trackable.custom = true\n \n aura_env.SetActiveMaps(trackable)\n end\n end\n \n if found == false then\n local trackable = custom;\n trackable.expansion = aura_env.setExpansionFromCustom(custom.expansion)\n trackable.type = aura_env.convertTrackableTypeToString(custom.type)\n trackable.uiMapIDs = aura_env.uiMapIDs_stringToTable(custom.mapID);\n trackable.parentMapIDs = aura_env.uiMapIDs_stringToTable(custom.parentMapID)\n trackable.excludeMapIDs = aura_env.uiMapIDs_stringToTable(custom.excludeMapID)\n trackable.faction = aura_env.convertFactionTypeToString(custom.faction)\n trackable.shortenAmount = custom.shortenAmount-1 --offset to correct index\n trackable.warnings = {\n enabled=custom.warningEnabled, \n value=custom.warningValue, \n operator=custom.warningOperator\n }\n trackable.custom = true\n \n aura_env.WatchCooldown(trackable)\n table.insert(aura_env.trackables, trackable)\n aura_env.SetActiveMaps(trackable)\n end\n \nend\n\n---aura_env.convertTrackableTypeToString\n---converts trackable type int to string\n---@param type number trackable type\n---@return string trackable type\naura_env.convertTrackableTypeToString = function(type)\n if type == 1 then\n return \"currency\"\n elseif type == 2 then\n return \"item\"\n else\n return \"currency\"\n end\nend\n\n---aura_env.uiMapIDs_stringToTable\n---converts a string of uiMapIDs to a table;\n---@param uiMapIDsString string\n---@return table\naura_env.uiMapIDs_stringToTable = function(uiMapIDsString)\n local uiMapIDs = {}\n for uiMapID in uiMapIDsString:gsub(\"%s+\", \"\"):gmatch(\"([^,]+)\") do\n uiMapIDs[tonumber(uiMapID)] = true\n end\n return uiMapIDs\nend\n\n---aura_env.convertFactionTypeToString\n---converts trackable faction int to string\n---@param faction number\n---@return string faction type\naura_env.convertFactionTypeToString = function(faction)\n if faction == 1 then\n return \"alliance\"\n elseif faction == 2 then\n return \"horde\"\n elseif faction == 3 then\n return \"both\"\n end\n return \"both\"\nend\n\n---aura_env.setExpansionFromCustom\n---set the Trackable's expansion from the custom user object.\n---@param expansion number\n---@return number expansion int\naura_env.setExpansionFromCustom = function(expansion)\n if expansion == 1 then expansion = -1\n elseif expansion >= 2 then expansion = expansion -2 end\n return expansion\nend\n\n---aura_env.SetActiveMaps\n---Creates a Table with all zonenames and uiMapIDs that should be checked when the player changes zones.\n---@param trackable table\n---@return void\naura_env.SetActiveMaps = function(trackable)\n ---SetMaps\n ---Insert the trackable's maps in the activeMaps table.\n ---@param trackableMaps table\n ---@param activeMaps table\n ---@return void\n local SetMaps = function(trackableMaps, activeMaps)\n for maps in pairs(trackableMaps) do\n if not activeMaps[maps] then activeMaps[maps] = {} end\n if #activeMaps[maps] >= 1 then\n local match = false\n --activeMaps[maps] contains an array of the trackables to load on that map\n for i, obj in pairs(activeMaps[maps]) do\n if obj.id == trackable.id and obj.type == trackable.type then\n match = true\n end\n end\n if not match then table.insert(activeMaps[maps], trackable) end\n else\n table.insert(activeMaps[maps], trackable)\n end\n end\n end\n \n if trackable.uiMapIDs then\n SetMaps(trackable.uiMapIDs, aura_env.ActiveMaps.uiMapID)\n end\n if trackable.excludeMapIDs then\n SetMaps(trackable.excludeMapIDs, aura_env.ActiveMaps.uiMapID)\n end\n if trackable.parentMapIDs then\n local childMapTable = {}\n for uiMapID in pairs(trackable.parentMapIDs) do\n local childs = C_Map.GetMapChildrenInfo(uiMapID)\n if childs then\n for i,info in pairs(childs) do\n childMapTable[info.mapID] = info\n end\n end\n end\n SetMaps(childMapTable, aura_env.ActiveMaps.parent)\n SetMaps(trackable.parentMapIDs, aura_env.ActiveMaps.uiMapID)\n end\n if trackable.areaMapIDs then\n local areaMapTable = {}\n for areaMapID in pairs(trackable.areaMapIDs) do\n local area = C_Map.GetAreaInfo(areaMapID) or \"NilArea\"\n area = area:gsub(\"%s+\", \"\"):lower();\n areaMapTable[area] = true\n end\n SetMaps(areaMapTable, aura_env.ActiveMaps.area)\n end\n if trackable.zones then\n local zones = trackable.zones:gsub(\"%s+\", \"\"):lower();\n local zoneTable = {}\n for zone in zones:gmatch('([^,]+)') do\n zoneTable[zone] = true\n end\n SetMaps(zoneTable, aura_env.ActiveMaps.zone)\n end\n if trackable.excludeByZoneText then\n local zones = trackable.excludeByZoneText:gsub(\"%s+\", \"\"):lower();\n local zoneTable = {}\n for zone in zones:gmatch('([^,]+)') do\n zoneTable[zone] = true\n end\n SetMaps(zoneTable, aura_env.ActiveMaps.zone)\n end\n if trackable.always then\n table.insert(aura_env.ActiveMaps.always, trackable)\n end \nend\n\n---aura_env.showOrHideTrackable\n---Check for all conditions to show or hide the trackable object.\n---@param trackable table\n---@param UnitStatus table\n---@return boolean show or hide\naura_env.showOrHideTrackable = function(trackable, UnitStatus)\n local minimapZoneText = UnitStatus.minimapZoneText\n local zoneText = UnitStatus.zoneText\n local currentBestMapID = UnitStatus.currentBestMapID\n local unitFaction = UnitStatus.unitFaction\n \n if minimapZoneText == \"\" or zoneText == \"\" then return false end --login/reload check\n if trackable.hide then return false elseif trackable.always then return true end\n if trackable.faction and trackable.faction ~= \"both\" and trackable.faction ~= unitFaction then return false end;\n if trackable.hideZero and trackable.currentAmount == 0 then return false end;\n if aura_env.config.expansions[trackable.expansion] == false then return false end;\n if trackable.tocversion and aura_env.tocversion < trackable.tocversion then return false end;\n \n --if anything of the above didn't return, then we check for zone matches.\n local zoneMatch\n if trackable.excludeMapIDs and trackable.excludeMapIDs[currentBestMapID] then zoneMatch = false;\n elseif trackable.excludeByZoneText and trackable.excludeByZoneText:find(zoneText) then zoneMatch = false;\n elseif trackable.restrict and (\n trackable.uiMapIDs and trackable.uiMapIDs[currentBestMapID] and\n trackable.loadzones:find(minimapZoneText)\n ) then zoneMatch = true\n elseif not trackable.restrict then\n if trackable.loadzones:find(minimapZoneText) then zoneMatch = true;\n elseif trackable.loadzones:find(zoneText) then zoneMatch = true;\n elseif trackable.uiMapIDs and trackable.uiMapIDs[currentBestMapID] then zoneMatch = true\n elseif trackable.parentMapIDs then\n local childMapTable = {}\n for uiMapID in pairs(trackable.parentMapIDs) do\n local childs = C_Map.GetMapChildrenInfo(uiMapID)\n if childs then\n for i,info in pairs(childs) do\n childMapTable[info.mapID] = info\n end\n end\n end\n if childMapTable[currentBestMapID] then zoneMatch = true; end\n end;\n \n if trackable.areaMapIDs then \n for areaMapID in pairs(trackable.areaMapIDs) do\n if C_Map.GetAreaInfo(areaMapID):gsub(\"%s+\", \"\"):lower() == minimapZoneText\n or C_Map.GetAreaInfo(areaMapID):gsub(\"%s+\", \"\"):lower() == zoneText\n then zoneMatch = true\n end\n end \n end\n end\n \n if zoneMatch then return true else return false end;\nend\n\n---aura_env.handleDisplayText\n---Creates a table-value:displayText with strings ready to display\n---@param trackable table\n---@return table trackable\naura_env.handleDisplayText = function(trackable)\n local displayText = trackable.displayText or {}\n displayText.amount = trackable.currentAmount\n displayText.name = trackable.name\n trackable.displayText = displayText\n \n --Check abbreviate settings\n if trackable.shortenAmount and trackable.shortenAmount ~= 0 then\n displayText.amount =\n (trackable.shortenAmount == 1 and AbbreviateNumbers(displayText.amount))\n or (trackable.shortenAmount == 2 and AbbreviateLargeNumbers(displayText.amount))\n end\n \n --Check weekly cap\n if trackable.CurrencyInfo\n and trackable.CurrencyInfo.maxWeeklyQuantity\n and trackable.CurrencyInfo.maxWeeklyQuantity > 0\n and trackable.CurrencyInfo.quantityEarnedThisWeek\n and trackable.CurrencyInfo.quantityEarnedThisWeek >= trackable.CurrencyInfo.maxWeeklyQuantity\n then\n trackable.weeklyCap = true\n displayText.amount = displayText.amount ..\"*\"\n end\n \n --Warning Color overrides Quality Colors\n if (trackable.warnOnCount > 0\n and trackable.currentAmount >= trackable.warnOnCount)\n or (trackable.CurrencyInfo and trackable.CurrencyInfo.maxQuantity\n and trackable.CurrencyInfo.maxQuantity > 0\n and trackable.CurrencyInfo.maxQuantity <= trackable.currentAmount\n )\n or trackable.weeklyCap\n or trackable.warnings.show\n then\n local warningColorMixin = CreateColor(1,0,0,1)\n for key, text in pairs(displayText) do\n displayText[key] = warningColorMixin:WrapTextInColorCode(text)\n end\n else --Quality Colors\n if aura_env.config.color[1] then --Color:amount enabled\n displayText.amount = trackable.colorMixin:WrapTextInColorCode(displayText.amount)\n if displayText.extra then\n displayText.extra = trackable.colorMixin:WrapTextInColorCode(displayText.extra)\n end\n end\n if aura_env.config.color[2] then --Color:name enabled\n displayText.name = trackable.colorMixin:WrapTextInColorCode(displayText.name)\n end\n end\n \n return trackable\nend\n\n---aura_env.mergeExtraInfo\n---merge extra_info text together with amount and amount_extra\n---@param trackable table\n---@return table trackable\naura_env.mergeExtraInfo = function(trackable)\n if not aura_env.config.merge_extra_info then\n return trackable\n end\n trackable.currentAmount = trackable.currentAmount or 0\n if trackable.amount_extra then\n trackable.currentAmount = trackable.currentAmount + trackable.amount_extra\n end\n return trackable\nend\n\n---aura_env.getItemCooldown\n---get an items cooldowns and inject it into the trackable state\n---@param state table\n---@return table state\naura_env.getItemCooldown = function(state)\n if not aura_env.config.text[4] then return state end\n \n local start, duration, enabled = GetItemCooldown(state.idx)\n local expirationTime = start+duration\n if enabled == 1 and expirationTime > GetTime() then\n state.progressType = \"timed\"\n state.expirationTime = expirationTime\n state.duration = duration\n state.watchCooldown = true\n end\n return state\nend\n\n---aura_env.WatchCooldown\n---Enable WeakAuras.WatchItemCooldown if the trackable is an item and the user has cooldown text enabled.\n---@param trackable table\n---@return void\naura_env.WatchCooldown = function(trackable)\n if trackable.type == \"item\" and aura_env.config.text[4] then\n aura_env.cooldownsToWatch[trackable.id] = true\n WeakAuras.WatchItemCooldown(trackable.id)\n end\nend\n\n---aura_env.getObjectInfo\n---get and set the trackable object's info into the trackable object.\n---@param trackable table\n---@return table trackable\naura_env.getObjectInfo = function(trackable)\n if trackable.type == \"currency\" then\n local currency = C_CurrencyInfo.GetCurrencyInfo(trackable.id)\n if currency == nil then\n trackable.hide = true\n return trackable\n end\n trackable.CurrencyInfo = currency\n trackable.name, trackable.currentAmount, trackable.icon, trackable.quality = currency.name, currency.quantity, currency.iconFileID, currency.quality\n elseif trackable.type == \"item\" then\n local itemMixin = Item:CreateFromItemID(trackable.id)\n trackable.quality = itemMixin:GetItemQuality() or 1\n trackable.name = itemMixin:GetItemName() or \"unknown\"\n trackable.icon = itemMixin:GetItemIcon() or 13440 --fallback iconID (questionmark)\n trackable.currentAmount = GetItemCount(trackable.id,true,true) or 0\n end\n \n --custom color field is present\n if trackable.customColorToggle and trackable.customColor then\n trackable.colorMixin = CreateColor(unpack(trackable.customColor))\n -- else create quality color\n elseif ITEM_QUALITY_COLORS[trackable.quality] then\n trackable.colorMixin = ITEM_QUALITY_COLORS[trackable.quality].color\n end\n \n return trackable\nend\n\n---aura_env.setObjectDefaults\n---set the trackable object defaults\n---@param trackable table\n---@return table trackable\naura_env.setObjectDefaults = function(trackable)\n local disable = aura_env.config.disableAllDefault\n if not trackable.zones then trackable.loadzones = \"ThereIsNoFuckingLoadZone\"\n else trackable.loadzones = trackable.zones:gsub(\"%s+\", \"\"):lower(); end\n if trackable.excludeByZoneText then\n trackable.excludeByZoneText = trackable.excludeByZoneText:gsub(\"%s+\", \"\"):lower();\n end\n if not trackable.warnOnCount then trackable.warnOnCount = 0 end\n if not trackable.warnings then trackable.warnings = {} end\n if disable and not trackable.custom then trackable.hide = disable end\n if not trackable.expansion then trackable.expansion = -1 end\n return trackable\nend\n\n---aura_env.TriggerHandler\n---calls all functions to build the trackable object when it is ready to be shown.\n---@param trackable table\n---@return table trackable\naura_env.TriggerHandler = function(trackable)\n trackable = aura_env.getObjectInfo(trackable)\n trackable = aura_env.setObjectDefaults(trackable)\n if aura_env.specialTrackables[trackable.id] then\n trackable = aura_env.specialTrackables[trackable.id](trackable)\n end\n trackable = aura_env.mergeExtraInfo(trackable)\n trackable.show = aura_env.showOrHideTrackable(trackable, aura_env.UnitStatus)\n return trackable\nend\n\n---aura_env.TackableOnShowHandler\n---calls all functions to build additional trackable object information needed to show the trackable\n---@param trackable table\n---@return table trackable\naura_env.TrackableOnShowHandler = function(trackable)\n trackable.warnings.show = aura_env.showTrackableWarning(trackable)\n trackable = aura_env.handleDisplayText(trackable)\n \n return trackable\nend\n\n\n---aura_env.checkForStateUpdates\n---check if the current shown state and the trackable have changed from eachother\n---@param trackable table\n---@param state table\n---@return boolean state changed\naura_env.checkForStateUpdates = function(trackable, state)\n if (trackable.show and not state) --new state should be made\n or (--state exists and might need updating\n trackable.show\n and trackable.currentAmount\n and state\n and (( --currentAmount changed\n state.amount\n and state.amount ~= trackable.currentAmount\n )\n or (--amount_extra changed\n trackable.amount_extra\n and state.amount_extra\n and state.amount_extra ~= trackable.amount_extra\n ))\n )\n or (not trackable.show and state) then --state should be removed\n return true\n end\nend\n\n---aura_env.GetActiveTrackables\n---returns all active trackables, currencies, and items\n---@return table activeTrackables\n---@return table activeCurrencies\n---@return table activeItems\naura_env.GetActiveTrackables = function()\n local UnitStatus = aura_env.UnitStatus\n local ActiveMaps = aura_env.ActiveMaps\n local activeTrackables = {}\n local activeCurrencies = {}\n local activeItems = {}\n \n ---addActiveTrackables\n ---adds active trackables to the corresponding tables\n ---@param trackables table\n ---@return void\n local addActiveTrackables = function(trackables)\n for _, trackable in pairs(trackables) do\n if not activeCurrencies[trackable.id] or activeItems[trackable.id] then\n if trackable.type == \"currency\" then activeCurrencies[trackable.id] = true end\n if trackable.type == \"item\" then activeItems[trackable.id] = true end\n table.insert(activeTrackables, trackable)\n end\n end\n end\n \n if ActiveMaps.uiMapID[UnitStatus.currentBestMapID] then\n addActiveTrackables(ActiveMaps.uiMapID[UnitStatus.currentBestMapID])\n end\n \n if ActiveMaps.area[UnitStatus.minimapZoneText] then\n addActiveTrackables(ActiveMaps.area[UnitStatus.minimapZoneText])\n end\n if ActiveMaps.area[UnitStatus.zoneText] then\n addActiveTrackables(ActiveMaps.area[UnitStatus.zoneText])\n end\n \n if ActiveMaps.zone[UnitStatus.minimapZoneText] then\n addActiveTrackables(ActiveMaps.zone[UnitStatus.minimapZoneText])\n end\n if ActiveMaps.zone[UnitStatus.zoneText] then\n addActiveTrackables(ActiveMaps.zone[UnitStatus.zoneText])\n end\n if ActiveMaps.parent[UnitStatus.currentBestMapID] then\n addActiveTrackables(ActiveMaps.parent[UnitStatus.currentBestMapID])\n end\n if ActiveMaps.always then\n addActiveTrackables(ActiveMaps.always)\n end\n \n return activeTrackables, activeCurrencies, activeItems\nend\n\n\n---aura_env.showTrackableWarning\n---determines if the trackable value crossed a defined warning limit\n---@return bool showWarning\naura_env.showTrackableWarning = function(trackable)\n if not trackable.warnings then return false end\n \n if trackable.warnings.enabled then \n local value = trackable.warnings.value\n local operator = trackable.warnings.operator\n --1== 2~= 3> 4< 5>= 6<=\n if operator == 1 then return trackable.currentAmount == value \n elseif operator == 2 then return trackable.currentAmount ~= value\n elseif operator == 3 then return trackable.currentAmount > value\n elseif operator == 4 then return trackable.currentAmount < value\n elseif operator == 5 then return trackable.currentAmount >= value\n elseif operator == 6 then return trackable.currentAmount <= value\n else return false end\n end\n \n if trackable.CurrencyInfo\n and trackable.CurrencyInfo.maxQuantity\n and trackable.CurrencyInfo.maxQuantity > 0\n and trackable.CurrencyInfo.maxQuantity <= trackable.currentAmount\n then return true end\n \n return false\nend\n\n\n\ninit();\nWeakAuras.ScanEvents(\"BONESHOCK_CURRENCY_INIT\");", ["do_custom"] = true, }, ["finish"] = { }, }, ["displayIcon"] = "901746", ["anchorFrameParent"] = false, ["width"] = 20, ["stacksContainment"] = "INSIDE", ["useCooldownModRate"] = true, ["justify"] = "LEFT", ["wordWrap"] = "WordWrap", ["id"] = "Currencies and Items", ["semver"] = "7.4.1", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = ")QohCvF3CnQ", ["source"] = "import", ["inverse"] = true, ["cooldownTextDisabled"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "countWarning", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = false, ["desc"] = "Sets the \"hide always\" field on ALL default trackables to true. You will still be able to override this field for a specific trackable with the options below.", ["key"] = "disableAllDefault", ["useDesc"] = true, ["name"] = "|cffff0000Disable all default trackables|r", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Enables debugging", ["key"] = "debug", ["useDesc"] = true, ["name"] = "|cff4771c4Debug|r", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 3, ["width"] = 2, ["useHeight"] = true, }, { ["desc"] = "Choose which parts you want to show/hide", ["type"] = "multiselect", ["values"] = { "amount", "name", "extra info", "cooldown", }, ["default"] = { true, false, true, true, }, ["key"] = "text", ["useDesc"] = true, ["name"] = "Text", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Merges the amount and extra info values if supported.", ["key"] = "merge_extra_info", ["useDesc"] = true, ["name"] = "Merge extra info text", ["width"] = 1, }, { ["desc"] = "Choose which parts you want to color", ["type"] = "multiselect", ["values"] = { "amount", "name", }, ["default"] = { true, false, }, ["key"] = "color", ["useDesc"] = true, ["name"] = "Color", ["width"] = 1, }, { ["desc"] = "Toggle trackables by expansion.", ["type"] = "multiselect", ["values"] = { "Miscellaneous", "Classic", "The Burning Crusade", "Wrath of the Lich King", "Cataclysm", "Mists of Pandaria", "Warlords of Draenor", "Legion", "Battle for Azeroth", "Shadowlands", }, ["default"] = { true, true, true, true, true, true, true, true, true, true, }, ["key"] = "expansions", ["useDesc"] = true, ["name"] = "Expansions", ["width"] = 1, }, { ["type"] = "description", ["text"] = "\nBelow you can add custom trackables or change existing ones by \"overwriting\" their values.\n", ["fontSize"] = "medium", ["width"] = 2, }, { ["subOptions"] = { { ["desc"] = "Do you want to track a currency or an item?", ["type"] = "select", ["values"] = { "Currency", "Item", }, ["default"] = 1, ["key"] = "type", ["useDesc"] = true, ["name"] = "Trackable type", ["width"] = 0.8, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 9999999, ["step"] = 1, ["width"] = 0.5, ["min"] = 0, ["key"] = "id", ["desc"] = "The ID of the trackable object", ["name"] = "Trackable ID", ["default"] = 0, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 1.5, ["key"] = "name", ["name"] = "Name", ["desc"] = "Name of the trackable. This doesn't really do anything but makes it easier for you to know which id belongs to which trackable.", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 2, ["key"] = "zones", ["name"] = "Load zones", ["desc"] = "Zone name in which this display should be visible. You can add multiple zones by seperating them with a comma. You can even use subzone names that are displayed on your minimap.", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 2, ["key"] = "excludeByZoneText", ["name"] = "Exclude Zones", ["desc"] = "Exclude zones by zone text (shown on World Map)", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 2, ["key"] = "mapID", ["name"] = "uiMapIDs", ["desc"] = "ADVANCED: You can add a uiMapID instead of zone name for specific cases. (seperated with comma)", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 2, ["key"] = "parentMapID", ["name"] = "parentMapIDs", ["desc"] = "check if one of the parent maps is this id. Separate multiple entries with a comma", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = true, ["width"] = 2, ["key"] = "excludeMapID", ["name"] = "Exclude MapIDs", ["desc"] = "ADVANCED: You can exclude specific MapIDs from loading when a zonename covers multiple IDs", ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Use the warning options to configure when to show a warning", ["key"] = "warningEnabled", ["useDesc"] = true, ["name"] = "Enable Warning Check", ["width"] = 1, }, { ["type"] = "select", ["default"] = 3, ["values"] = { "= (equals)", "~= (not equals)", "> (more than)", "< (less than)", ">= (more than or equals)", "<= (less than or equals)", }, ["key"] = "warningOperator", ["useDesc"] = false, ["name"] = "Warning Operator", ["width"] = 0.5, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 5.8209166166065e+16, ["step"] = 1, ["width"] = 0.5, ["min"] = 0, ["key"] = "warningValue", ["desc"] = "Compares value with the trackable value using the selected operator. Gives the icon a glow and makes the text red", ["name"] = "Warning Value", ["default"] = 0, }, { ["desc"] = "Choose this when a trackable should only load if it's your faction", ["type"] = "select", ["values"] = { "Alliance", "Horde", "Both", }, ["default"] = 3, ["key"] = "faction", ["useDesc"] = true, ["name"] = "Faction", ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Any", "Classic", "The Burning Crusade", "Wrath of the Lich King", "Cataclysm", "Mists of Pandaria", "Warlords of Draenor", "Legion", "Battle for Azeroth", "Shadowlands", }, ["key"] = "expansion", ["useDesc"] = false, ["name"] = "Expansion", ["width"] = 1, }, { ["desc"] = "Abbreviate = 1M. | Abbreviate Large = 1,000K.", ["type"] = "select", ["values"] = { "Disabled", "Abbreviate", "Abbreviate Large Numbers", }, ["default"] = 1, ["key"] = "shortenAmount", ["useDesc"] = true, ["name"] = "Shorten Amount", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "customColorToggle", ["useDesc"] = false, ["name"] = "Enable Custom Color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["key"] = "customColor", ["useDesc"] = false, ["name"] = "Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Restrict loading of zones to only when both uiMapID and zonename match", ["key"] = "restrict", ["useDesc"] = true, ["name"] = "Restrict", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Overwrites any loadzone or uiMapID settings and ensures the trackable is always shown.", ["key"] = "always", ["useDesc"] = true, ["name"] = "Show always", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Hides when you have 0 amount of the trackable object.", ["key"] = "hideZero", ["useDesc"] = true, ["name"] = "Hide when zero", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Always hide this trackable object.", ["key"] = "hide", ["useDesc"] = true, ["name"] = "Hide always", ["width"] = 1, }, }, ["type"] = "group", ["useDesc"] = false, ["nameSource"] = 3, ["width"] = 1, ["useCollapse"] = true, ["collapse"] = true, ["name"] = "Change or add trackables", ["limitType"] = "none", ["groupType"] = "array", ["key"] = "custom_currencies", ["size"] = 10, }, }, }, ["08 Volcanic Heart Dot"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "410953", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "5TnTsjpcJ6d", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Volcanic Heart Dot", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[TNO] Sturmgewitter (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 386025, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Sturmgewitter (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "oKzkUCtgkhh", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["02 Rip Soul"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "169457", ["auranames"] = { }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_unit"] = true, ["use_npcId"] = false, ["use_absorbMode"] = true, ["spellIds"] = { }, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["event"] = "Cast", ["spellNames"] = { 334797, }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Souls Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1378703, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "fA2kZUS2TPq", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Rip Soul", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["07 High Energy"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["auraspellids"] = { }, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_debuffClass"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "boss1", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["auraspellids"] = { }, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_debuffClass"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "boss1", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1029595, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "nShfosLDV9G", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 High Energy", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Ruby] Donnerblitz (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 392576, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Donnerblitz (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "U30DOflkEDl", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Quell 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Quell", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 351338, ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "ceOudZzfaes", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Quell 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["02 Spreading Misery"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "351827", "355754", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Spreading Misery", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "oUi2gQqmkem", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528302, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["02 Blistering Spear (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 414888, }, ["auranames"] = { }, ["duration"] = "6", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = false, ["event"] = "Combat Log", ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_AURA_APPLIED", ["type"] = "combatlog", ["use_destUnit"] = true, ["auraspellids"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { 414888, }, ["auranames"] = { }, ["duration"] = "4.1", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = false, ["event"] = "Combat Log", ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_AURA_APPLIED", ["type"] = "combatlog", ["use_destUnit"] = false, ["auraspellids"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] and not t[1]\nend", ["activeTriggerMode"] = 2, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spears Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 608940, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "b1VqCvaNas6", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Blistering Spear (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[NL] Ember Swipe (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 226406, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Ember Swipe (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "3XLBRFAjUo9", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[HoI] Inundate (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "196043", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_npcId"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["spellNames"] = { 388882, }, ["use_spellNames"] = true, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Inundate (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "IHh)X2rY5jv", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[NL] Smash (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["default"] = "", ["multiline"] = false, ["length"] = 10, ["name"] = "NPC IDs (separate by space)", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["useDesc"] = false, ["name"] = "Self", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["useDesc"] = false, ["name"] = "Party members", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["useDesc"] = false, ["name"] = "Non players", ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["collapse"] = false, ["name"] = "Blacklist", ["key"] = "blacklist", ["limitType"] = "none", ["groupType"] = "simple", ["type"] = "group", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", ["key"] = "hideName", ["useDesc"] = true, ["name"] = "Hide names", ["width"] = 1, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["name"] = "Update throttle (milliseconds)", ["default"] = 100, }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["glow_type"] = "ACShine", ["do_custom"] = false, ["sound_channel"] = "Dialog", }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "731", ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_zoneIds"] = true, ["class"] = { ["multi"] = { }, }, ["class_and_spec"] = { }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["barColor2"] = { 1, 1, 0, 1, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["spellNames"] = { 226287, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["use_unit"] = true, ["use_exact_spellId"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "nameplate", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 25, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_legacy_floor"] = true, }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["border_size"] = 25, }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["zoom"] = 0, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["width"] = 250.00003051758, ["desaturate"] = false, ["mirror"] = false, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["uid"] = "fGjBONIWJ((", ["justify"] = "LEFT", ["icon_side"] = "LEFT", ["icon"] = true, ["displayText_format_p_time_precision"] = 1, ["sparkHeight"] = 30, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["sparkRotationMode"] = "AUTO", ["semver"] = "10.1.16", ["xOffset"] = -1.52587890625e-05, ["id"] = "[NL] Smash (Cleave)", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["inverse"] = false, ["config"] = { ["hideName"] = false, ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, ["npcID"] = "", ["updateThrottle"] = 100, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_action"] = "show", ["glow_frequency"] = 0, ["glow_frame_type"] = "NAMEPLATE", ["glow_border"] = false, ["glow_length"] = 6, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_lines"] = 25, ["glow_thickness"] = 6, }, ["property"] = "glowexternal", }, }, }, }, ["cooldown"] = false, ["automaticWidth"] = "Auto", }, ["Flawed Hungering Ruby"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216641, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216641\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Hungering Ruby", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "yLCfgfXO2oq", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629711", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[FH] Frost Blast (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 257784, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Frost Blast (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "1v)SXDs4bLW", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["d_renewing_blaze"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -2.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Renewing Blaze", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["remaining_operator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 374348, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 1022, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["stickyDuration"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [200025] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useTooltip"] = false, ["config"] = { }, ["xOffset"] = -123.50006103516, ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_renewing_blaze", ["adjustedMax"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "vkLloUo6Jcz", ["inverse"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["03 Brynja's Mournful Dirge"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350109", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Brynja's Mournful Dirge", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "WvbCPO)v3Xd", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Rising Glory"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 168586, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "eetRWKPP6C6", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Rising Glory", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["Shadow's Bite"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "387322", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [387349] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387322, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Shadow's Bite", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "((c8UiSnOd3", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["08 Sundered Shadow (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "407728", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Pass Wall", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "sklKUC9s(ng", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Sundered Shadow (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["04 Rift Blast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "335013", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_specific_unit"] = true, ["use_absorbMode"] = true, ["unit"] = "boss1", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["custom_hide"] = "timed", ["events"] = "", ["useName"] = true, ["use_spellName"] = false, ["unevent"] = "timed", ["spellName"] = { 0, }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["type"] = "combatlog", ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["duration"] = "8", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beams", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3528282", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "OPTGYo8aA6q", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Rift Blast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[BHH] Wild Onslaught (Kite)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.054901964962482, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 381419, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "381419", }, ["debuffType"] = "HARMFUL", ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "KITE !!! ", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Wild Onslaught (Kite)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "YLdEUSv1yz(", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0, 0.10588236153126, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[BHH] Withering Poison (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 385058, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Withering Poison (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "gsVBlXuh4Y6", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Reverberating Eruption"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,startMS,endMS,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and spellId == 344496\n and guid\n then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = ((endMS-startMS)/1000) + 1.5,\n expirationTime = (endMS / 1000) + 1.5,\n autoHide = true,\n }\n return true\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_unit_color"] = "class", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 2101174, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "oRPUT9BJoWp", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Reverberating Eruption", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["06 Synthesize (Remaining)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "363130", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["duration"] = "15", ["use_exact_spellId"] = false, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["spellName"] = { 0, }, ["useName"] = false, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 892827, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "2Ufi1fls0s7", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Synthesize (Remaining)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[NL] Landslide (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 200700, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Landslide (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "k(rhHGRGYai", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Fel Rush"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 195072, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Fel Rush", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Fel Rush", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "VVlBHOv4TpA", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["07 Form Sentry"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 352660, }, ["auranames"] = { "352538", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_spellNames"] = true, ["type"] = "unit", ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["useExactSpellId"] = false, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Orb Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Form Sentry", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "sZlCYln1EYM", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 4038104, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Call Mawsworn"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350615, }, ["auranames"] = { "350217", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["use_class"] = false, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["unit"] = "boss1", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["useName"] = false, ["useExactSpellId"] = false, ["event"] = "Cast", ["use_absorbMode"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Call Mawsworn", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "2YLMy(IFF7(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3731620, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Evasive Lunge (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["fetchTooltip"] = false, ["unevent"] = "auto", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["auranames"] = { "327610", }, ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["duration"] = "1", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1392546, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "JDfmGlPiswo", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Evasive Lunge (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Naturalize"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Naturalize", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 360823, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Naturalize", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 360823, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 360823, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Naturalize", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "snciPxp9l(J", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["05-Necrotic Ritual"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "360295", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "360295", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorB"] = 0, ["colorG"] = 0.31764705882353, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "ztqVeGeOS05", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "05-Necrotic Ritual", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["Summon Soulkeeper"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 386256, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Summon Soulkeeper", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 1, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.85098046064377, 0.77647066116333, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 15, ["multi"] = { [15] = true, [13] = true, }, }, ["use_class_and_spec"] = false, ["spec"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 386256, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Summon Soulkeeper", ["parent"] = "Warlock [Core]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "ICB6fxEgPMq", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellUsable", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellCount", ["value"] = "10", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["08 Falling Rubble"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "2.3", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = true, ["useExactSpellId"] = false, ["custom_type"] = "stateupdate", ["type"] = "custom", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auraspellids"] = { "327773", }, ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local _, _, spellID = ...\n if (spellID == 341193 or spellID == 332318 or spellID == 341103) then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = aura_env.dur,\n expirationTime = aura_env.dur + GetTime(),\n autoHide = true,\n }\n return true\n end\n end\nend", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_scale"] = false, ["alphaType"] = "straight", ["colorB"] = 0.96862745098039, ["colorG"] = 0.96862745098039, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorA"] = 1, ["scalex"] = 1, ["use_translate"] = false, ["use_alpha"] = false, ["easeStrength"] = 3, ["scaleType"] = "custom", ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["scaley"] = 1, ["translateType"] = "custom", ["colorFunc"] = "", ["rotate"] = 0, ["duration_type"] = "seconds", ["scaleFunc"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 0.027450980392157, 0, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "local ID = select(3, GetInstanceInfo())\naura_env.dur = ID == 15 and 2.6 or ID == 16 and 2.3 or 3.1", ["do_custom"] = true, }, ["finish"] = { }, }, ["cooldown"] = true, ["displayIcon"] = 1385913, ["adjustedMax"] = "", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "lA)zRsg92IC", ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Falling Rubble", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["inverse"] = false, ["color"] = { 0.98039215686275, 0.97254901960784, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["iconInset"] = 0, }, ["03 Annhylde's Bright Aegis"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "3.8", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnMissing", ["event"] = "Combat Log", ["spellIds"] = { }, ["custom"] = "function(_, _, name)\n if aura_env.names[name] then\n return true\n end\nend", ["use_spellId"] = false, ["events"] = "CHAT_MSG_MONSTER_YELL", ["auraspellids"] = { }, ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Shield Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Shield.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "--pray there will be a proper event\naura_env.names = {\n [\"Annhylde\"] = true, --en\n [\"Аннгильда\"] = true, --ru\n [\"안힐드\"] = true, --koKR\n [\"安海尔德\"] = true, --zhCN\n [\"安海德\"] = true, --zhTW\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Annhylde's Bright Aegis", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "CfLDycrhoBn", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1320371, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Rewind"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Rewind", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 363534, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 363534, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">", ["value"] = "0", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "RMDxe3hX)0n", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Rewind", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Evoker_Essence_Burst_Overlay"] = { ["sparkWidth"] = 5, ["iconSource"] = -1, ["xOffset"] = -0.5, ["preferToUpdate"] = false, ["yOffset"] = 29, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 0.16078431904316, 1, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["sparkOffsetY"] = 1, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 257, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, ["MONK"] = true, ["ROGUE"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["useAdjustededMin"] = false, ["regionType"] = "texture", ["blendMode"] = "BLEND", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 0.6, ["sparkColor"] = { 1, 0.94901960784314, 0, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Essence Burst", }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { "Прославление", }, ["powertype"] = 0, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_powertype"] = true, ["custom_hide"] = "timed", ["ownOnly"] = true, ["type"] = "aura2", ["useExactSpellId"] = false, ["unevent"] = "auto", ["use_showOn"] = true, ["useName"] = true, ["event"] = "Power", ["spellName"] = 200183, ["realSpellName"] = "Прославление", ["use_spellName"] = true, ["spellIds"] = { 200183, }, ["auraspellids"] = { "369299", }, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["use_unit"] = true, ["unit"] = "player", }, ["untrigger"] = { ["spellName"] = 200183, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["colorR"] = 1, ["duration"] = "", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "urn function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n\n\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["duration_type"] = "seconds", ["rotate"] = 0, ["translateType"] = "straightTranslate", ["easeStrength"] = 3, ["preset"] = "fade", ["colorB"] = 1, }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, }, ["height"] = 12, ["rotate"] = false, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["zoom"] = 0, ["mirror"] = false, ["barColor2"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["spark"] = false, ["borderInFront"] = false, ["uid"] = "oQ6znQPQRgY", ["icon_side"] = "RIGHT", ["config"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(1,0.76,0.53,1), CreateColor(1,0.96,0.88,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["sparkHeight"] = 20, ["customTextUpdate"] = "event", ["color"] = { 0, 0.3647058904171, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.7", ["id"] = "Evoker_Essence_Burst_Overlay", ["sparkHidden"] = "BOTH", ["backdropColor"] = { 1, 1, 1, 0, }, ["frameStrata"] = 4, ["width"] = 249.5, ["borderBackdrop"] = "None", ["backgroundColor"] = { 0.41960787773132, 0.10588236153126, 0.011764707043767, 0, }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["01 Dreadfire Barrage"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "424352", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "F3Kq(SNofVF", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Dreadfire Barrage", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "5", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Soar 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["remaining"] = "0.5", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = true, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 369536, ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Soar", ["use_spellName"] = true, ["spellIds"] = { }, ["remaining_operator"] = ">=", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 369536, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "M5)irid5zvf", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Soar 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["06 Synthesize (Transition)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { "363130", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "h915th)Onm4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Synthesize (Transition)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Tranquility of Flame"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["specificUnit"] = "", ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["names"] = { }, ["castType"] = "cast", ["type"] = "unit", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellNames"] = { 423265, }, ["use_specific_unit"] = true, ["event"] = "Cast", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Seed Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_1.tooltip1_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip_format"] = "none", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 460698, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["message"] = "", ["message_type"] = "TTS", ["do_sound"] = true, ["message_tts_voice"] = 2, ["do_message"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Seed.ogg", ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "rArZhQDTn)W", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Tranquility of Flame", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["11 Shattering Blast Dot (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "359868", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["encounterid"] = "2537", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1305158, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kMwKiFxzuVY", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Shattering Blast Dot (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["02 Smashing Viscera Timer (non mythic only)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["parent"] = "BigWigs / DBM Timers / Texts", ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Fixed", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "424456", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.75294125080109, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.45490199327469, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["selfPoint"] = "TOP", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["displayText_format_1.p_format"] = "timed", ["displayText"] = "%c Leap in %1.p", ["authorOptions"] = { }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["normal"] = true, ["lfr"] = true, ["heroic"] = true, }, }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["conditions"] = { }, ["internalVersion"] = 75, ["fontSize"] = 28, ["source"] = "import", ["preferToUpdate"] = false, ["shadowXOffset"] = 1, ["displayText_format_1.p_time_mod_rate"] = true, ["xOffset"] = 100, ["uid"] = "E47PpBNzUnr", ["regionType"] = "text", ["displayText_format_1.p_time_legacy_floor"] = false, ["displayText_format_p_time_mod_rate"] = true, ["url"] = "https://wago.io/dfraid3/47", ["color"] = { 1, 0, 0, 1, }, ["displayText_format_p_time_precision"] = 1, ["displayText_format_1.p_time_dynamic_threshold"] = 60, ["yOffset"] = 30, ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "02 Smashing Viscera Timer (non mythic only)", ["displayText_format_1.p_time_precision"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_1.p_time_format"] = 0, ["config"] = { }, ["wordWrap"] = "Elide", ["displayText_format_c_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, }, ["Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 220, ["anchorPoint"] = "TOPLEFT", ["sameTexture"] = true, ["url"] = "https://wago.io/KnnW6_3C3/52", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = true, }, }, ["selfPoint"] = "TOPLEFT", ["desaturate"] = true, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["ingroup"] = { ["multi"] = { ["solo"] = true, ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["level_operator"] = { ">=", }, ["use_zoneIds"] = false, ["spec"] = { ["multi"] = { }, }, ["level"] = { "70", }, ["use_level"] = true, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["useAdjustededMin"] = false, ["regionType"] = "texture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_AlphaGradient.tga", ["tocversion"] = 100002, ["alpha"] = 1, ["uid"] = "MBpcTT5(buO", ["backgroundOffset"] = 2, ["wagoID"] = "KnnW6_3C3", ["color"] = { 0, 0, 0, 1, }, ["customText"] = "function()\n aura_env.text = aura_env.update_display()\n \n return aura_env.text \nend", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["discrete_rotation"] = 0, ["version"] = 52, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 225, ["rotate"] = false, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:todo list", ["config"] = { }, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["crop_x"] = 0.41, ["anchorFrameParent"] = false, ["xOffset"] = -5, ["parent"] = "Mythic+ Seasonal Highest Runs", ["startAngle"] = 0, ["semver"] = "2.2.2", ["compress"] = false, ["id"] = "Background", ["auraRotation"] = 0, ["frameStrata"] = 2, ["anchorFrameType"] = "SELECTFRAME", ["width"] = 650, ["crop_y"] = 0.41, ["inverse"] = false, ["backgroundColor"] = { 0.5, 0.5, 0.5, 0.5, }, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { }, ["foregroundColor"] = { 1, 1, 1, 1, }, }, ["06 Tactical Destruction"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "406678", }, ["auranames"] = { }, ["duration"] = "5.1", ["use_delay"] = false, ["spellName"] = 0, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Spell Cast Succeeded", ["castType"] = "cast", ["use_spellId"] = true, ["check"] = "event", ["use_track"] = true, ["use_count"] = false, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_unit"] = true, ["auraspellids"] = { }, ["unit"] = "boss1", ["use_genericShowOn"] = true, ["use_specific_unit"] = true, ["events"] = "w", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "event", ["useExactSpellId"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["custom_type"] = "stateupdate", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135597, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "xugV(2CgD(d", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Tactical Destruction", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["06 Unstable Mote"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362622", "366012", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Mote", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038106, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "OF0U)F3eVTW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Unstable Mote", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Hopelessness Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 365958, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Marks Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "458227", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "1oOE4z0al0(", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 0, 0.031372549019608, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Hopelessness Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Scarred Soul"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "365445", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Enter", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "JCGoV8etzes", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Scarred Soul", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["04 Staggering Barrage (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "361018", }, ["auranames"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["ignoreAuraSpellids"] = { "364289", }, ["group_countOperator"] = ">", ["unit"] = "group", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = true, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["names"] = { }, ["auranames"] = { "361018", "364289", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { "364289", }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Q0EDgGBm359", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Staggering Barrage (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Living Flame"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "361469", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "target", ["unitExists"] = false, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["use_never"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = ")Lrm0FnDVlQ", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Living Flame", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["09 Call Shadow Forces"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 342256, }, ["auranames"] = { "334498", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["useName"] = true, ["auraspellids"] = { "331209", }, ["use_unit"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_absorbMode"] = true, ["unevent"] = "auto", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2417", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3160258, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "gv)q0xVLJXS", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Call Shadow Forces", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["ES Range Checker"] = { ["iconSource"] = -1, ["authorOptions"] = { { ["softMin"] = 0.1, ["type"] = "range", ["bigStep"] = 0.1, ["max"] = 10, ["step"] = 0.1, ["width"] = 1, ["min"] = 0.1, ["key"] = "throttle", ["desc"] = "How often should the Aura update?", ["softMax"] = 3, ["useDesc"] = true, ["name"] = "Update frequency:", ["default"] = 0.3, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["softMin"] = 3, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 1, ["min"] = 3, ["key"] = "range", ["desc"] = "How close to the player do you want to check?", ["softMax"] = 40, ["useDesc"] = true, ["name"] = "Range:", ["default"] = 10, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 40, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "trigger", ["desc"] = "How many units need to be near to show the Aura?", ["softMax"] = 10, ["useDesc"] = true, ["name"] = "Trigger when near:", ["default"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["width"] = 1, ["useHeight"] = true, }, { ["desc"] = "Count group members or enemies?", ["type"] = "select", ["values"] = { "group", "enemies", }, ["default"] = 2, ["key"] = "type", ["useDesc"] = true, ["name"] = "Check:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Only count enemiy units that are in combat? (does nothing when friendles selected)", ["key"] = "combat", ["useDesc"] = true, ["name"] = "In Combat:", ["width"] = 1, }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 1.7156372070313, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["displayText_format_p_time_mod_rate"] = true, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["font"] = "Accidental Presidency", ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_spellknown"] = true, ["use_zone"] = false, ["spec"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["zoneIds"] = "", }, ["shadowXOffset"] = 1, ["regionType"] = "text", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "BC9QX2HyMUw", ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["unit"] = "player", ["event"] = "Health", ["customStacks"] = "function() return aura_env.count end\n", ["unevent"] = "auto", ["spellIds"] = { }, ["custom"] = "function(allstates)\n if not aura_env.last or GetTime() - aura_env.last > aura_env.config.throttle then\n aura_env.last = GetTime()\n \n local count = 0\n if aura_env.config.type == 2 then\n for i = 1, 40 do\n local unit = \"nameplate\"..i\n if UnitCanAttack(\"player\", unit) \n and (not aura_env.config.combat or UnitAffectingCombat(unit))\n and WeakAuras.CheckRange(unit, aura_env.config.range, \"<=\") \n then\n count = count + 1\n end\n end \n else\n for unit in WA_IterateGroupMembers() do\n if not UnitIsUnit(unit, \"player\") \n and not UnitIsDeadOrGhost(unit)\n and (not aura_env.config.combat or UnitAffectingCombat(unit))\n and WeakAuras.CheckRange(unit, aura_env.config.range, \"<=\") \n then\n count = count + 1\n end\n end\n end\n if count >= aura_env.config.trigger then\n allstates[\"\"] = allstates[\"\"] or {show = true}\n allstates[\"\"].stacks = count\n allstates[\"\"].changed = true\n return true\n elseif allstates[\"\"] then\n allstates[\"\"].show = false\n allstates[\"\"].changed = true\n return true\n end\n end\nend", ["use_absorbMode"] = true, ["check"] = "update", ["names"] = { }, ["use_unit"] = true, ["customVariables"] = "{\n stacks = true,\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_spellNames"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellNames"] = { 359073, }, ["event"] = "Cast", ["use_genericShowOn"] = true, ["use_unit"] = true, ["use_track"] = true, ["use_exact_spellId"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["displayText_format_1.s_format"] = "none", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 64, ["fontSize"] = 40, ["source"] = "import", ["anchorFrameFrame"] = "PlayerCastingBarFrame", ["preferToUpdate"] = false, ["cooldown"] = false, ["displayText"] = "%1.s", ["parent"] = ".EvokerUI-Preheat", ["automaticWidth"] = "Auto", ["config"] = { ["throttle"] = 0.3, ["combat"] = true, ["trigger"] = 1, ["range"] = 25, ["type"] = 2, }, ["displayText_format_p_time_precision"] = 1, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["internalVersion"] = 75, ["anchorFrameType"] = "SELECTFRAME", ["semver"] = "1.2.18", ["frameStrata"] = 1, ["id"] = "ES Range Checker", ["desc"] = "Counts enemy nameplates in range of Evoker during Eternity Surge cast. \n\nBuilt upon SimpleRangeChecker by asakawa (see URL)", ["useCooldownModRate"] = true, ["width"] = 64, ["justify"] = "LEFT", ["wordWrap"] = "WordWrap", ["inverse"] = false, ["cooldownTextDisabled"] = false, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = true, }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 85.542236328125, }, ["01 Doom Cultivation"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["uid"] = "la4mqdZwGSc", ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421013, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = true, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Bars ", ["adjustedMax"] = "", ["barColor"] = { 1, 0.58039218187332, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Intermission.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Immune Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["frameStrata"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["version"] = 47, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 136246, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["sparkHidden"] = "NEVER", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.46", ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["id"] = "01 Doom Cultivation", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["[Ruby] Blazing Rush (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.4588235616684, 0, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372047, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "PUDDLES!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Blazing Rush (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "VtrN6WyoAl4", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.4588235616684, 0, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Crowd Control 2"] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "Wing Buffet CD 2", "Tailswipe CD 2", "Landswipe CD 2", "Sleep Walk CD 2", "Oppressing Roar CD 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = 189.31696111506, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = -224.9521706321, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["Sleep Walk CD 2"] = false, ["Oppressing Roar CD 2"] = false, ["Landswipe CD 2"] = false, ["Tailswipe CD 2"] = false, ["Wing Buffet CD 2"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "e(mMN0sTRtd", ["scale"] = 0.55, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Crowd Control 2", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["[FH] Blind Rage (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 257739, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Blind Rage (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "boQ076mVhoy", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Abysssal Breath"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 404456, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["names"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914668, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "zWl79f805k1", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Abysssal Breath", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Crowd Control"] = { ["grow"] = "HORIZONTAL", ["controlledChildren"] = { "Wing Buffet CD", "Tailswipe CD", "Landswipe CD", "Sleep Walk CD", "Oppressing Roar CD", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = -39.167084427331, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 20.052503083882, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["Wing Buffet CD"] = false, ["Sleep Walk CD"] = false, ["Landswipe CD"] = false, ["Oppressing Roar CD"] = false, ["Tailswipe CD"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "Pdz1gEMkaG7", ["scale"] = 0.95, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Crowd Control", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["03 Flood of the Firelands Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Soak in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "420933", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "vELVDgLvs86", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.89019614458084, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.98823535442352, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Flood of the Firelands Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["[ULT] Sonic Burst (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 369411, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Sonic Burst (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "QRtK3HtjADi", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Genesis Rings"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Wave.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "364465", }, ["auranames"] = { }, ["duration"] = "9", ["names"] = { }, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["event"] = "Combat Log", ["useExactSpellId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_SUCCESS", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["type"] = "combatlog", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Wave Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4037122, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "6CnI6ZVkFlc", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Genesis Rings", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Threat Neutralization Cast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350496, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellIds"] = { }, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["unit"] = "boss1", ["event"] = "Cast", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Debuffs Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shrink", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Threat Neutralization Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Zp8lZaiVZBq", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132177, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Cleave's and Frontal's."] = { ["controlledChildren"] = { "The Underrot - Cleave's & Frontal's", "Freehold - Cleave's & Frontal's", "The Vortex Pinnacle - Cleave's & Frontal's", "Neltharion's Lair - Cleave's & Frontal's ", "Halls of Infusion - Cleave's & Frontal's", "Uldaman: Legacy of Tyr - Cleave's & Frontal's", "Brackenhide Hollow - Cleave's & Frontal's", "Neltharus - Cleave's & Frontal's", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Cleave's and Frontal's.", ["groupIcon"] = 132338, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "i)zGlsBdJ)2", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["09 High Energy (Mal'Ganis)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "181398", ["auranames"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["unit"] = "boss", ["spellIds"] = { }, ["use_absorbHealMode"] = true, ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 538518, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "mYbQ(qPEkvU", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 High Energy (Mal'Ganis)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Seeking Inferno Debuff"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, ["sound"] = " custom", ["stop_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "426018", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.84705889225006, 0.77647066116333, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "pHKAjQbw4Qw", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Seeking Inferno Debuff", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Ruby Embers"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["showClones"] = false, ["type"] = "aura2", ["useName"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "target", ["unitExists"] = false, ["names"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "363760", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { "361469", }, ["ownOnly"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.90980398654938, 0.74901962280273, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = true, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["single"] = 1, ["multi"] = { true, [5] = true, }, }, ["zoneIds"] = "", ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["use_vehicleUi"] = false, ["use_never"] = true, ["use_spellknown"] = false, ["spellknown"] = 365937, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "5", ["variable"] = "expirationTime", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "rBkdIMuz(E)", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Ruby Embers", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 132330, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Time Spiral"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "375234", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Spiral", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374968, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Spiral", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374968, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 374968, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Time Spiral", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "vKfILpgxBgE", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["02 Drenched Blades"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "414340", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useGroup_count"] = true, ["useActualSpec"] = false, ["matchesShowOn"] = "showAlways", ["useClass"] = false, ["unit"] = "player", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["auraspellids"] = { }, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["auranames"] = { "414340", }, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "h(YAt()KTtC", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Drenched Blades", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "6", }, { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, [".DPSEvoker"] = { ["controlledChildren"] = { "d_cauterizing_flame", "d_Snapfire", "Firebreath", "Leaping Flames 3", "Essence Burst 3", "Snapfire 2", "Icons", "d_fly_with_me", "d_rescue", "d_DeepBreath", "d_source_of_magic", "d_renewing_blaze", "d_obsidian_scales", "d_naturalize", "d_hover", "d_zephyr", "d_time_spiral", "p_mana 2", "Emerald Blossom 2", "Main Bar", "Augmentation", "Crowd Control", "Crowd Control 2", "Buff Tracker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -208.82168579102, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["unevent"] = "timed", ["duration"] = "1", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["selfPoint"] = "BOTTOMLEFT", ["desc"] = "", ["version"] = 38, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "None", ["regionType"] = "group", ["borderSize"] = 16, ["uid"] = "o4LiY7CAPdt", ["parent"] = ".EvokerUI-Preheat", ["borderOffset"] = 5, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = ".DPSEvoker", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -0.125732421875, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderInset"] = 11, ["conditions"] = { }, ["information"] = { ["ignoreOptionsEventErrors"] = true, ["forceEvents"] = true, ["groupOffset"] = true, }, ["groupIcon"] = "4574311", }, ["BlisteringScales"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Blistering Scales", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 360827, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["load"] = { ["use_zoneIds"] = false, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["use_spellknown"] = true, ["use_class"] = true, ["use_zone"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "BlisteringScales", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "Gj7wpgRSjd3", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Augmentation", }, ["[TVP] Lightning Lash (Get In)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "325", ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 87762, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "HIDE IN LIGHTNING FIELD", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TVP] Lightning Lash (Get In)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "nqPapDWWdA4", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Guillotine"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Guillotine", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 386833, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 264057, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [710] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 386833, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_warlock_calldreadstalkers", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Guillotine", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "2sbsS0A7tL3", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["BronzeTradingPost"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -395, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.class_progress, aura_env.class_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.class_progress, aura_env.class_total, true\nend\n\n\n", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local classMasks = {}\n classMasks[\"WARRIOR\"] = 1\n classMasks[\"PALADIN\"] = 2\n classMasks[\"HUNTER\"] = 4\n classMasks[\"ROGUE\"] = 8\n classMasks[\"PRIEST\"] = 16\n classMasks[\"DEATHKNIGHT\"] = 32\n classMasks[\"SHAMAN\"] = 64\n classMasks[\"MAGE\"] = 128\n classMasks[\"WARLOCK\"] = 256\n classMasks[\"MONK\"] = 512\n classMasks[\"DRUID\"] = 1024\n classMasks[\"DEMONHUNTER\"] = 2048\n classMasks[\"EVOKER\"] = 4096\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local IsSetUsable = function(className, setId)\n return classMasks[className] == bit.band(C_TransmogSets.GetSetInfo(setId)[\"classMask\"], classMasks[className])\n end\n \n local AddFilteredMixedSets = function(items, cost)\n local sets = {}\n for i,value in ipairs(items) do\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if IsSetUsable(className,value) then\n table.insert(sets,value)\n end\n else\n table.insert(sets,value)\n end\n end\n AddToTotal(sets, cost)\n end\n \n local class_ensemble = {3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3509,3510,3514}\n local class_arsenal = {3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3511,3512,3513}\n \n AddFilteredMixedSets(class_ensemble, 4000)\n AddFilteredMixedSets(class_arsenal, 3000)\n \n aura_env.class_progress = total_acquired\n aura_env.class_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Trading Post Recolor Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeTradingPost", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "DIU0)UOW7Th", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["08 Destructive Stomp"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "329362", }, ["auranames"] = { "336235", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["names"] = { }, ["use_unit"] = true, ["duration"] = "6", ["custom_hide"] = "timed", ["useName"] = true, ["debuffType"] = "HARMFUL", ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_SUCCEEDED:boss1, UNIT_SPELLCAST_STOP:boss1", ["spell"] = "", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 332318\n and IsItemInRange(10645, unit)\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if spellID == 332318 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["subeventSuffix"] = "_CAST_SUCCESS", ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["type"] = "custom", ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Out", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["normal"] = true, ["lfr"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["encounterid"] = "2399", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136025, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "t4w40aq(DCt", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Destructive Stomp", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[ULT] Cleave (CLEAVE)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369409, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Cleave (CLEAVE)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "IkALd4avE6N", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["d_cauterizing_flame"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 61.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Cauterizing Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["remaining_operator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 374251, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 6940, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["stickyDuration"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_talent"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [387993] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useTooltip"] = false, ["config"] = { }, ["xOffset"] = -123.5, ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_cauterizing_flame", ["adjustedMax"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "gUcON1tX8Fl", ["inverse"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["02 Jagged Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334971", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "NR6Py5QtlMS", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "02 Jagged Claws (Tank Only)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["09 Cloud of Carrion Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360006, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_unit"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["unit"] = "boss", ["event"] = "Cast", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useGroup_count"] = true, ["use_absorbMode"] = true, ["unit"] = "boss", ["group_count"] = "0", ["group_countOperator"] = ">", ["debuffType"] = "HELPFUL", ["names"] = { }, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "363184", }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["ignoreAuraSpellids"] = { }, ["useExactSpellId"] = true, ["auranames"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.027450980392157, ["type"] = "custom", ["easeType"] = "none", ["use_color"] = true, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n if WeakAuras.GetActiveTriggers(aura_env.id)[2] then\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\nend", ["rotate"] = 0, ["colorB"] = 0, ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Debuffs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136128, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "WRoP3qZmuPh", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Cloud of Carrion Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Ephemeral Flora Timer (not implemented)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Soak in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_custom"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "430533", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["spec_position"] = { ["single"] = "MELEE", }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["use_spec_position"] = true, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "5h2jmgPX4ZN", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.75294125080109, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.45490199327469, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 1, 0.3647058904171, 0, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Ephemeral Flora Timer (not implemented)", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Power_Siphon"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Power Siphon", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 264130, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 264130, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [91521] = true, }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_warlock_calldreadstalkers", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Power_Siphon", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "eTyoWKsO1ku", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["03 Volatile Eruption Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "405375", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "405375", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "6", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["use_id"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["use_spellId"] = true, ["spellIds"] = { }, ["use_remaining"] = true, ["type"] = "addons", ["useName"] = false, ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "tjwmwO8ueeU", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "AoE in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Volatile Eruption Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["08 Calamitous Strike Timer (Tank Only)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "401998", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "406222", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2684", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "6gJiITpGG0M", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Knock in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Calamitous Strike Timer (Tank Only)", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Evoker"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Luxthos - Evoker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["scale"] = 1, ["yOffset"] = 0, ["border"] = false, ["borderEdge"] = "Square Full White", ["anchorPoint"] = "CENTER", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["xOffset"] = 0, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["regionType"] = "group", ["borderOffset"] = 4, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["id"] = "Evoker", ["internalVersion"] = 75, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["uid"] = "VQoBssTfCbN", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { }, ["config"] = { }, }, ["[BHH] Sanguine Feast (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.10588236153126, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 264757, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Sanguine Feast (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "EIaGV7)nhP3", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0, 0.10588236153126, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Necrotic Detonation Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 363024, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss3", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["use_spellNames"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["spellIds"] = { }, ["auraspellids"] = { }, ["use_specific_unit"] = true, ["ignoreAuraSpellids"] = { }, ["event"] = "Cast", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.47843137254902, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.47843137254902, ["type"] = "custom", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.47843137254902, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Kill Add", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_visible"] = true, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Switch.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Necrotic Detonation Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "lZUQqaLYmEr", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 3622122, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["d_tip_the_scales"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Inclinar la balanza", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Божественная защита", }, ["useGroup_count"] = false, ["spellIds"] = { 498, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useCount"] = true, ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 370553, ["use_remaining"] = false, ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Tip the Scales", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 498, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["stickyDuration"] = false, ["authorOptions"] = { }, ["parent"] = "Main Bar", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["cooldownEdge"] = true, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [200482] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = "", ["source"] = "import", ["selfPoint"] = "CENTER", ["icon"] = true, ["config"] = { }, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 35, ["useCooldownModRate"] = true, ["progressSource"] = { -1, "", }, ["alpha"] = 1, ["anchorFrameParent"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_tip_the_scales", ["xOffset"] = 0, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["adjustedMin"] = "", ["uid"] = "K5BQaZAlofZ", ["inverse"] = true, ["desaturate"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = { 1, 0.68235294117647, 0.4, 1, }, ["property"] = "sub.2.border_color", }, }, }, }, ["cooldown"] = true, ["internalVersion"] = 75, }, ["Power Swell"] = { ["iconSource"] = 0, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "Power Swell", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_exact_not_spellknown"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["spellknown"] = 370839, ["use_level"] = false, ["use_spellknown"] = true, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, [87644] = true, }, }, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["cooldown"] = true, ["conditions"] = { }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "0ln7Q1lCY(Z", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Power Swell", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "4630465", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["08 Calamitous Strike (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { }, ["auraspellids"] = { "401998", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "qq9(6wolykF", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Calamitous Strike (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["03 Agatha's Eternal Blade"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "3.8", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnMissing", ["event"] = "Combat Log", ["spellIds"] = { }, ["custom"] = "function(_, _, name)\n if aura_env.names[name] then\n return true\n end\nend", ["use_spellId"] = false, ["events"] = "CHAT_MSG_MONSTER_YELL", ["auraspellids"] = { }, ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "--pray there will be a proper event\naura_env.names = {\n [\"Agatha\"] = true, --en\n [\"Агата\"] = true, --ru\n [\"Ágata\"] = true, --ptBR\n [\"아가타\"] = true, --koKR\n [\"阿加莎\"] = true, --zhCN\n [\"亞加薩\"] = true, --zhTW\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Agatha's Eternal Blade", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "XG7BPz8KCec", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "1376744", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Dimensional Tear"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state\n and aura_env.state.spellId then\n if aura_env.state.spellId == 362614 then\n return \"Hole 1\"\n else\n return \"Hole 2\"\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "328437", }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "362614", "362615", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["cooldownEdge"] = false, ["load"] = { ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["use_encounterid"] = true, }, ["xOffset"] = 0, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "GsULeyufg5z", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90200, ["id"] = "03 Dimensional Tear", ["useCooldownModRate"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "362614", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = { 1, 0.11764705882353, 0, 1, }, ["property"] = "sub.5.glowColor", }, { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "362615", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["CommonUI"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Luxthos - Experience Group", "Interrupt Tracker 2", "Mythic+ !keys Dragonflight", "Raid Buffs Tracker", "RaidTools_WLNO", "Don't Release V2", "Ultimate Mouse Cursor", "Boneshock's Trackables", }, ["borderBackdrop"] = "Blizzard Tooltip", ["scale"] = 1, ["borderEdge"] = "Square Full White", ["border"] = false, ["yOffset"] = 0, ["anchorPoint"] = "LEFT", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["xOffset"] = 0, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["regionType"] = "group", ["borderOffset"] = 4, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["id"] = "CommonUI", ["internalVersion"] = 75, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = "nKTB2mqgEfz", ["borderInset"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { }, ["config"] = { }, }, ["08 Sunder Shadow Cast (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 407790\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["auraspellids"] = { }, ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 237531, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "em52zF0aOSM", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Sunder Shadow Cast (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["[FH] Rat Trap (Dodge Trap)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 258777, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE TRAP!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Rat Trap (Dodge Trap)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "G0qrdWCWGcV", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[Academy] Windstoß(Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377383, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Windstoß(Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "rjn0neQQgz2", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Volatile Ejection (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "338614", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["names"] = { }, ["custom_hide"] = "timed", ["useName"] = false, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["use_spellIds"] = true, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["events"] = "", ["fetchTooltip"] = false, ["event"] = "Cast", ["duration"] = "4", ["auraspellids"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { 334266, }, ["unevent"] = "auto", ["check"] = "event", ["unit"] = "boss1", ["use_specific_unit"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["auranames"] = { "338614", }, ["duration"] = "4", ["message_operator"] = "find('%s')", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["events"] = "", ["fetchTooltip"] = false, ["event"] = "Chat Message", ["auraspellids"] = { }, ["message"] = "spell:334064", ["useExactSpellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["use_message"] = true, ["type"] = "event", ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_WHISPER", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[1] and not t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "342917", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "0B8XwfrnCqq", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.031372549019608, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "05 Volatile Ejection (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Retch"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss1", ["use_exact_spellId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["events"] = "", ["type"] = "unit", ["use_debuffClass"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["use_spellIds"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["custom_type"] = "stateupdate", ["event"] = "Cast", ["auraspellids"] = { "349979", }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 360451, }, ["useName"] = false, ["check"] = "event", ["use_specific_unit"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.019607843137255, ["y"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend\n", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136007, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "TvFo0BzbWa5", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Retch", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["BurnoutBar 2"] = { ["texXOffset"] = -0.2, ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["stacksOperator"] = "==", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["useName"] = false, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "Burnout", }, ["stacks"] = "2", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "375802", }, ["names"] = { }, ["useStacks"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p - %s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_never"] = true, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = -2, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["zoom"] = 0.35, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "BurnoutBar 2", ["frameStrata"] = 1, ["alpha"] = 1, ["width"] = 10, ["parent"] = "Buff Tracker", ["uid"] = "l1nr1g(kTWk", ["inverse"] = false, ["iconSource"] = -1, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = 0.5, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["texYOffset"] = 0, }, ["Potions_Warlock"] = { ["sparkWidth"] = 5, ["stacksSize"] = 14, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\snakeatt.ogg", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 0.60000002384186, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_dragonriding"] = false, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = false, ["texture"] = "fer28", ["textFont"] = "Homespun", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100002, ["timerFont"] = "Homespun", ["alpha"] = 1, ["borderInset"] = 1, ["displayIcon"] = "INTERFACE\\ICONS\\inv_jewelry_ring_65", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, ["color"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Utility]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["barInFront"] = false, ["zoom"] = 0.3, ["icon"] = true, ["cooldownSwipe"] = true, ["textSize"] = 10, ["sparkRotationMode"] = "MANUAL", ["cooldownEdge"] = false, ["displayTextLeft"] = "%n", ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["unit"] = "player", ["use_unit"] = true, ["duration"] = "15", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_SUCCESS", ["custom_hide"] = "timed", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["unevent"] = "timed", ["events"] = "COMBAT_LOG_EVENT_UNFILTERED", ["auranames"] = { "307162", "307159", "307495", "307195", "307164", "307161", "307494", "307163", "307497", }, ["event"] = "Health", ["buffShowOn"] = "showOnActive", ["spellName"] = "Healing Tide Totem", ["use_spellName"] = true, ["spellIds"] = { 279151, 279164, 279162, 279163, }, ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["combineMatches"] = "showLowest", ["ownOnly"] = true, ["names"] = { "Боевое зелье интеллекта", "Боевое зелье интеллекта", "Боевое зелье интеллекта", "Боевое зелье интеллекта", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["width"] = 33, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["colorB"] = 1, ["type"] = "none", ["scalex"] = 0.5, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = -0.5, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 1, ["x"] = 1, ["use_scale"] = false, ["scaleType"] = "pulse", ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["rotate"] = 0, ["translateType"] = "spiralandpulse", ["duration"] = "0.5", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useCooldownModRate"] = true, ["text"] = true, ["uid"] = "hEve(E)R4zc", ["stickyDuration"] = false, ["sparkHidden"] = "BOTH", ["backgroundColor"] = { 0.12549019607843, 0.12156862745098, 0.12156862745098, 0.60000002384186, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = " ", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["displayTextRight"] = "%p", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["semver"] = "5.3.5", ["source"] = "import", ["borderBackdrop"] = "Blizzard Tooltip", ["stacksFont"] = "MSBT Morpheus", ["sparkHeight"] = 35, ["border"] = true, ["borderEdge"] = "1 Pixel", ["sparkColor"] = { 1, 1, 1, 1, }, ["borderSize"] = 1, ["config"] = { }, ["icon_side"] = "RIGHT", ["sparkRotation"] = 0, ["height"] = 33, ["anchorFrameParent"] = false, ["spark"] = true, ["cooldownTextDisabled"] = true, ["stacksColor"] = { 1, 1, 1, 1, }, ["timerSize"] = 10, ["useAdjustededMax"] = false, ["id"] = "Potions_Warlock", ["textFlags"] = "OUTLINE", ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["cooldown"] = true, ["borderOffset"] = 0, }, ["RC Text"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["xOffset"] = 0, ["displayText"] = "%c", ["customText"] = "function()\n \n return aura_env.config.myEncounter == 1 and \"BW - Ready\" or\n aura_env.config.myEncounter == 2 and \"DBM - Ready\" or\n aura_env.config.myEncounter == 3 and \"ERT - Ready\"\nend\n\n\n-- Entferne diesen Kommentar nicht, er ist Teil dieses Auslösers: Show/Hide Controller", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "if not RaidCheck then\n local region = WeakAuras.regions[aura_env.id].region\n local frame = CreateFrame(\"Button\", \"RaidCheck\", region, \"SecureActionButtonTemplate\")\n frame:SetAllPoints(region)\n frame:SetAttribute(\"type\",\"macro\")\n frame:SetAttribute(\"macrotext\",\"/readycheck\")\nend\n\n\n\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnActive", ["names"] = { }, ["unevent"] = "auto", ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n end\n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["events"] = "WA_ExalityRaidTools ", ["spellIds"] = { }, ["check"] = "event", ["event"] = "Health", ["custom_type"] = "status", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desaturate"] = false, ["discrete_rotation"] = 0, ["font"] = "Arial Black", ["version"] = 8, ["displayText_format_c_format"] = "none", ["height"] = 13.999995231628, ["rotate"] = true, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["rotation"] = 0, ["fontSize"] = 10, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 0.55686274509804, 0.63137254901961, 0.34117647058824, 0.75, }, ["mirror"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["regionType"] = "text", ["fixedWidth"] = 200, ["blendMode"] = "BLEND", ["yOffset"] = 25, ["preferToUpdate"] = true, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura78", ["selfPoint"] = "CENTER", ["width"] = 64.999992370605, ["justify"] = "CENTER", ["tocversion"] = 90001, ["id"] = "RC Text", ["semver"] = "2.0.6", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["uid"] = "mFYocx58fuJ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["parent"] = "RaidTools_WLNO", }, ["03 Stasis Trap"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Trap.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "362885", }, ["auranames"] = { }, ["duration"] = "4.5", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "combatlog", ["custom_type"] = "event", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["names"] = { }, ["event"] = "Combat Log", ["use_spellName"] = false, ["events"] = "", ["use_spellId"] = true, ["spellIds"] = { }, ["spellName"] = { "", }, ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["useName"] = false, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Traps", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4037120, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "F0Q9xiX5RgA", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Stasis Trap", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Igniting Roar Puddles"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "403740", }, ["auranames"] = { }, ["duration"] = "5", ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["use_exact_spellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["subeventPrefix"] = "SPELL", ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["type"] = "event", ["useExactSpellId"] = false, ["unit"] = "boss1", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "", }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["duration"] = "5", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "413367", }, ["matchesShowOn"] = "showAlways", ["use_absorbMode"] = true, ["event"] = "Spell Cast Succeeded", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["useExactSpellId"] = true, ["useName"] = false, ["use_unit"] = false, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 134153, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "XRWYM6CbMHN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Igniting Roar Puddles", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["PI"] = { ["sparkWidth"] = 28, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -187.35623842345, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.97254908084869, 1, 0.56078433990479, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0.42, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Dragonrage", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "10060", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Combustion", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 16, ["border_anchor"] = "bar", ["border_offset"] = 5, ["border_color"] = { 1, 1, 1, 0.5, }, ["border_visible"] = false, ["border_edge"] = "None", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_anchorYOffset"] = 1, ["text_fontSize"] = 6, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "ICON_CENTER", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 2.717969417572, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["borderBackdrop"] = "None", ["borderInFront"] = false, ["xOffset"] = -3.0517578125e-05, ["icon_side"] = "RIGHT", ["customTextUpdate"] = "update", ["backgroundColor"] = { 0, 0, 0, 0.47005212306976, }, ["sparkHeight"] = 43, ["spark"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 149.49993896484, ["semver"] = "1.2.18", ["id"] = "PI", ["sparkHidden"] = "NEVER", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "0BI4)U6XHo)", }, ["Blazing Shards (4-Pieces)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "409848", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "item", ["itemName"] = 0, ["use_absorbHealMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_equipped"] = true, ["event"] = "Item Set", ["unit"] = "player", ["equipped_operator"] = ">=", ["use_itemSetId"] = true, ["genericShowOn"] = "showOnCooldown", ["use_absorbMode"] = true, ["use_genericShowOn"] = true, ["itemSetId"] = "1543", ["equipped"] = "4", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 48, ["anchorFrameParent"] = false, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["semver"] = "1.1.2", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100100, ["id"] = "Blazing Shards (4-Pieces)", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "iO3c78u7Rn6", ["inverse"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["04 Magma Flow"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "409275", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "6BcLVJGSZm3", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Magma Flow", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["01 Shadow Spines - RED"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = true, ["auranames"] = { "422466", }, ["useGroupRole"] = true, ["unit"] = "group", ["stacks"] = "3", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["stacksOperator"] = ">=", ["useExactSpellId"] = false, ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["group_role"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "aura2", ["useGroup_count"] = true, ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useStacks"] = true, ["auranames"] = { "422466", }, ["group_role"] = { ["TANK"] = true, }, ["unit"] = "group", ["stacks"] = "5", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["stacksOperator"] = ">=", ["auraspellids"] = { }, ["useGroupRole"] = true, ["names"] = { }, ["use_includePets"] = false, ["useActualSpec"] = false, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["event"] = "Health", ["useName"] = true, ["useGroup_count"] = true, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "Ld(55DT3(Hv", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Shadow Spines - RED", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["05 Torment Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350217", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Torment Dot", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "2HQ8DO7I14Q", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Flash Fire"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "427299", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tootlip1", ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_shadowYOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tootlip1_format"] = "BigNumber", ["text_text_format_tootlip1_decimal_precision"] = 1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_tootlip1_big_number_format"] = "AbbreviateNumbers", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "wURbzAehJfk", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Flash Fire", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[FH] Azerite Grenade (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 258672, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Azerite Grenade (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "JWY2)e(VlJ9", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["01 High Energy"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "330713", }, ["duration"] = "1", ["use_unit"] = true, ["percentpower_operator"] = { ">=", }, ["use_specific_unit"] = true, ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["useName"] = true, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["events"] = "", ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["unit"] = "boss1", ["unevent"] = "auto", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["percentpower"] = { "85", }, ["customVariables"] = "", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["unevent"] = "auto", ["use_specific_unit"] = true, ["event"] = "Power", ["use_percentpower"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["percentpower"] = { "100", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["spellName"] = 0, ["use_track"] = true, ["percentpower_operator"] = { "<=", }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["specificUnit"] = "boss1", ["auranames"] = { "328921", }, ["useExactSpellId"] = false, ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "member", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return (t[1] and not t[3])\n or (t[2] and t[3])\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["anchorXOffset"] = 0, ["text_text_format_value_format"] = "none", ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_power_format"] = "none", ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_color"] = { 1, 0, 0.003921568627451, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "Hide", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "538040", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "p3MekUmx5Yf", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 High Energy", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Fell_Rush"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_unit"] = true, ["use_tooltip"] = false, ["unit"] = "player", ["matchesShowOn"] = "showAlways", ["use_inverse"] = true, ["auranames"] = { "111400", }, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 111400, }, ["buffShowOn"] = "showOnActive", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Стремительный бег", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.85882359743118, 0.72156864404678, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 8, ["multi"] = { [20] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 172, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 538043, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Utility]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Fell_Rush", ["alpha"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "owpfN4nfU(C", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = false, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, }, ["cooldown"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Temporal Anomaly 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["names"] = { "На изготовку!", }, ["use_showgcd"] = true, ["remaining"] = "1.5", ["spellName"] = 373861, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Temporal Anomaly", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["names"] = { "На изготовку!", }, ["use_showgcd"] = true, ["remaining"] = "1.5", ["spellName"] = 373861, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = false, ["realSpellName"] = "Firestorm", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Explosive ShotRdy", ["do_custom"] = false, ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 373861, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 0.41176474094391, 0.40000003576279, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["source"] = "import", ["xOffset"] = 0, ["spellName"] = "53351", ["uid"] = "POgr(aDVhO(", ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["url"] = "https://wago.io/AU9DH6bo7/8", ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["auto"] = false, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Temporal Anomaly 2", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = false, ["duration"] = "", ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = 1, ["translateType"] = "spiralandpulse", ["colorType"] = "custom", ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useCooldownModRate"] = true, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 461115, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["stickyDuration"] = false, }, ["[UR] Vile Expulsion (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 269843, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Vile Expulsion (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "PPIBXOEN(No", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["10 Massacre Cast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 330042, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, { ["trigger"] = { ["spellNames"] = { 333980, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3565727", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "8jnfGzYf7IE", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Massacre Cast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Vigorous Gale"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "405876", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "407017", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Winds", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "0oGD7fAcBXo", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Vigorous Gale", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["WA Version Check Nathria (CHECK CUSTOM OPTIONS)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/slraid1/144", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["auranames"] = { }, ["duration"] = "10", ["use_unit"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "custom", ["custom_hide"] = "custom", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_absorbMode"] = true, ["events"] = "READY_CHECK, CHAT_MSG_ADDON, RAID_INSTANCE_WELCOME, WA_DELAYED_PLAYER_ENTERING_WORLD", ["event"] = "Chat Message", ["custom"] = "function(event,prefix,text,channel,sender)\n if not aura_env.config.disabled then\n if event == aura_env.dropDownValues[aura_env.config.event] and not aura_env.fired then\n --requests WA version from raid on specified event (custom options)\n if aura_env.myVersion then\n C_ChatInfo.SendAddonMessage(\"CAUSESE_REQUEST\", aura_env.myVersion, \"RAID\")\n end\n end\n if event == \"CHAT_MSG_ADDON\" then\n if sender and prefix and channel and text then\n if prefix == \"CAUSESE_REQUEST\" and channel == \"RAID\" then\n --sends your wa version back to requester if it's higher\n local name, server = UnitFullName(\"player\")\n if name and server and sender ~= name..\"-\"..server then\n local convertedText = tonumber(text)\n if aura_env.myVersion and convertedText and aura_env.myVersion > convertedText then\n local aura_env = aura_env\n C_Timer.After(0.1, function() C_ChatInfo.SendAddonMessage(\"CAUSESE_SEND\", aura_env.myVersion, \"WHISPER\", sender) end)\n end\n end\n end\n if prefix == \"CAUSESE_SEND\" and channel == \"WHISPER\" and not aura_env.fired then\n --display version-diff after comparing all received versions & show popup\n if aura_env.myVersion and UnitInRaid(strsplit(\"-\", sender)) then\n local convertedText = tonumber(text)\n if not aura_env.highestVersion then\n aura_env.highestVersion = convertedText\n local aura_env = aura_env\n C_Timer.After(0.1, function() \n local msg = \"|cFFFF0000Your|r Castle Nathria|r|cFFFF0000 weakauras are atleast |r\"..aura_env.highestVersion-aura_env.myVersion..\" versions|cFFFF0000 out of date.|n|nUpdate link: |r\"\n local link = \"https://www.wago.io/slraid1\"\n if aura_env.config.diff <= (aura_env.highestVersion - aura_env.myVersion) then\n StaticPopupDialogs[\"CAUSESE_RAID\"] = {\n text = msg,\n button1 = \"OK\",\n showAlert = true,\n hasEditBox = true,\n editBoxWidth = 250,\n OnShow = function (self, data)\n self.editBox:ClearFocus()\n self.editBox:SetText(link)\n self.editBox:HighlightText()\n self.editBox:SetAutoFocus(false)\n end,\n whileDead = true,\n hideOnEscape = true,\n preferredIndex = 3,\n }\n StaticPopup_Show(\"CAUSESE_RAID\") aura_env.fired = true end \n if aura_env.config.print then print(msg..link) end end)\n elseif aura_env.highestVersion and aura_env.highestVersion < convertedText then\n aura_env.highestVersion = convertedText\n end\n end\n end\n end\n end\n end\nend", ["unevent"] = "timed", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { "310611", }, ["check"] = "event", ["custom_type"] = "event", ["spellId"] = "306735", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "player", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 80, ["load"] = { ["use_encounter"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2344", ["use_combat"] = false, ["use_zoneIds"] = true, ["zoneIds"] = "g420", }, ["authorOptions"] = { { ["type"] = "description", ["text"] = "This compares your version with others in the raid and lets you know if you're oudated.|n\n\"Disable this permanently\" requires you to uncheck \"Custom Configuration\" when importing updates in the future.|n", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "print", ["default"] = true, ["useDesc"] = false, ["name"] = "Print in chat (only you see it)", ["width"] = 1.1, }, { ["type"] = "toggle", ["key"] = "disabled", ["default"] = false, ["useDesc"] = false, ["name"] = "|cFFFF0000Disable this permanently.|r", ["width"] = 0.9, }, { ["type"] = "select", ["values"] = { "Ready Check", "Reload in Raid", "Enter Instance", }, ["default"] = 1, ["key"] = "event", ["useDesc"] = false, ["name"] = "Look for updates on:", ["width"] = 0.65, }, { ["type"] = "description", ["text"] = "Show popup if you're", ["fontSize"] = "medium", ["width"] = 0.7, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 10, ["step"] = 1, ["width"] = 0.2, ["min"] = 1, ["key"] = "diff", ["name"] = "", ["default"] = 10, }, { ["type"] = "description", ["text"] = "versions behind.", ["fontSize"] = "medium", ["width"] = 0.55, }, }, ["useAdjustededMax"] = false, ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\wagoupdate_logo.tga", ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { ["diff"] = 10, ["print"] = true, ["event"] = 1, ["disabled"] = false, }, ["cooldownEdge"] = false, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["auto"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "WA Version Check Nathria (CHECK CUSTOM OPTIONS)", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "yv7vLsILyax", ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["custom"] = "", ["do_sound"] = true, ["do_custom"] = false, ["sound"] = " custom", }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"CAUSESE_REQUEST\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"CAUSESE_SEND\")\naura_env.myVersion = WeakAuras.GetData(aura_env.id).version\naura_env.dropDownValues = {\n [1] = \"READY_CHECK\",\n [2] = \"WA_DELAYED_PLAYER_ENTERING_WORLD\",\n [3] = \"RAID_INSTANCE_WELCOME\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, }, ["01 Dread Rift"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "406525", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Rift", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Gk1noAyUuDX", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Dread Rift", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["03 Drained Soul"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "339251", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Use", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528308, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ilL371E1LJb", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Drained Soul", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Shadow and Flame"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 409385, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1387353, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "uyXbLi)5lCC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Shadow and Flame", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Wild Imp Icon"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Dynamic]", ["preferToUpdate"] = false, ["customText"] = "function(e)\n if e > GetTime() + 60 then \n return \"\"\n end\n local c, p = aura_env.state.colour, e - GetTime()\n if c then\n aura_env.region:Color(unpack(c))\n aura_env.state.colour = nil\n end\n return (p < 1 and \"\" or string.format(\"%i\", p)), aura_env.state.sIndex\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "---- Constants ----\n\nlocal aura = aura_env\nlocal config = aura.config\nlocal batch = config.batch\nlocal combine = config.combine\nlocal hasted = config.hasted\nlocal clump = config.clump\nlocal longTyrantDur = config.adv.tyrext\nlocal shortTyrantDur = longTyrantDur / 4\nlocal maximumDuration = 40\nlocal leeway = config.adv.leeway\nlocal persistent = config.persistent\nlocal topleft = config.topleft\nlocal limit = config.limit\nlocal IMP_EVENT = \"WILD_IMP_CHECK\"\nlocal impCasts = (UnitLevel(\"player\") >= 56 and 6) or 5\nlocal playerGuid = UnitGUID(\"player\")\n\nlocal colourTable\nif config.colourenabled then\n local r1, g1, b1, a1 = unpack(config.startcolour)\n local r2, g2, b2, a2 = unpack(config.endcolour)\n colourTable = { }\n for i = 1, 9 do\n local p = 1 - min((i - 1) / 9, 1)\n colourTable[i] = { WeakAuras.GetHSVTransition(1 - (p * p * p),\n r1, g1, b1, a1,\n r2, g2, b2, a2\n ) }\n end\nend\n\n---- Variables ----\n\nlocal impTable = {}\nlocal tyrants = {}\nlocal actualImps = 0\nlocal longTyrant\nlocal recheckHandle = nil\n\n---- Functions ----\n\nlocal callback = function()\n if recheckHandle then\n recheckHandle:Cancel()\n recheckHandle = nil\n end\n WeakAuras.ScanEvents(IMP_EVENT, nil)\nend\n\nlocal impSort = function(a, b)\n return a.curEnd < b.curEnd\nend\n\nlocal groupSort = function(a,b)\n return #a.imps > #b.imps\nend\n\n-- Event(s):\n-- WILD_IMP_CHECK, \n-- CLEU:SPELL_SUMMON:SPELL_CAST_SUCCESS:SPELL_CAST_START,\n-- TRIGGER:2\naura.trigger1 = function(allstates, event, _, msg, _, sGuid, _,_,_, dGuid, _,_,_, spellId)\n local check, update\n \n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n if sGuid == playerGuid then\n if msg == \"SPELL_SUMMON\" then\n if spellId == 265187 then\n \n -- Mark Tyrant as active - Imps are extended separately on empowerment.\n \n local duration = (longTyrant and longTyrantDur or shortTyrantDur)\n local timestamp = GetTime()\n \n tyrants[timestamp + duration] = true\n longTyrant = false\n \n for _, imp in pairs(impTable) do\n imp.ext = max(timestamp, imp.ext) + duration\n imp.curEnd = imp.curEnd + duration\n imp.maxEnd = imp.maxEnd + duration\n end\n \n update = true\n \n elseif spellId == 104317 or spellId == 279910 then\n \n -- Spawn Imp with default traits, extend if during Tyrant.\n \n local lifespan, extension = (spellId == 279910) and 20.2 or maximumDuration, 0\n local timestamp = GetTime()\n for tyrant, _ in pairs(tyrants) do\n if timestamp < tyrant then\n extension = extension + (tyrant - timestamp)\n else\n tyrants[tyrant] = nil\n end\n end\n \n local expiration = timestamp + lifespan + extension\n \n impTable[dGuid] = {\n guid = dGuid,\n casts = impCasts,\n act = timestamp, \n maxEnd = expiration,\n ext = timestamp + extension,\n curEnd = expiration,\n show = false\n }\n \n update = true\n check = true\n end\n elseif msg == \"SPELL_CAST_SUCCESS\" and spellId == 265187 then\n longTyrant = true\n end\n elseif spellId == 104318 then\n local imp = impTable[sGuid]\n if imp then\n if msg == \"SPELL_CAST_START\" then\n \n -- Cast time, and remaining casts.\n \n local timestamp = GetTime()\n local castTime, remainingCasts = 2 / (1 + UnitSpellHaste(\"player\") / 100), max(imp.casts, 1)\n \n -- Compute free casts if in extension window.\n \n if timestamp < imp.ext then\n remainingCasts = remainingCasts + floor((imp.ext - timestamp) / castTime)\n end\n \n -- Compute remaining time based on remaining casts, and total remaining duration.\n \n local remainingTime = castTime * min(floor((imp.maxEnd + leeway - timestamp) / castTime), remainingCasts)\n \n imp.cast = timestamp + castTime\n imp.curEnd = timestamp + remainingTime + leeway\n imp.act = imp.cast\n \n if not imp.show then\n imp.show = true\n check = true\n end\n \n C_Timer.After(castTime + 0.5, function()\n if imp and imp.cast and GetTime() > imp.cast then\n imp.cast = nil\n imp.curEnd = imp.maxEnd\n WeakAuras.ScanEvents(IMP_EVENT, nil)\n end\n end)\n \n elseif msg == \"SPELL_CAST_SUCCESS\" then\n \n -- Imp cast finished, decrement energy if not in extension.\n \n if GetTime() > (imp.ext or 0) then\n imp.casts = imp.casts - 1\n end\n \n if imp.casts <= 0 then\n imp.cast = nil\n end\n \n update = true\n end\n end\n end\n \n -- Ignore all other CLEUs\n if not check and not update then\n return false\n end\n end\n \n check = check or (event == IMP_EVENT) or (event == \"TRIGGER\")\n update = update or (event == IMP_EVENT)\n \n if check then\n local timestamp = GetTime()\n \n -- Check for changes in numbers of imps.\n \n local count = GetSpellCount(196277)\n if count ~= actualImps then\n WeakAuras.ScanEvents(\"WILD_IMP_COUNT\", count)\n actualImps = count\n \n if count == 0 then\n \n -- No more imps, clear state table and exit early so that we don't \n -- create another callback.\n \n impTable = {}\n for _, state in pairs(allstates) do\n state.show = false\n state.changed = true\n end\n \n if recheckHandle then\n recheckHandle:Cancel()\n recheckHandle = nil\n end\n \n return true\n end\n \n update = true\n end\n \n -- Count imps, timeout imp casts and remove expired Imps.\n \n local impCount = 0\n local totalImps = 0\n for guid, imp in pairs(impTable) do\n if timestamp + 0.5 > imp.maxEnd then\n impTable[guid] = nil\n else\n if imp.show then \n impCount = impCount + 1\n end\n \n totalImps = totalImps + 1\n end\n end\n \n -- If not enough imps shown, show most active hidden imp; \n -- else if too many, hide least active.\n \n while impCount < actualImps do\n update = true\n local newest = nil\n \n for _, imp in pairs(impTable) do\n if not imp.show and (not newest or imp.act > newest.act) then\n newest = imp\n end\n end\n \n if newest then\n newest.show = true\n impCount = impCount + 1\n else\n break\n end\n end\n \n while impCount > actualImps do\n update = true\n local lowest = nil\n \n for _, imp in pairs(impTable) do\n if imp.show and (not lowest or imp.act < lowest.act) then\n lowest = imp\n end\n end\n \n if lowest then \n lowest.show = false\n \n impCount = impCount - 1\n else\n break\n end\n end\n end\n \n -- Update Icons if update.\n \n if not update then\n return false\n end\n \n local timestamp = GetTime()\n local haste = 1 + UnitSpellHaste(\"player\") / 100\n local duration = 2 * impCasts / haste\n local cap = timestamp + duration\n local throttle = batch / (hasted and haste or 1)\n local lastEndTime = 0\n \n -- Get expiration times and sort earliest first.\n \n local sorted = {}\n for _, imp in pairs(impTable) do\n if imp.show and imp.curEnd > timestamp then\n sorted[#sorted + 1] = imp\n end\n end\n table.sort(sorted, impSort)\n \n local groups, curGroup = {}, nil\n for _, imp in ipairs(sorted) do\n if not curGroup \n or ((not combine or curGroup.endTime < cap) \n and (limit == 0 or #groups < limit)\n and imp.curEnd >= lastEndTime + throttle) then\n \n curGroup = {\n endTime = max(imp.curEnd, timestamp),\n size = 1,\n imps = { imp },\n casts = max(0, imp.casts),\n indexes = { },\n indexPop = 0\n }\n \n groups[#groups + 1] = curGroup\n \n if not persistent then\n curGroup.index = #groups\n elseif imp.index then\n curGroup.indexes[imp.index] = 1\n curGroup.index = imp.index\n curGroup.indexPop = 1\n end\n \n lastEndTime = imp.curEnd\n else\n curGroup.size = curGroup.size + 1\n curGroup.casts = curGroup.casts + max(0, imp.casts)\n curGroup.imps[#curGroup.imps + 1] = imp\n \n if clump then\n lastEndTime = imp.curEnd\n end\n \n -- If Imp not new, then add contribution to curGroup index.\n \n if persistent and imp.index then\n local pop = (curGroup.indexes[imp.index] or 0) + 1\n curGroup.indexes[imp.index] = pop\n \n -- Update modal index and popularity.\n \n if imp.index == curGroup.index then\n curGroup.indexPop = pop\n elseif pop > curGroup.indexPop or (pop == curGroup.indexPop and imp.index > curGroup.index) then\n curGroup.indexPop = pop\n curGroup.index = imp.index\n end\n end\n end\n end\n \n table.sort(groups, groupSort)\n for _, group in ipairs(groups) do\n local state = group.index and allstates[group.index]\n \n if not state or state.changed then\n \n local index = #allstates + 1\n \n state = {\n progressType = \"timed\",\n autoHide = false,\n duration = duration,\n show = true,\n index = index,\n }\n \n allstates[index] = state\n end\n \n -- Update Imp last group index.\n \n for _, imp in ipairs(group.imps) do\n imp.index = state.index\n end\n \n -- Update state to match group.\n \n state.expirationTime = group.endTime\n state.imps = group.imps\n state.changed = true\n \n -- Set colour if enabled.\n \n if colourTable and group.size ~= state.stacks then\n state.colour = colourTable[min(group.size, 9)] \n end\n \n -- Set Top-Left Display text.\n \n if topleft == 1 then\n local casts = floor(group.casts / group.size)\n state.topleft = group.size..(casts > 0 and \"/\"..casts or \"\")\n elseif topleft == 2 then\n state.topleft = group.size\n elseif topleft == 3 then\n state.topleft = group.casts > 0 and group.casts or \"\"\n else\n local casts = floor(group.casts / group.size)\n state.topleft = casts > 0 and casts or \"\"\n end\n end\n \n -- Clear up unused states.\n \n for _, state in pairs(allstates) do\n if not state.changed then\n state.show = false\n end\n end\n \n -- Callback to update progress values every 0.5s.\n \n if not recheckHandle then\n if recheckHandle then\n recheckHandle:Cancel()\n end\n recheckHandle = C_Timer.NewTimer(0.5, callback)\n end\n \n return true\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "WILD_IMP_CHECK, TRIGGER:2, CLEU:SPELL_SUMMON:SPELL_CAST_SUCCESS:SPELL_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["check"] = "event", ["custom_type"] = "stateupdate", ["custom"] = "function(...) return aura_env.trigger1(...) end", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Implosion", ["use_spellName"] = true, ["spellName"] = 196277, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) return t[1] end", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "0.25", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorA"] = 1, ["use_translate"] = false, ["use_alpha"] = true, ["scalex"] = 1, ["type"] = "none", ["easeStrength"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["preset"] = "slidetop", ["alpha"] = 0, ["x"] = 36, ["y"] = 0, ["colorType"] = "straightColor", ["scaley"] = 1, ["translateType"] = "straightTranslate", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return r1 + (progress * (r2 - r1)), g1 + (progress * (g2 - g1)), b1 + (progress * (b2 - b1)), a1 + (progress * (a2 - a1))\n end\n ", ["rotate"] = 0, ["use_color"] = false, ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "pulseColor", ["colorA"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\n ", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "relative", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "slidetop", ["duration_type"] = "seconds", }, }, ["desaturate"] = false, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Grouping", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 2, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "batch", ["desc"] = "Defines the duration of each group, or the maximum gap between each Imp expiry if \"Group by Stream\" is enabled. Set to 0 for no grouping at all.", ["name"] = "Group Duration / Stream Separation", ["default"] = 1.75, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "limit", ["name"] = "Limit", ["default"] = 3, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Group Imps based on streams of expirations, rather than over a fixed time period. This will result in larger batches that expire over a longer time that represent sequences where there are no significant gaps between Imp expiries, defined by the Batch size value.", ["key"] = "clump", ["useDesc"] = true, ["name"] = "Group by Stream", ["width"] = 0.65, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Adjust batch size based on current haste, this should maintain batches through haste increases whilst Imps are active. But may result in batches 'flicking' if haste changes whilst Imps are inactive.", ["key"] = "hasted", ["useDesc"] = true, ["name"] = "Hasted Group Size", ["width"] = 0.65, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Combine Imps that have an extended period of time remaining, defined by the time it would take for an Imp to expend all of their energy.", ["key"] = "combine", ["useDesc"] = true, ["name"] = "Combine above duration", ["width"] = 0.65, }, { ["type"] = "space", ["variableWidth"] = false, ["height"] = 1, ["width"] = 1, ["useHeight"] = true, }, { ["type"] = "description", ["text"] = "Visual", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Enables persistent group indexing to allow for animations options such as \"Smooth Expand/Collapse\" and \"Smooth Progress\" to follow groups, rather than positions. This should be disabled if no animations are being used.", ["key"] = "persistent", ["useDesc"] = true, ["name"] = "Group Persistent Animations", ["width"] = 1, }, { ["desc"] = "What to display in top-left of icon", ["type"] = "select", ["values"] = { "Size / Avg Casts", "Size", "Total Casts", "Avg Casts", }, ["default"] = 1, ["key"] = "topleft", ["useDesc"] = true, ["name"] = "Top-Left Display", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = false, ["height"] = 1, ["width"] = 1, ["useHeight"] = true, }, { ["type"] = "description", ["text"] = "Colour", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Colour code groups for easy visual feedback on size.", ["key"] = "colourenabled", ["useDesc"] = true, ["name"] = "Colour Enabled", ["width"] = 0.65, }, { ["type"] = "color", ["default"] = { 0, 1, 0, 1, }, ["desc"] = "Colour of group at imps = 1", ["key"] = "startcolour", ["useDesc"] = true, ["name"] = "Start Colour", ["width"] = 0.65, }, { ["type"] = "color", ["default"] = { 1, 0, 0, 1, }, ["desc"] = "Colour of group at imps >= 9", ["key"] = "endcolour", ["useDesc"] = true, ["name"] = "End Colour", ["width"] = 0.65, }, { ["type"] = "space", ["variableWidth"] = false, ["height"] = 1, ["width"] = 1, ["useHeight"] = true, }, { ["subOptions"] = { { ["type"] = "range", ["useDesc"] = false, ["max"] = 16, ["step"] = 0.01, ["width"] = 1, ["min"] = 14, ["key"] = "tyrext", ["name"] = "Tyrant Extension", ["default"] = 15, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 0.75, ["step"] = 0.01, ["width"] = 1, ["min"] = 0, ["key"] = "leeway", ["name"] = "Cast Expiration Leeway", ["default"] = 0.47, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["collapse"] = true, ["name"] = "Advanced", ["key"] = "adv", ["limitType"] = "none", ["groupType"] = "simple", ["type"] = "group", ["size"] = 10, }, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "RIGHT", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 1, ["text_color"] = { 1, 0.90588241815567, 0.7607843875885, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_anchorYOffset"] = -3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_c1_format"] = "none", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_topleft_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = -4, ["text_color"] = { 1, 0.90588241815567, 0.7607843875885, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 6, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%topleft", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%casts", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -4, ["text_color"] = { 1, 0.90588241815567, 0.7607843875885, 1, }, ["text_font"] = "Expressway", ["text_visible"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_casts_format"] = "none", ["text_text_format_c2_format"] = "none", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_wordWrap"] = "WordWrap", ["text_anchorYOffset"] = -6, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["WARLOCK"] = true, }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["zoneIds"] = "", }, ["selfPoint"] = "CENTER", ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["displayIcon"] = 615097, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useTooltip"] = true, ["config"] = { ["adv"] = { ["tyrext"] = 15, ["leeway"] = 0.47, }, ["hasted"] = true, ["topleft"] = 1, ["persistent"] = false, ["batch"] = 1.75, ["limit"] = 3, ["endcolour"] = { 1, 0, 0, 1, }, ["combine"] = false, ["startcolour"] = { 0, 1, 0, 1, }, ["colourenabled"] = true, ["clump"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Wild Imp Icon", ["color"] = { 1, 1, 1, 1, }, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "dpNOPaXssgZ", ["inverse"] = false, ["icon"] = true, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["03 Bellowing Roar"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["event"] = "Cast", ["spellNames"] = { 404713, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4622466, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "(4CzQppcwAh", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Bellowing Roar", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["04 Barreling Charge Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = "420948", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "6", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "addons", ["use_count"] = false, ["use_remaining"] = true, ["names"] = { }, ["count"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["displayText_format_P_format"] = "none", ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "fJYkMr)8GCo", ["shadowXOffset"] = 1, ["selfPoint"] = "TOP", ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["wordWrap"] = "Elide", ["internalVersion"] = 75, ["parent"] = "BigWigs / DBM Timers / Texts", ["displayText_format_p_time_precision"] = 1, ["displayText"] = "%c Charge in %p", ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Barreling Charge Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["automaticWidth"] = "Fixed", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["AUG_Upheaval Cheaper"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["charges"] = "1", ["spellName"] = 408092, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 408092, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "370553", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["names"] = { }, ["use_genericShowOn"] = true, ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["spellName"] = 370553, ["custom_hide"] = "timed", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115506] = true, [115502] = true, [87656] = false, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 356995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "Ceh3hc6gj65", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Upheaval Cheaper", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Warlock_PvPT8"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 212623, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 212623, }, ["untrigger"] = { ["spellName"] = 212623, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 212623, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT8", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "yqcJDKRzhu(", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["08 Ebon Destruction"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 407917, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "", ["use_genericShowOn"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Cast", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_absorbHealMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Portal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1354169, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "LkTd)NLXnA2", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Ebon Destruction", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Oblivion's Echo"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "347292", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Oblivion's Echo", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "85k8XUv1C33", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["10 Banshee Wail"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "357719", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Banshee Wail", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "dwAK4qfC0Jo", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Mana Bar (Preservation) - LWA - Evoker"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, ["do_message"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"mana_bar\"", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [3] = true, }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spec"] = true, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["zoom"] = 0, ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { }, ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Resources - LWA - Evoker", ["customText"] = "function()\n local s = aura_env.state\n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.UpdateBarText then\n local format = LWA.GetConfig(\"resources\").mana_bar.format\n \n return LWA.UpdateBarText(s.value, s.percentpower, format)\n end\n \n return s.percentpower .. \"%\"\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["names"] = { }, ["unevent"] = "auto", ["use_unit"] = true, ["duration"] = "1", ["use_showCost"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["powertype"] = 0, ["spellIds"] = { }, ["event"] = "Power", ["unit"] = "player", ["use_absorbMode"] = true, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["configGroup"] = "mana_bar", ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = true, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", ["text_shadowXOffset"] = 1, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = -1, ["text_text_format_1.percentpower_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_anchorYOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["overlays"] = { { 0, 0, 0, 0.40000003576279, }, }, ["icon_side"] = "RIGHT", ["adjustedMax"] = "", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["internalVersion"] = 75, ["backgroundColor"] = { 0, 0, 0, 0.30000001192093, }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.1.2", ["width"] = 405, ["id"] = "Mana Bar (Preservation) - LWA - Evoker", ["auto"] = true, ["frameStrata"] = 4, ["anchorFrameType"] = "SCREEN", ["sparkHidden"] = "NEVER", ["uid"] = "pJwD2zgA6j9", ["inverse"] = false, ["icon"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkColor"] = { 1, 1, 1, 1, }, }, ["07 Molten Spittle Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "402994", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "402989", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "yuILKgIgXal", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Drop in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Molten Spittle Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["06 Bottled/Lingering/Replicating Anima"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "7", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["fetchTooltip"] = false, ["event"] = "Health", ["useName"] = true, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1, REPLICATING_ANIMA_REPEAT", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then \n local _, _, spellID = ...\n if spellID and aura_env.spellIDs[spellID] then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 5,\n expirationTime = 5 + GetTime(),\n autoHide = true,\n isReplicating = spellID == 342282 and true or false,\n remaining = spellID == 342282 and 2 or \"\",\n }\n if spellID == 342282 then\n C_Timer.After(5, function() WeakAuras.ScanEvents(\"REPLICATING_ANIMA_REPEAT\", spellID) end)\n end\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Soak.ogg\", \"MASTER\")\n return true\n end\n end\n if event == \"REPLICATING_ANIMA_REPEAT\" and ... then\n local spellID = ...\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 5,\n expirationTime = 5 + GetTime(),\n autoHide = true,\n isReplicating = true,\n remaining = 1,\n }\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Soak.ogg\", \"MASTER\")\n return true\n end\nend", ["names"] = { }, ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["customVariables"] = "{\nisReplicating = \"bool\"\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_format"] = "timed", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3684825", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "LdkWQ0GkneL", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [342280] = true,\n [342281] = true,\n [342282] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4078431372549, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.40392156862745, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.41176470588235, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n if aura_env.state and aura_env.state.isReplicating then\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "06 Bottled/Lingering/Replicating Anima", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Shadowflame"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 384069, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Shadowflame", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 0.3, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 15, ["multi"] = { [15] = true, [13] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 384069, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Shadowflame", ["parent"] = "Warlock [Utility]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "6qcTF8znNuz", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["10 Cleansing Pain"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 326707, }, ["auranames"] = { "329293", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["useName"] = true, ["unit"] = "boss", ["subeventSuffix"] = "_AURA_APPLIED", ["spellName"] = 0, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "12", ["unevent"] = "auto", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Frontal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528313, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "HGz5CiDDyYC", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "bounceDecay", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0.035294117647059, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Cleansing Pain", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["{NLTH] Forge Storm (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 374969, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Forge Storm (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "H3IkYa61dAG", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[BHH] Ragestorm (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 382556, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Ragestorm (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "zAh71JKWXZF", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Grim Reflections"] = { ["iconSource"] = 1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "365120", }, ["auranames"] = { "365120", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["use_cloneId"] = true, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["names"] = { }, ["event"] = "Combat Log", ["duration"] = "3.4", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "combatlog", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Images Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 237569, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "RZ5s7)8lV2B", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Grim Reflections", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Vanquished (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "325442", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "cIdLwr1MsAl", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Vanquished (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Hungering Mist"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["spellId"] = { 354080, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_unit"] = true, ["duration"] = "5", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["spellName"] = { 0, }, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 347679 then\n aura_env.counter = 4\n end\n if spellID == 354080\n then\n aura_env.counter = aura_env.counter - 1\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n remaining = aura_env.counter\n } \n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.counter..\".ogg\", \"MASTER\")\n return true\n end\n end\n elseif event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 354080 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 4\n end\nend", ["type"] = "custom", ["use_spellId"] = true, ["subeventSuffix"] = "_CAST_START", ["castType"] = "cast", ["unit"] = "boss1", ["event"] = "Combat Log", ["custom_type"] = "stateupdate", ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_STOP:boss1, ENCOUNTER_START", ["spellIds"] = { }, ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_stacks_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_remaining_format"] = "none", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.07843137254902, ["type"] = "none", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseHSV", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Hungering Mist", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "H4)CD7dE9Hy", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778230, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Soul_Rot"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "325640", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["names"] = { }, ["ownOnly"] = true, ["spellIds"] = { }, ["useName"] = true, ["unit"] = "target", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "323673", }, ["matchesShowOn"] = "showOnActive", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["unit"] = "target", ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["useName"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 386997, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 386997, ["use_track"] = true, ["ownOnly"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_talent"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["level"] = { "75", }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_class_and_spec"] = true, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [103] = true, [265] = true, [266] = true, [102] = true, [104] = true, [267] = true, }, }, ["talent"] = { ["single"] = 14, ["multi"] = { [91578] = true, }, }, ["use_level"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["spellknown"] = 386997, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["PRIEST"] = true, }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136235, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soul_Rot", ["alpha"] = 1, ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "SqSJ35QsCUY", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Trinket (Slot 1)"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["itemSlot"] = 13, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 13, }, }, { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnReady", ["unit"] = "player", ["itemSlot"] = 13, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 13, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 0, 1, 0.10588235294118, 1, }, ["text_font"] = "Oswald", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { ["scenario"] = true, ["ten"] = true, ["twentyfive"] = true, ["fortyman"] = true, ["party"] = true, ["flexible"] = true, ["arena"] = true, ["twenty"] = true, ["pvp"] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_zone"] = false, ["spec"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zoneIds"] = false, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["source"] = "import", ["progressSource"] = { -1, "", }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", ["parent"] = "Icons", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["desaturate"] = false, ["config"] = { }, ["icon"] = true, ["width"] = 35, ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "Trinket (Slot 1)", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "ZqET1zin2IA", ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.3, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["xOffset"] = 0, }, ["Dragonrage"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = false, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["auranames"] = { "375087", }, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Dragonrage", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 375087, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 375087, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Dragonrage", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "nU8vzEP1fjm", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["{NLTH] Scorched Odem (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372203, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Scorched Odem (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "ksu7SXyi0u9", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["10 Scorn (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "332585", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1FAYnNFmdow", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Scorn (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["03 Burning Fixation"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "328731", }, ["auranames"] = { "328479", "328654", }, ["matchesShowOn"] = "showOnMatches", ["use_unit"] = true, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["unevent"] = "timed", ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["names"] = { }, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_SUCCESS", ["duration"] = "20", ["match_countOperator"] = ">", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_matchCount_format"] = "none", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorYOffset"] = -6, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_1.matchCount_format"] = "none", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 628267, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "tPl0FpNN2iT", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.57647058823529, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.57647058823529, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.57647058823529, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Burning Fixation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Vigil's Torch"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 170554, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "rPhap)WBy3d", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Vigil's Torch", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["10 Cosmic Ejection"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "362081", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-25% Speed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip2_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "I09ysRFdmNj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Cosmic Ejection", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Azure} Zauberfrostathem (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 391118, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Zauberfrostathem (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = ")u2(UJEYGZK", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["10 Gravitational Collapse Cast (Tank)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "364386", }, ["auranames"] = { }, ["duration"] = "3", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "combatlog", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2549", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Gravitational Collapse Cast (Tank)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "gwJTrHH4kOB", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 895888, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["[NLTH] Dragon Bone Axe (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 372224, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Dragon Bone Axe (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "qns5yIuYqz4", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["T30_Augmentation_4P"] = { ["iconSource"] = 0, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "Essence Gathering", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["glowFrequency"] = 0.45, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_1.p_time_legacy_floor"] = false, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_1.p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_1.p_time_format"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text"] = "%1.p", ["text_shadowXOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["type"] = "subtext", ["text_visible"] = true, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_1.p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_1.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_1.p_format"] = "timed", ["anchorYOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_exact_not_spellknown"] = false, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["use_not_item_bonusid_equipped"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["item_bonusid_equipped"] = "414877", ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["spellknown"] = 370839, ["use_class_and_spec"] = false, ["use_spellknown"] = false, ["use_level"] = false, ["use_vehicleUi"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, [87644] = true, }, }, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "3", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "8R(DGNPKrMB", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "T30_Augmentation_4P", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "4885972", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["[TNO] Second (Focus) (Grey)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.3647058904171, 0.35686275362968, 0.34509804844856, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "194897 192796 194316 194315 195265", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Second (Focus) (Grey)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "aTSkwGVF1JT", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Rescue 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 0.96470588235294, 0.96470588235294, 0.96470588235294, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "1", ["spellName"] = 370665, ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["remaining_operator"] = ">", ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Rescue", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 264265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 370665, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "0Q0CTxwvmMf", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Rescue 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 3, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["[Ruby] Gewittersturm (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 392486, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Gewittersturm (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "xrXMD8VuswF", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[ULT] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "186696 184131 186658 184022", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "WLewkFBT5ld", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["07 Shatter (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350408", "350732", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Shatter (Tank)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "yuhNw0ukNqH", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Evoker_CastBar 3"] = { ["sparkWidth"] = 6, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = -66, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.74117648601532, 0.83921575546265, 1, 0, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { true, }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, ["WARRIOR"] = true, ["WARLOCK"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["DEMONHUNTER"] = true, ["DEATHKNIGHT"] = true, }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "XPBarAnim-OrangeSpark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["adjustedMin"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_showLatency"] = false, ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_showChargedDuration"] = true, ["event"] = "Cast", ["castType"] = "cast", ["spellIds"] = { }, ["use_unit"] = true, ["names"] = { }, ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["backdropInFront"] = false, ["sparkMirror"] = false, ["stickyDuration"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 0.8, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = false, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["glowFrequency"] = 0.1, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = true, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["glowXOffset"] = 0, ["glowScale"] = 1, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowLength"] = 10, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = true, ["text_text_format_t_time_dynamic_threshold"] = 9, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_mod_rate"] = true, ["type"] = "subtext", ["text_visible"] = false, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_text_format_t_time_precision"] = 1, ["text_text"] = "%p", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorXOffset"] = 0, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, }, ["height"] = 16, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["adjustedMax"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, ["spark"] = true, ["zoom"] = 0.3, ["anchorFrameFrame"] = "WeakAuras:Lower_Bar", ["backgroundColor"] = { 0.13333334028721, 0.24705883860588, 0.40000003576279, 0, }, ["borderInFront"] = false, ["uid"] = "6YnKf64I1OL", ["icon_side"] = "LEFT", ["customTextUpdate"] = "update", ["width"] = 213.5, ["sparkHeight"] = 30, ["useAdjustededMax"] = false, ["overlaysTexture"] = { "Solid", "Solid", "Solid", "Solid", "Solid", "Solid", }, ["borderBackdrop"] = "None", ["semver"] = "1.0.7", ["id"] = "Evoker_CastBar 3", ["sparkHidden"] = "BOTH", ["color"] = { }, ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["overlays"] = { { 0.24313727021217, 0.2549019753933, 0.23921570181847, 1, }, { 0.35686275362968, 0.37254902720451, 0.34509804844856, 1, }, { 0.44705885648727, 0.46666669845581, 0.43137258291245, 1, }, { 0.56470590829849, 0.59215688705444, 0.54509806632996, 1, }, { 0.72549021244049, 0.76470595598221, 0.70588237047195, 1, }, { 1, 0.34117648005486, 0.25098040699959, 1, }, }, ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charged", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 1, 0.40392160415649, 0.29803922772408, 1, }, ["property"] = "overlays.2", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "2", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 1, 0.82745105028152, 0.61960786581039, 1, }, ["property"] = "overlays.3", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "3", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 0.72156864404678, 1, 0.46666669845581, 1, }, ["property"] = "overlays.4", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.4.model_alpha", }, }, }, }, ["barColor2"] = { 1, 0.74509805440903, 0.74509805440903, 0, }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2, c3 = CreateColor(0.74,0.84,1,1), CreateColor(0.93,0.61,0.65,1), CreateColor(1,0.8,0.6,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2,c3)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, }, ["02 Vicious Wound"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334960", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1033474, ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "D0cA750w)77", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "02 Vicious Wound", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["p_rewind"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_genericShowOn"] = true, ["duration"] = "1", ["spellName"] = 363534, ["type"] = "spell", ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Rewind", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 31884, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["alpha"] = 1, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["useTooltip"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { [384914] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 363534, ["use_petbattle"] = false, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 135994, ["parent"] = "preservation_evoker", ["xOffset"] = 18.5, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 35, ["useCooldownModRate"] = true, ["desaturate"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "p_rewind", ["icon"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["uid"] = "gJVWIL)WpPv", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["07 Dark Recital"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED:SPELL_CAST_START, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n --shows the name of your partner that you are linked to\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" and (spellID == 331636 or spellID == 331637) then\n aura_env.counter = aura_env.counter + 1\n aura_env.order[aura_env.counter] = destName\n if aura_env.myCounter then\n local state = allstates[WeakAuras.myGUID]\n if state then\n state.name = (state.spellID == 331636 and aura_env.order[aura_env.myCounter+1] or state.spellID == 331637 and aura_env.order[aura_env.myCounter-1]) or \"\"\n state.changed = true\n end\n --plays Melee.ogg/Range.ogg depending on what your partner is. Requires Exorsus Raidtools\n if IsAddOnLoaded(\"ExRT\") \n and VExRT.ExCD2.gnGUIDs then\n local nameToSpec = VExRT.ExCD2.gnGUIDs[allstates[WeakAuras.myGUID].name]\n if nameToSpec then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.convert[nameToSpec]..\".ogg\", \"MASTER\")\n end\n end\n aura_env.myCounter = nil\n return true\n end\n if destGUID == WeakAuras.myGUID then\n aura_env.myCounter = aura_env.counter\n local _, _, _, _, duration, expirationTime = WA_GetUnitDebuff(destName, spellID)\n allstates[destGUID] = {\n show = true,\n changed = true,\n name = (spellID == 331636 and aura_env.order[aura_env.myCounter+1] or spellID == 331637 and aura_env.order[aura_env.myCounter-1]) or \"\",\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n spellID = spellID\n }\n --plays Melee.ogg/Range.ogg depending on what your partner is. Requires Exorsus Raidtools\n if IsAddOnLoaded(\"ExRT\") \n and VExRT.ExCD2.gnGUIDs then\n local nameToSpec = VExRT.ExCD2.gnGUIDs[allstates[WeakAuras.myGUID].name]\n if nameToSpec then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.convert[nameToSpec]..\".ogg\", \"MASTER\")\n end\n end\n return true\n end\n end\n if subEvent == \"SPELL_AURA_REMOVED\" and (spellID == 331636 or spellID == 331637) \n and allstates[destGUID] then\n allstates[destGUID].show = false\n allstates[destGUID].changed = true\n return true\n end\n if subEvent == \"SPELL_CAST_START\" and spellID == 331634 then\n aura_env.counter = 0\n aura_env.order = {}\n aura_env.myCounter = nil\n return true\n end\n end\n if event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n aura_env.order = {}\n aura_env.myCounter = nil\n end\nend", ["names"] = { }, ["check"] = "event", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_name_abbreviate"] = false, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_name_format"] = "Unit", ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_name_realm_name"] = "never", ["text_visible"] = true, ["text_fontSize"] = 16, ["text_text_format_name_color"] = "class", ["text_text_format_name_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 607854, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "kfg5FqZoLH2", ["actions"] = { ["start"] = { ["do_custom"] = true, ["custom"] = "if not IsAddOnLoaded(\"ExRT\") then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Linked.ogg\", \"MASTER\")\nend", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.counter = 0\naura_env.order = {}\naura_env.convert = {\n [250] = \"Melee\",\n [251] = \"Melee\",\n [252] = \"Melee\",\n [577] = \"Melee\",\n [581] = \"Melee\",\n [102] = \"Range\",\n [103] = \"Melee\",\n [104] = \"Melee\",\n [105] = \"Range\",\n [253] = \"Range\",\n [254] = \"Range\",\n [255] = \"Melee\",\n [62] = \"Range\",\n [63] = \"Range\",\n [64] = \"Range\",\n [268] = \"Melee\",\n [270] = \"Melee\", --MW Monk classified as melee\n [269] = \"Melee\",\n [65] = \"Melee\", --Holy Paladin classified as melee\n [66] = \"Melee\",\n [70] = \"Melee\",\n [256] = \"Range\",\n [257] = \"Range\",\n [258] = \"Range\",\n [259] = \"Melee\",\n [260] = \"Melee\",\n [261] = \"Melee\",\n [262] = \"Range\",\n [263] = \"Melee\",\n [264] = \"Range\",\n [265] = \"Range\",\n [266] = \"Range\",\n [267] = \"Range\",\n [71] = \"Melee\",\n [72] = \"Melee\",\n [73] = \"Melee\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.54509803921569, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.54509803921569, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.54509803921569, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Dark Recital", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Warlock_PvPT5"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 212295, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 212295, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 212295, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 212295, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT5", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "Q5Hc3zBi0IF", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["[HoI] Nullification Impulse (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 389446, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Nullification Impulse (Get Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "l3SyN772CmU", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Warlock_PvPT7"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 212619, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 212619, }, ["untrigger"] = { ["spellName"] = 212619, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 212619, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT7", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "4VR1BcfkHu9", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["05 Night Hunter"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Break.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "361745", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Break Shield", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["instance_type"] = { }, ["encounterid"] = "2544", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "ZqA2WC4ChgH", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Night Hunter", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Cache of Infinite Treasure - [Panda Remix]"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "Cache of Infinite Treasure", "Greater Spool of Eternal Thread", "Spool of Eternal Thread", "Lesser Spool of Eternal Thread", "Minor Spool of Eternal Thread", "Greater Bronze Cache 2", "Bronze Cache 2", "Lesser Bronze Cache", "Minor Bronze Cache", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "1518636", ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/m-hmvkCsd/12", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["useLimit"] = false, ["yOffset"] = 196.44427490234, ["borderColor"] = { 0, 0, 0, 1, }, ["rotation"] = 0, ["radius"] = 200, ["version"] = 12, ["subRegions"] = { }, ["stagger"] = 0, ["sortHybridTable"] = { ["Spool of Eternal Thread"] = false, ["Greater Bronze Cache 2"] = false, ["Greater Spool of Eternal Thread"] = false, ["Minor Spool of Eternal Thread"] = false, ["Lesser Bronze Cache"] = false, ["Bronze Cache 2"] = false, ["Lesser Spool of Eternal Thread"] = false, ["Cache of Infinite Treasure"] = false, ["Minor Bronze Cache"] = false, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["gridType"] = "RD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["source"] = "import", ["config"] = { }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["limit"] = 5, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["rowSpace"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Cache of Infinite Treasure - [Panda Remix]", ["stepAngle"] = 15, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["animate"] = false, ["uid"] = "NHJ9sW1hofl", ["xOffset"] = -304.88873291016, ["selfPoint"] = "TOP", ["conditions"] = { }, ["information"] = { }, ["arcLength"] = 360, }, ["01 Shadowflame Cleave"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 422039, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["spellIds"] = { }, ["auraspellids"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_unit"] = true, ["useExactSpellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 0.70196080207825, 0, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 4914673, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "lmPQUd9)3Mt", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.16078431904316, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Shadowflame Cleave", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Mana-Circle"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196081399918, 0.50196081399918, 0.50196081399918, 0.5, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["use_showHealAbsorb"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Power", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_showIncomingHeal"] = true, ["spellName"] = 0, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 3 and (t[1] and t[2])\nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 70, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "Mana-Circle", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 5, ["width"] = 70, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = false, ["uid"] = "h5vADNjNEEY", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["Cast-Circle"] = { ["overlays"] = { { 0.33333334326744, 0.33333334326744, 0.33333334326744, 0.76923094689846, }, { 1, 0.035294119268656, 0, 0.56000000238419, }, { 0.98823535442352, 0.48627454042435, 0, 0.57000002264977, }, { 1, 0.90588241815567, 0, 0.56000000238419, }, { 0.98431378602982, 1, 0.98823535442352, 1, }, }, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196078431373, 0.50196078431373, 0.50196078431373, 0, }, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["overlayclip"] = false, ["tocversion"] = 90200, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_remaining"] = false, ["use_absorbMode"] = true, ["unevent"] = "auto", ["use_showChargedDuration"] = true, ["duration"] = "1", ["event"] = "Cast", ["names"] = { }, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["remaining_operator"] = "<", ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["events"] = "UNIT_SPELLCAST_START,UNIT_SPELLCAST_SENT", ["custom_type"] = "event", ["check"] = "update", ["custom"] = "function(event)\n \n if aura_env.config.MergeRing == 2 or aura_env.config.MergeRing == 4 then\n return true\n else\n return false\n end\n \nend", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["custom_type"] = "event", ["unit"] = "player", ["custom_hide"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom"] = "function(event)\n \n if aura_env.config.TrackinMainRing == 4 then\n return true\n else\n return false\n end\n \nend\n\n\n\n\n\n", ["custom_type"] = "event", ["check"] = "update", ["events"] = "UNIT_SPELLCAST_START,UNIT_SPELLCAST_SENT", ["unit"] = "player", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.CastBar == 1 and (t[1] and t[3]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "10", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if aura_env.config.CastRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n return c.r, c.g, c.b\n end\n \nend", ["rotate"] = 0, ["use_color"] = true, ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["use_color"] = false, }, ["finish"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorB"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["colorType"] = "pulseColor", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "shrink", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["duration_type"] = "seconds", ["scaley"] = 1, }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 90, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["adjustedMax"] = "", ["user_y"] = 0, ["crop_x"] = 0.41, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["compress"] = false, ["anchorFrameParent"] = false, ["foregroundColor"] = { 1, 1, 1, 1, }, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.CastRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.CastRingColor\n aura_env.region:Color(color[1], color[2], color[3],color[4])\nend", ["do_custom"] = true, }, ["init"] = { ["custom"] = "if aura_env.config[\"HideDefaultCastBar\"] then\n -- CastingBarFrame:UnregisterAllEvents() \n PlayerCastingBarFrame:UnregisterAllEvents()\nend\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["semver"] = "1.2.9", ["anchorFrameType"] = "SELECTFRAME", ["id"] = "Cast-Circle", ["uid"] = "6Oa61Y8XrtH", ["frameStrata"] = 1, ["width"] = 90, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura69", ["crop_y"] = 0.41, ["inverse"] = false, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 70, ["property"] = "height", }, { ["value"] = 70, ["property"] = "width", }, { ["value"] = { 0.41176470588235, 0.41176470588235, 0.41176470588235, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, }, ["linked"] = false, }, { ["check"] = { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 70, ["property"] = "height", }, { ["value"] = 70, ["property"] = "width", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { }, }, ["04 Awakened Focus"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "405876", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "401381", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "REGycDDyIKN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Awakened Focus", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Echo"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Core]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["spellId"] = "49206", ["auranames"] = { "387350", }, ["matchesShowOn"] = "showAlways", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["unit"] = "player", ["use_track"] = true, ["use_unit"] = true, ["use_genericShowOn"] = true, ["duration"] = "35", ["debuffType"] = "HELPFUL", ["spellName"] = 364343, ["use_spellId"] = true, ["useName"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["unevent"] = "auto", ["ownOnly"] = true, ["type"] = "spell", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = "Echo", ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["use_absorbMode"] = true, ["names"] = { }, ["sourceUnit"] = "player", ["use_totemName"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "387350", }, ["matchesShowOn"] = "showAlways", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["duration"] = "35", ["use_track"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellName"] = 0, ["use_spellId"] = true, ["useName"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["unevent"] = "auto", ["unit"] = "player", ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["use_genericShowOn"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_font"] = "Expressway", ["text_anchorYOffset"] = -1, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_visible"] = true, ["text_text_format_2.p_time_mod_rate"] = true, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 364343, ["zoneIds"] = "", ["use_spellknown"] = true, ["use_class_and_spec"] = true, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [370886] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Echo", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "Exs1O5dBn2r", ["inverse"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = ">", ["value"] = "10", ["variable"] = "expirationTime", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["09 Soul Fracture (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { "352538", }, ["duration"] = "", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["event"] = "Combat Log", ["type"] = "custom", ["spellIds"] = { }, ["use_spellId"] = false, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 348071\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if spellID == 348071 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["auraspellids"] = { }, ["check"] = "event", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss", ["names"] = { }, ["useExactSpellId"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "348787", }, ["matchesShowOn"] = "showOnMissing", ["unit"] = "player", ["type"] = "aura2", ["auranames"] = { }, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Souls Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Soul Fracture (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "8m07t0CvUsS", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2576087, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["{NLTH] Volcanic Guard (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 382708, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Volcanic Guard (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "ZyqoYIK3jsw", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Essence Sap"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334755", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "bsVnE75ZB)0", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "05 Essence Sap", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Blistering Twilight"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "405642", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "237588", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "YUj3WzYu0Rf", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Blistering Twilight", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Glittering Surge"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 0.56078433990479, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 4630438, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 401810, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["names"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHeight"] = 30, ["xOffset"] = 0, ["anchorFrameParent"] = false, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["semver"] = "1.0.44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["id"] = "09 Glittering Surge", ["config"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["zoom"] = 0.2, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "tXuYq4CyZGv", }, ["{TVP] Greater Heal (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 87779, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Greater Heal (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "Aob143FMkpC", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Burnout 3"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 95.407836914063, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["automaticWidth"] = "Fixed", ["actions"] = { ["start"] = { ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Blast.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Burnout", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "375802", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Pyroclasm", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "Oswald", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 35.008522033691, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 18, ["source"] = "import", ["uid"] = "B1RNxse01t0", ["shadowXOffset"] = 1, ["internalVersion"] = 75, ["preferToUpdate"] = false, ["regionType"] = "text", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = { 0.45882352941176, 0.027450980392157, 0, 1, }, ["property"] = "color", }, }, }, }, ["displayText_format_p_time_mod_rate"] = true, ["xOffset"] = 3.5885009765625, ["wordWrap"] = "WordWrap", ["displayText_format_p_time_precision"] = 1, ["shadowYOffset"] = -1, ["width"] = 36.880332946777, ["semver"] = "1.2.18", ["justify"] = "CENTER", ["tocversion"] = 100200, ["id"] = "Burnout 3", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "BOTTOM", ["config"] = { }, ["displayText"] = "%i %p - %s\n", ["color"] = { 1, 1, 1, 1, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 120, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["General Options - LWA - Evoker"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Global Settings", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 10, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "border_size", ["softMax"] = 10, ["default"] = 0, ["name"] = "Border Size", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "zoom", ["softMax"] = 100, ["default"] = 30, ["name"] = "Icon Zoom", ["useDesc"] = false, }, { ["type"] = "toggle", ["key"] = "border_icons", ["default"] = true, ["name"] = "Apply Border to Icons", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "border_resources", ["default"] = true, ["name"] = "Apply Border to Resources", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["key"] = "border_color", ["default"] = { 0, 0, 0, 1, }, ["name"] = "Border Color", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Global Style", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "style", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 30, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 2, ["min"] = 10, ["key"] = "global", ["softMax"] = 100, ["default"] = 100, ["name"] = "Global Alpha", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["text"] = "This setting will change the opacity of the entire suite at all times, taking priority over the other alpha settings.", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = false, ["text"] = "", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 2, ["min"] = 0, ["key"] = "ooc", ["default"] = 100, ["softMax"] = 100, ["name"] = "Out of Combat Alpha", ["useDesc"] = true, ["desc"] = "Change the alpha of the groups when out of combat.", }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Ignore on Enemy Target", ["useDesc"] = true, ["key"] = "ignore_enemy", ["desc"] = "Enable to show full opacity on enemy target.", }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Ignore on Friendly Target", ["useDesc"] = true, ["key"] = "ignore_friendly", ["desc"] = "Enable to show full opacity on friendly target.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["text"] = "This setting will change the opacity of the entire suite, excluding the Cast Bar while out of combat. You can also choose to ignore on Enemy Target and/or on Friendly Target.", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = false, ["type"] = "header", ["text"] = "", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["width"] = 2, ["useHeight"] = true, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 2, ["min"] = 0, ["key"] = "mounted", ["desc"] = "Change the alpha of the groups when mounted.", ["softMax"] = 100, ["useDesc"] = true, ["name"] = "Mounted Alpha", ["default"] = 0, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Enable to apply to dragonriding only.", ["key"] = "dragonriding_only", ["useDesc"] = true, ["name"] = "For Dragonriding Only", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["width"] = 2, ["useHeight"] = true, }, { ["type"] = "description", ["text"] = "This setting will change the opacity of the entire suite while mounted. You can choose to only apply the mounted alpha while dragonriding.", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["width"] = 2, ["useHeight"] = true, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Alpha", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "alpha", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Icons Size & Spacing", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 16, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 16, ["key"] = "width", ["softMax"] = 72, ["default"] = 38, ["name"] = "Width", ["useDesc"] = false, }, { ["softMin"] = 8, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 8, ["key"] = "height", ["softMax"] = 72, ["default"] = 38, ["name"] = "Height", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "spacing", ["softMax"] = 20, ["default"] = 3, ["name"] = "Spacing", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "margin", ["softMax"] = 50, ["default"] = 10, ["name"] = "Bottom Margin", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Top Icons", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "top", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 16, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 16, ["key"] = "width", ["softMax"] = 72, ["default"] = 48, ["name"] = "Width", ["useDesc"] = false, }, { ["softMin"] = 8, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 8, ["key"] = "height", ["softMax"] = 72, ["default"] = 48, ["name"] = "Height", ["useDesc"] = false, }, { ["softMin"] = 4, ["type"] = "range", ["bigStep"] = 1, ["max"] = 12, ["step"] = 1, ["width"] = 1, ["min"] = 4, ["key"] = "nb_min", ["softMax"] = 12, ["default"] = 5, ["name"] = "Minimum Number of Icons", ["useDesc"] = false, }, { ["softMin"] = 4, ["type"] = "range", ["bigStep"] = 1, ["max"] = 12, ["step"] = 1, ["width"] = 1, ["min"] = 4, ["key"] = "nb_max", ["softMax"] = 12, ["default"] = 8, ["name"] = "Maximum Number of Icons", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "spacing", ["softMax"] = 20, ["default"] = 3, ["name"] = "Spacing", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "margin", ["softMax"] = 50, ["default"] = 0, ["name"] = "Margin from Resources", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Above Main Icons", "Below Main Icons", }, ["default"] = 2, ["name"] = "Resources Position", ["useDesc"] = false, ["key"] = "resources_position", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Core Icons", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "core", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 16, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 16, ["key"] = "width", ["softMax"] = 72, ["default"] = 38, ["name"] = "Width", ["useDesc"] = false, }, { ["softMin"] = 8, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 8, ["key"] = "height", ["softMax"] = 72, ["default"] = 38, ["name"] = "Height", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "spacing", ["softMax"] = 20, ["default"] = 3, ["name"] = "Spacing", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "margin", ["softMax"] = 50, ["default"] = 3, ["name"] = "Side Margin", ["useDesc"] = false, }, { ["type"] = "select", ["values"] = { "Downward (Vertical)", "Upward (Vertical)", "Outward (Horizontal)", }, ["default"] = 1, ["name"] = "Grow Direction", ["useDesc"] = false, ["key"] = "grow_direction", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Side Icons", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "side", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Icon Settings", ["noMerge"] = true, ["width"] = 1, }, { ["softMin"] = 16, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 16, ["key"] = "width", ["softMax"] = 72, ["default"] = 38, ["name"] = "Width", ["useDesc"] = false, }, { ["softMin"] = 8, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 8, ["key"] = "height", ["softMax"] = 72, ["default"] = 38, ["name"] = "Height", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "spacing", ["softMax"] = 20, ["default"] = 3, ["name"] = "Spacing", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "margin", ["softMax"] = 50, ["default"] = 10, ["name"] = "Top Margin", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Utility Icons", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["text"] = "Please take note that all maintenance icons will be hidden while in a rested area out of combat no matter what behavior is selected. To see the normal behavior, leave the rested area or simply enter combat.", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Icon Settings", ["noMerge"] = true, ["width"] = 1, }, { ["softMin"] = 16, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 16, ["key"] = "width", ["softMax"] = 72, ["default"] = 36, ["name"] = "Width", ["useDesc"] = false, }, { ["softMin"] = 8, ["type"] = "range", ["bigStep"] = 1, ["max"] = 72, ["step"] = 1, ["width"] = 1, ["min"] = 8, ["key"] = "height", ["softMax"] = 72, ["default"] = 36, ["name"] = "Height", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 20, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "spacing", ["softMax"] = 20, ["default"] = 3, ["name"] = "Spacing", ["useDesc"] = false, }, { ["softMin"] = 0, ["type"] = "range", ["bigStep"] = 1, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "margin", ["softMax"] = 50, ["default"] = 10, ["name"] = "Top Margin", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Maintenance Icons", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "maintenance", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Resources", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 20, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "select", ["values"] = { "12345", "12,3K", "12345 (100%)", "12,3K (100%)", "100%", }, ["default"] = 5, ["name"] = "Text Format", ["useDesc"] = false, ["key"] = "format", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.24313727021217, 0.58431375026703, 0.10980392992496, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 0.58431375026703, 0.85098046064377, 0.30588236451149, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Health Bar", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "health_bar", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 20, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.52941176470588, 0.090196078431373, 0.090196078431373, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 0.77647058823529, 0.1843137254902, 0.1843137254902, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Uninterruptible", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "unint_color1", ["default"] = { 0.52549019607843, 0.52549019607843, 0.52549019607843, 0.90000000596046, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "unint_color2", ["default"] = { 0.70980392156863, 0.70980392156863, 0.70980392156863, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "unint_gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Empowered", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "emp_color1", ["default"] = { 1, 1, 1, 0.90000000596046, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "emp_color2", ["default"] = { 1, 1, 1, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "emp_gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Cast Bar", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "cast_bar", ["size"] = 10, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Resources", ["width"] = 1, ["useCollapse"] = false, ["noMerge"] = false, ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "resources", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast Bar Notice", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "This suite of WeakAuras contains a Casting Bar that will replace the default casting bar. If you want to remove it, simply select the \"Cast Bar\" aura inside the Resources Group then click the \"Load\" tab and check \"Never\". Once that is done, make sure to \"/reload\".", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = -1.52587890625e-05, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local this = aura_env\nlocal CLASS = this.id:gsub(\"General Options %- LWA %- \", \"\")\nthis.CLASS = CLASS\n\nLWA = LWA or {}\nLWA[CLASS] = LWA[CLASS] or {}\n\nlocal LWA = LWA[CLASS]\n\nlocal config = nil\nLWA.configs = LWA.configs or {}\nLWA.configs[\"general\"] = this.config\n\n\nlocal CLASS_GROUP = \"Luxthos - \" .. CLASS\nlocal DYNAMIC_EFFECTS_GROUP = \"Dynamic Effects - LWA - \" .. CLASS\nlocal CORE_GROUP = \"Core - LWA - \" .. CLASS\nlocal LEFT_SIDE_GROUP = \"Left Side - LWA - \" .. CLASS\nlocal RIGHT_SIDE_GROUP = \"Right Side - LWA - \" .. CLASS\nlocal UTILITIES_GROUP = \"Utilities - LWA - \" .. CLASS\nlocal MAINTENANCE_GROUP = \"Maintenance - LWA - \" .. CLASS\nlocal RESOURCES_GROUP = \"Resources - LWA - \" .. CLASS\nlocal CAST_BAR = \"Cast Bar - LWA - \" .. CLASS\n\nlocal MAX_WIDTH = 405\nlocal RESOURCES_HEIGHT = 0\nlocal NB_CORE = 8\n\nthis.parent = CLASS_GROUP\nthis.resources = nil\n\nif WeakAuras.IsImporting() then\n local function CheckImport()\n if WeakAuras.IsImporting() or not this.isImporting then return end\n \n this.isImporting:Cancel()\n this.isImporting = false\n \n C_Timer.After(1, function()\n WeakAuras.ScanEvents(\"LWA_INIT\")\n end)\n end\n \n this.isImporting = C_Timer.NewTicker(0.5, CheckImport)\nelse\n this.isImporting = false\nend\n\nlocal function tclone(t1)\n local t = {}\n \n if t1 then\n for k, v in pairs(t1) do\n if \"table\" == type(v) then\n v = tclone(v)\n end\n \n if \"string\" == type(k) then\n t[k] = v\n else\n tinsert(t, v)\n end\n end\n end\n \n return t\nend\n\nlocal function tmerge(...)\n local ts = {...}\n local t = tclone(ts[1])\n local t2\n \n for i = 2, #ts do\n t2 = ts[i] or {}\n \n for k, v in pairs(t2) do\n if \"table\" == type(v) then\n v = tclone(v)\n \n if t[k] and #t[k] == 0 then\n t[k] = tmerge(t[k], v)\n else\n t[k] = v\n end\n else\n t[k] = v\n end\n end\n end\n \n return t\nend\n\nlocal function SetRegionSize(r, w, h)\n r:SetRegionWidth(w)\n r:SetRegionHeight(h)\nend\n\nlocal function ResizeAnchorFrame(skipCore)\n if this.isImporting then return end\n \n local config = LWA.GetConfig()\n local h = max(1, config.core.height + config.core.spacing + config.core.margin + RESOURCES_HEIGHT)\n \n if 1 == h % 2 then\n h = h + 1\n end\n \n SetRegionSize(this.region, MAX_WIDTH, h)\n \n local function RepositionGroups()\n local configs = { config.core, config.utility, config.maintenance }\n \n for i, g in ipairs({ CORE_GROUP, UTILITIES_GROUP, MAINTENANCE_GROUP }) do\n if not (skipCore and CORE_GROUP == g) then\n g = WeakAuras.GetRegion(g)\n \n if g then\n g:PositionChildren()\n \n if 0 == #g.sortedChildren then\n g:SetHeight(configs[i].height)\n g.currentHeight = configs[i].height\n end\n end\n end\n end\n end\n \n if skipCore then\n C_Timer.After(0.05, RepositionGroups)\n else\n RepositionGroups()\n end\nend\n\nfunction LWA.GetConfig(grp, force)\n local default = {\n style = {\n border_size = 0,\n border_icons = true,\n border_resources = true,\n border_color = { [1] = 0, [2] = 0, [3] = 0, [4] = 1 },\n zoom = 30,\n },\n core = {\n nb_min = 5,\n nb_max = 8,\n width = 48,\n height = 48,\n spacing = 3,\n margin = 0,\n resources_position = 2, -- Below\n },\n utility = {\n width = 38,\n height = 38,\n spacing = 3,\n margin = 10,\n behavior = 2, -- Always Show\n },\n top = {\n width = 38,\n height = 38,\n spacing = 3,\n margin = 10,\n },\n side = {\n width = 38,\n height = 38,\n spacing = 3,\n margin = 3,\n grow_direction = 1,\n },\n maintenance = {\n width = 36,\n height = 36,\n spacing = 0,\n margin = 10,\n },\n alpha = {\n global = 100,\n ooc = 100,\n ignore_enemy = true,\n ignore_friendly = true,\n },\n resources = {\n health_bar = {\n format = 1\n },\n mana_bar = {\n format = 1\n }\n },\n }\n \n if force or not config or WeakAuras.IsOptionsOpen() then\n config = tmerge(\n default,\n LWA.configs[\"general\"],\n LWA.configs[\"class\"] or {}\n )\n end\n \n if grp then\n return config[grp] or {}\n end\n \n return config\nend\n\nlocal function UpdateBorder(region, apply)\n if #region.subRegions > 0 then\n local config, size, r, g, b, a = LWA.GetConfig(), 0\n \n if apply then\n size = config.style.border_size\n r, g, b, a = unpack(config.style.border_color)\n end\n \n for _, border in ipairs(region.subRegions) do\n if \"subborder\" == border.type then\n border:SetVisible(size > 0)\n \n if size > 0 then\n local bd = border:GetBackdrop()\n bd.edgeSize = size\n border:SetBackdrop(bd)\n border:SetBorderColor(r, g, b, a)\n end\n end\n end\n end\nend\n\nlocal throttledInitHandler = nil\nlocal throttledInitLastRun = 0\n\nfunction this.ThrottledInit()\n if throttledInitHandler or this.isImporting then return end\n \n local currentTime, delay = time(), 0.05\n \n if throttledInitLastRun > currentTime - 0.5 then\n delay = max(0.05, currentTime - throttledInitLastRun)\n end\n \n throttledInitHandler = C_Timer.NewTimer(delay, function()\n WeakAuras.ScanEvents(\"LWA_INIT\")\n end)\nend\n\nfunction this.Init()\n if this.isImporting then return end\n \n throttledInitLastRun = time()\n \n local config = LWA.GetConfig(nil, true)\n local isOptionsOpen = WeakAuras.IsOptionsOpen()\n local zoom = config.style.zoom / 100\n \n if throttledInitHandler then\n throttledInitHandler:Cancel()\n throttledInitHandler = nil\n end\n \n if not this.parentFrame then\n this.parentFrame = WeakAuras.GetRegion(CLASS_GROUP)\n end\n \n if this.parentFrame and not this.parentFrame.SetRealScale then\n this.parentFrame.SetRealScale = this.parentFrame.SetScale\n \n this.parentFrame.SetScale = function(self, scale)\n this.parentFrame:SetRealScale(scale)\n local castBar = WeakAuras.GetRegion(CAST_BAR)\n \n if castBar then\n castBar:SetScale(scale)\n end\n end\n end\n \n if isOptionsOpen then\n NB_CORE = config.core.nb_max\n else\n NB_CORE = max(4, config.core.nb_min, min(NB_CORE, config.core.nb_max))\n end\n \n MAX_WIDTH = NB_CORE * (config.core.width + config.core.spacing) - config.core.spacing\n \n local function InitIcons(group, c, selfPoint)\n local grpRegion = WeakAuras.GetRegion(group)\n \n if not grpRegion then return end\n \n local i, isAbilities = 0, CORE_GROUP == group\n \n for childId, regions in pairs(grpRegion.controlledChildren) do\n local region = regions[\"\"] and regions[\"\"].regionData.region\n \n i = i + 1\n \n if region then\n region:SetAnchor(selfPoint, region.relativeTo, region.relativePoint)\n \n if region.SetZoom then\n region:SetZoom(min(1, zoom + (region.extraZoom or 0)))\n else\n print(\"LWA Issue: \" .. CLASS .. \" > \" .. group .. \" > \" .. childId)\n end\n \n if isAbilities and i > NB_CORE then\n SetRegionSize(region, config.top.width, config.top.height)\n else\n SetRegionSize(region, c.width, c.height)\n end\n \n UpdateBorder(region, config.style.border_icons)\n end\n end\n \n if isAbilities then\n grpRegion:PositionChildren()\n \n if not isOptionsOpen then\n NB_CORE = max(4, config.core.nb_min, min(#grpRegion.sortedChildren, config.core.nb_max))\n \n MAX_WIDTH = NB_CORE * (config.core.width + config.core.spacing) - config.core.spacing\n end\n \n this.region:SetRegionWidth(MAX_WIDTH)\n end\n end\n \n InitIcons(CORE_GROUP, config.core, \"BOTTOM\")\n InitIcons(UTILITIES_GROUP, config.utility, \"TOP\")\n InitIcons(MAINTENANCE_GROUP, config.maintenance, \"TOP\")\n InitIcons(DYNAMIC_EFFECTS_GROUP, config.top, \"BOTTOMRIGHT\")\n InitIcons(LEFT_SIDE_GROUP, config.side, \"TOPRIGHT\")\n InitIcons(RIGHT_SIDE_GROUP, config.side, \"TOPLEFT\")\n \n this.UpdateResources()\n \n for _, g in ipairs({ DYNAMIC_EFFECTS_GROUP, LEFT_SIDE_GROUP, RIGHT_SIDE_GROUP }) do\n g = WeakAuras.GetRegion(g)\n \n if g then\n g:PositionChildren()\n end\n end\nend\n\nfunction this.UpdateResources(resizeOnly)\n if this.isImporting then return end\n \n local grpRegion = WeakAuras.GetRegion(RESOURCES_GROUP)\n \n if not this.resources then\n local grpData = WeakAuras.GetData(RESOURCES_GROUP)\n \n this.resources = grpData and grpData.controlledChildren\n end\n \n if grpRegion and this.resources and #this.resources > 0 then\n local config = LWA.GetConfig()\n \n local totalHeight, nb = 0, 0\n local h1 = config.core.height\n local s1 = config.core.spacing\n local m1 = config.core.margin\n local y = 0\n \n if config.core.resources_position == 2 then -- Below\n y = h1 + s1 + m1\n end\n \n grpRegion:SetOffset(0, -y)\n \n local isOptionsOpen = WeakAuras.IsOptionsOpen()\n local resRegion, isVisible, regionType\n local w, h = 0, 0\n \n local function InitResource(region, index, nb)\n if not region then return end\n \n index = max(1, index or 1)\n nb = max(1, nb or 1)\n \n w, h = MAX_WIDTH, 20\n \n if nb > 1 then\n local s = config.core.spacing\n \n w = (w + s) / nb - s\n end\n \n local cg = region.configGroup\n \n if cg and config.resources[cg] then\n h = config.resources[cg].height or 20\n end\n \n SetRegionSize(region, w, h)\n region.bar:Update()\n UpdateBorder(region, config.style.border_resources)\n this.UpdateBar({ region = region }, index, nb)\n \n if region.bar.spark then\n region.bar.spark:SetHeight(max(15, Round(h * 2)))\n end\n end\n \n y = 0\n \n for _, resId in ipairs(this.resources) do\n resRegion = WeakAuras.GetRegion(resId)\n \n if resRegion then\n isVisible = isOptionsOpen\n regionType = resRegion.regionType\n h = 0\n \n if \"aurabar\" == regionType then\n isVisible = isVisible or resRegion:IsVisible()\n InitResource(resRegion)\n \n elseif \"dynamicgroup\" == regionType then\n local nbChild = 0\n local childRegions = {}\n \n for _, region in pairs(resRegion.controlledChildren) do\n if region and region[\"\"] then\n nbChild = nbChild + 1\n \n childRegions[region[\"\"].regionData.dataIndex] = region[\"\"].regionData.region\n \n isVisible = isVisible or region[\"\"].regionData.region:IsVisible()\n end\n end\n \n for i, region in ipairs(childRegions) do\n InitResource(region, i, nbChild)\n \n region:SetYOffset(-y)\n end\n end\n \n if isVisible then\n nb = nb + 1\n \n if isVisible then\n if \"dynamicgroup\" == regionType then\n resRegion:PositionChildren()\n else\n resRegion:SetOffset(0, -y)\n end\n end\n \n totalHeight = totalHeight + h\n y = y + h + s1\n end\n end\n end\n \n RESOURCES_HEIGHT = totalHeight + max(nb - 1, 0) * config.core.spacing\n end\n \n if not resizeOnly then\n ResizeAnchorFrame()\n \n local castBar = WeakAuras.GetRegion(CAST_BAR)\n \n if castBar then\n castBar:SetParent(UIParent)\n \n if this.parentFrame then\n castBar:SetScale(this.parentFrame:GetScale())\n end\n end\n end\nend\n\nfunction LWA.GrowCore(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local w1 = config.core.width\n local h1 = config.core.height\n local s1 = config.core.spacing\n local m1 = config.core.margin\n \n local maxCore = min(nb, config.core.nb_max)\n local x, y\n local xOffset = ((maxCore - 1) * (w1 + s1) / 2)\n local yOffset = h1 + 1\n local region\n \n if not WeakAuras.IsOptionsOpen() then\n NB_CORE = max(4, config.core.nb_min, maxCore)\n \n local oldWidth = MAX_WIDTH\n \n MAX_WIDTH = NB_CORE * (w1 + s1) - s1\n \n ResizeAnchorFrame(true)\n \n if oldWidth ~= MAX_WIDTH then\n this.UpdateResources(true)\n end\n end\n \n if config.core.resources_position == 1 then -- Above\n yOffset = h1 + RESOURCES_HEIGHT + s1 + m1\n end\n \n for i, regionData in ipairs(activeRegions) do\n region = regionData.region\n \n x = (i - 1) * (w1 + s1) - xOffset\n y = -yOffset\n \n SetRegionSize(region, w1, h1)\n \n newPositions[i] = { x, y }\n \n if i == maxCore then break end\n end\n \n local maxOverflow = nb - maxCore\n \n if maxOverflow > 0 then\n local w2 = config.top.width\n local h2 = config.top.height\n local s2 = config.top.spacing\n local m2 = config.top.margin\n \n local nbPerRow = math.floor(((MAX_WIDTH / 2) + s2) / (w2 + s2)) or 1\n local i2, j\n \n xOffset = -((MAX_WIDTH - w2) / 2)\n yOffset = m2 + yOffset - h1 - h2 + max(s1, s2) - s2 - 2\n \n if config.core.resources_position == 1 then -- Above\n yOffset = yOffset - RESOURCES_HEIGHT - s1 - m1\n end\n \n for i, regionData in ipairs(activeRegions) do\n if i > maxCore then\n region = regionData.region\n \n i2 = i - maxCore\n j = (i2 % nbPerRow)\n \n if j == 1 then\n yOffset = yOffset + h2 + s2\n end\n \n if j == 0 then\n j = nbPerRow\n end\n \n x = (j - 1) * (w2 + s2) + xOffset\n y = yOffset\n \n SetRegionSize(region, w2, h2)\n \n newPositions[i] = { x, y }\n end\n end\n end\nend\n\nfunction LWA.GrowDynamicEffects(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local w = config.top.width\n local h = config.top.height\n local s1 = config.core.spacing\n local s2 = config.top.spacing\n \n local xOffset = 0\n local yOffset = config.top.margin + max(s1, s2) - s2 - h\n local nbPerRow, m = math.floor(((MAX_WIDTH / 2) + s2) / (w + s2)) or 1\n \n for i, _ in ipairs(activeRegions) do\n m = (i % nbPerRow)\n \n if m == 1 then\n xOffset = 0\n yOffset = yOffset + h + s2\n end\n \n newPositions[i] = { -xOffset, yOffset }\n \n xOffset = xOffset + w + s2\n end\nend\n\nfunction LWA.GrowLeftSide(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local s1 = config.core.spacing\n \n local w2 = config.side.width\n local h2 = config.side.height\n local s2 = config.side.spacing\n \n local x, y\n local xOffset = config.side.margin + max(s1, s2)\n local yOffset = 0\n \n if config.side.grow_direction == 2 then -- Upward\n yOffset = -(h2 + s2 + config.top.margin)\n end\n \n for i, _ in ipairs(activeRegions) do\n x = -xOffset\n y = -yOffset\n \n newPositions[i] = { x, y }\n \n if config.side.grow_direction == 3 then -- Horizontal\n xOffset = xOffset + w2 + s2\n \n elseif config.side.grow_direction == 2 then -- Upward\n yOffset = -(-yOffset + h2 + s2)\n else\n yOffset = yOffset + h2 + s2\n end\n end\nend\n\nfunction LWA.GrowRightSide(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local s1 = config.core.spacing\n \n local w2 = config.side.width\n local h2 = config.side.height\n local s2 = config.side.spacing\n \n local x, y\n local xOffset = config.side.margin + max(s1, s2)\n local yOffset = 0\n \n if config.side.grow_direction == 2 then -- Upward\n yOffset = -(h2 + s2 + config.top.margin)\n end\n \n for i, _ in ipairs(activeRegions) do\n x = xOffset\n y = -yOffset\n \n newPositions[i] = { x, y }\n \n if config.side.grow_direction == 3 then -- Horizontal\n xOffset = xOffset + w2 + s2\n \n elseif config.side.grow_direction == 2 then -- Upward\n yOffset = -(-yOffset + h2 + s2)\n else\n yOffset = yOffset + h2 + s2\n end\n end\nend\n\nfunction LWA.GrowUtilities(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local maxCore = min(nb, NB_CORE)\n \n local w1 = config.core.width\n local s1 = config.core.spacing\n \n local w2 = config.utility.width\n local h2 = config.utility.height\n local s2 = config.utility.spacing\n \n local x, y\n local xOffset = (maxCore - 1) * (w1 + s1) / 2\n local yOffset = config.utility.margin + max(s1, s2) - s2 - h2\n \n local nbPerRow = math.floor((MAX_WIDTH + s2) / (w2 + s2)) or 1\n local m\n \n for i, _ in ipairs(activeRegions) do\n m = (i % nbPerRow)\n \n if m == 1 then\n xOffset = (min(nb - i, nbPerRow - 1)) * (w2 + s2) / 2\n yOffset = yOffset + h2 + s2\n end\n \n if m == 0 then\n m = nbPerRow\n end\n \n x = (m - 1) * (w2 + s2) - xOffset\n y = -yOffset\n \n newPositions[i] = { x, y }\n end\nend\n\nfunction LWA.GrowMaintenance(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local maxCore = min(nb, NB_CORE)\n \n local w1 = config.core.width\n local s1 = config.core.spacing\n \n local w2 = config.maintenance.width\n local h2 = config.maintenance.height\n local s2 = config.maintenance.spacing\n \n local x, y\n local xOffset = (maxCore - 1) * (w1 + s1) / 2\n local yOffset = config.maintenance.margin + config.utility.margin + max(config.utility.spacing, s2) - s2 - h2\n \n local nbPerRow = math.floor((MAX_WIDTH + s2) / (w2 + s2)) or 1\n local m\n \n for i, _ in ipairs(activeRegions) do\n m = (i % nbPerRow)\n \n if m == 1 then\n xOffset = (min(nb - i, nbPerRow - 1)) * (w2 + s2) / 2\n yOffset = yOffset + h2 + s2\n end\n \n if m == 0 then\n m = nbPerRow\n end\n \n x = (m - 1) * (w2 + s2) - xOffset\n y = -yOffset\n \n newPositions[i] = { x, y }\n end\nend\n\nfunction this.UpdateBar(aura, i, nb)\n local config = LWA.GetConfig(\"resources\")\n local e = aura or aura_env\n local region = e and e.region\n local cg = region and region.configGroup\n \n if not (region and cg and config[cg]) then return end\n \n local cs = region.colorState or \"\"\n \n if cs ~= \"\" then\n cs = cs .. \"_\"\n end\n \n cg = config[cg]\n \n local c1, c2 = cg[cs .. \"color1\"], cg[cs .. \"color2\"]\n \n if c1 and c2 then\n i = max(1, region.index or i or 1)\n nb = max(1, region.indexMax or nb or 1)\n \n local bar = region.bar\n \n if cg[cs .. \"gradient\"] and cg[cs .. \"gradient\"] < 3 then\n if nb > 1 and 1 == cg[cs .. \"gradient\"] then\n local function MixRGB(c1, c2, pos)\n pos = 1 - (pos or 0.5)\n \n return {\n (c1[1] * pos) + (c2[1] * (1 - pos)),\n (c1[2] * pos) + (c2[2] * (1 - pos)),\n (c1[3] * pos) + (c2[3] * (1 - pos)),\n (c1[4] * pos) + (c2[4] * (1 - pos))\n }\n end\n \n local cc1, cc2 = c1, c2\n \n if i > 1 then\n c1 = MixRGB(cc1, cc2, (i - 1) / nb)\n end\n \n c2 = MixRGB(cc1, cc2, i / nb)\n end\n \n local orientation = \"HORIZONTAL\"\n \n if 2 == cg[cs .. \"gradient\"] then\n orientation = \"VERTICAL\"\n \n local tmp = c1\n c1 = c2\n c2 = tmp\n end\n \n region:SetGradientEnabled(true)\n region:SetGradientOrientation(orientation)\n region:Color(unpack(c1))\n region:SetBarColor2(unpack(c2))\n \n --bar:SetForegroundGradient(orientation, c1[1], c1[2], c1[3], c1[4], c2[1], c2[2], c2[3], c2[4])\n --bar.fg:SetGradient(orientation, CreateColor(unpack(c1)), CreateColor(unpack(c2)))\n else\n region:SetGradientEnabled(false)\n region:Color(unpack(c1))\n \n --bar:SetForegroundColor(unpack(c1))\n end\n \n if region.ot then\n region.ot:SetColorTexture(unpack(c2))\n end\n end\nend\n\nfunction LWA.GrowDynamicResource(newPositions, activeRegions)\n local nb = #activeRegions\n \n if nb <= 0 then return end\n \n local config = LWA.GetConfig()\n \n local s = config.core.spacing\n local w = (MAX_WIDTH + s) / nb\n local xOffset, x = (MAX_WIDTH - w + s) / 2\n \n for i, regionData in ipairs(activeRegions) do\n x = (i - 1) * w - xOffset\n \n if not this.isImporting then\n regionData.region:SetRegionWidth(w - s)\n this.UpdateBar({ region = regionData.region }, i, nb)\n regionData.region.bar:Update()\n end\n \n newPositions[i] = { x, 0 }\n end\nend\n\nlocal function round(num, decimals)\n local mult = 10^(decimals or 0)\n \n return Round(num * mult) / mult\nend\n\nlocal barFormats = {\n \"value\",\n \"kvalue\",\n \"value (percent%)\",\n \"kvalue (percent%)\",\n \"percent%\",\n}\n\nfunction LWA.UpdateBarText(value, percent, format)\n local text = barFormats[format] or \"value\"\n \n text = text:gsub(\"percent\", round(percent, 0))\n \n if 2 == format or 4 == format then\n local rem = math.fmod(value, 1000) or 0\n \n if rem >= 950 then\n rem = 0\n end\n \n text = text:gsub(\"kvalue\", FormatLargeNumber(Round((value - rem) / 1000)) .. \".\" .. Round(rem / 100) .. \"K\"):gsub(\"%.0K\", \"K\"):gsub(\"%.\", DECIMAL_SEPERATOR)\n else\n text = text:gsub(\"value\", value)\n end\n \n return text\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "GTFO", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["custom"] = "function(event, ...)\n local arg1, arg2 = ...\n \n --print(event, ...)\n \n if \"OPTIONS\" == event or \"LWA_OPTIONS\" == event or (\"LWA_INIT\" == event and arg1) then\n aura_env.ThrottledInit()\n \n elseif \"LWA_INIT\" == event then\n aura_env.Init()\n \n elseif \"PLAYER_ENTERING_WORLD\" == event and (arg1 or arg2) then\n aura_env.ThrottledInit()\n \n C_Timer.After(1, function()\n WeakAuras.ScanEvents(\"LWA_INIT\", true)\n end)\n elseif \"LWA_UPDATE_BAR\" == event and arg1 then\n aura_env.UpdateBar(...)\n \n elseif \"LWA_UPDATE_RESOURCES\" == event then\n aura_env.UpdateResources(arg1)\n else\n C_Timer.After(0.05, function()\n WeakAuras.ScanEvents(\"LWA_UPDATE_RESOURCES\")\n end)\n end\n \n return true\nend", ["spellIds"] = { }, ["custom_type"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["events"] = "OPTIONS,LWA_OPTIONS,LWA_INIT,LWA_UPDATE_RESOURCES,LWA_UPDATE_BAR,PLAYER_ENTERING_WORLD,PLAYER_SPECIALIZATION_CHANGED,UPDATE_SHAPESHIFT_FORM,PLAYER_TALENT_UPDATE,PLAYER_PVP_TALENT_UPDATE,PLAYER_LEVEL_UP,UNIT_PET:player,UNIT_ENTERED_VEHICLE:player,UNIT_EXITED_VEHICLE:player,UNIT_HEALTH:pet,CINEMATIC_STOP,STOP_MOVIE,CLIENT_SCENE_CLOSED,TRAIT_CONFIG_CREATED,TRAIT_CONFIG_UPDATED,TRAIT_TREE_CHANGED", ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "GTFO", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["custom"] = "function(event, ...)\n if not aura_env.parentFrame then\n aura_env.parentFrame = WeakAuras.GetRegion(aura_env.parent)\n end\n \n local frame = aura_env.parentFrame\n \n if frame then\n local cfg = aura_env.config.alpha\n local alpha = cfg.global\n \n if \"BARBER_SHOP_OPEN\" == event then\n alpha = 0\n else\n local class = UnitClassBase(\"player\")\n \n if (IsMounted() and (not cfg.dragonriding_only or (HasBonusActionBar() and (11 == GetBonusBarIndex() or (\"EVOKER\" == class and 7 == GetBonusBarIndex()))))\n or (not cfg.dragonriding_only and \"DRUID\" == class and (3 == GetShapeshiftForm() or 3 == GetShapeshiftFormID()))) then\n \n alpha = min(alpha, cfg.mounted)\n else\n if not UnitAffectingCombat(\"player\") then\n alpha = min(alpha, cfg.ooc)\n end\n \n if UnitExists(\"target\") then\n local isEnemy = UnitCanAttack(\"player\", \"target\") or UnitIsEnemy(\"player\", \"target\")\n \n if (not isEnemy and cfg.ignore_friendly) or (isEnemy and cfg.ignore_enemy) then\n alpha = cfg.global\n end\n end\n end\n end\n \n frame:SetAlpha(alpha / 100)\n \n return true\n end\n \n return false\nend", ["spellIds"] = { }, ["custom_type"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["events"] = "PLAYER_ENTERING_WORLD,PLAYER_REGEN_ENABLED,PLAYER_REGEN_DISABLED,PLAYER_TARGET_CHANGED,PLAYER_ALIVE,PLAYER_DEAD,PLAYER_UNGHOST,BARBER_SHOP_OPEN,BARBER_SHOP_CLOSE,OPTIONS,PLAYER_MOUNT_DISPLAY_CHANGED,UPDATE_BONUS_ACTIONBAR,UPDATE_SHAPESHIFT_FORM", ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["events"] = "STATUS", ["custom_type"] = "status", ["check"] = "event", ["custom"] = "function(event)\n if \"STATUS\" == event then\n aura_env.resources = nil\n \n C_Timer.After(0.05, function()\n WeakAuras.ScanEvents(\"LWA_INIT\")\n end)\n end\nend", ["custom_hide"] = "timed", ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "TOP", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 99.999969482422, ["load"] = { ["use_class"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 0, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Luxthos - Evoker", ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["uid"] = "XqrabAnYj2f", ["color"] = { 0, 0, 0, 0, }, ["icon"] = true, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "General Options - LWA - Evoker", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["width"] = 404.99993896484, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["config"] = { ["core"] = { ["width"] = 32, ["margin"] = 0, ["spacing"] = 3, ["height"] = 28, ["resources_position"] = 1, ["nb_max"] = 8, ["nb_min"] = 5, }, ["style"] = { ["border_size"] = 1, ["border_icons"] = true, ["border_color"] = { 0, 0, 0, 1, }, ["border_resources"] = true, ["zoom"] = 30, }, ["maintenance"] = { ["height"] = 36, ["spacing"] = 3, ["margin"] = 10, ["width"] = 36, }, ["top"] = { ["height"] = 38, ["spacing"] = 3, ["margin"] = 10, ["width"] = 38, }, ["side"] = { ["grow_direction"] = 1, ["height"] = 38, ["spacing"] = 3, ["margin"] = 3, ["width"] = 38, }, ["resources"] = { ["cast_bar"] = { ["emp_gradient"] = 1, ["emp_color1"] = { 1, 1, 1, 0.90000000596046, }, ["emp_color2"] = { 1, 1, 1, 1, }, ["unint_color1"] = { 0.52549019607843, 0.52549019607843, 0.52549019607843, 0.90000000596046, }, ["color1"] = { 0.52941176470588, 0.090196078431373, 0.090196078431373, 1, }, ["color2"] = { 0.77647058823529, 0.1843137254902, 0.1843137254902, 1, }, ["unint_gradient"] = 1, ["height"] = 20, ["unint_color2"] = { 0.70980392156863, 0.70980392156863, 0.70980392156863, 1, }, ["gradient"] = 1, }, ["health_bar"] = { ["color2"] = { 0.58431375026703, 0.85098046064377, 0.30588236451149, 1, }, ["height"] = 20, ["gradient"] = 1, ["format"] = 5, ["color1"] = { 0.24313727021217, 0.58431375026703, 0.10980392992496, 1, }, }, }, ["alpha"] = { ["mounted"] = 0, ["ooc"] = 100, ["global"] = 100, ["dragonriding_only"] = true, ["ignore_enemy"] = true, ["ignore_friendly"] = true, }, ["utility"] = { ["height"] = 38, ["spacing"] = 3, ["margin"] = 10, ["width"] = 38, }, }, ["inverse"] = false, ["xOffset"] = 0, ["displayIcon"] = 134520, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Blade Dance"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 188499, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Blade Dance", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Blade Dance", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "mfRkSZagUAj", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["07 Meltdown"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { "352589", }, ["auranames"] = { "352394", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["useName"] = true, ["use_exact_spellId"] = false, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellName"] = 0, ["use_spellNames"] = true, ["names"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["use_absorbMode"] = true, ["use_unit"] = true, ["use_track"] = true, ["duration"] = "6", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Meltdown", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "AoFhIsyLZR(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 4038105, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Dimensional Tear"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state\n and aura_env.state.spellId then\n if aura_env.state.spellId == 328448 then\n return \"Hole 1\"\n else\n return \"Hole 2\"\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "328437", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "328468", "328448", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "gIgWVV9m96D", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "04 Dimensional Tear", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "328448", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = { 1, 0.11764705882353, 0, 1, }, ["property"] = "sub.5.glowColor", }, { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "328468", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["08 Fractured Boulder/Debris"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { "335361", }, ["duration"] = "3", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["type"] = "custom", ["subeventSuffix"] = "_AURA_APPLIED", ["useExactSpellId"] = false, ["events"] = "CLEU:SPELL_AURA_APPLIED, REPEAT_TRIGGER_BOULDER", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 331314 then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3.5,\n expirationTime = 3.5 + GetTime(),\n autoHide = true,\n firstSoak = true,\n icon = 135237,\n }\n C_Timer.After(3.5, function() WeakAuras.ScanEvents(\"REPEAT_TRIGGER_BOULDER\", spellID) end)\n return true\n end\n end\n if event == \"REPEAT_TRIGGER_BOULDER\" and ... then\n allstates[...] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 1.5,\n expirationTime = 1.5 + GetTime(),\n autoHide = true,\n secondSoak = true,\n icon = 135242,\n }\n return true\n end\nend", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["check"] = "event", ["unevent"] = "timed", ["useName"] = true, ["customVariables"] = "{\n firstSoak = \"bool\",\n secondSoak = \"bool\",\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2399", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135237, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "eiF8ssEckan", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 Fractured Boulder/Debris", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "firstSoak", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["T28: 10 corner, dispell idiot"] = { ["iconSource"] = -1, ["wagoID"] = "cm0BPRTzU", ["xOffset"] = 50.2216796875, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 340.8889770507813, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/cm0BPRTzU/1", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["auraspellids"] = { "353929", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 1, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "idot! go to Edge call for dispell", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_anchorYOffset"] = -50, ["text_fontSize"] = 39, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64.00001525878906, ["load"] = { ["use_encounterid"] = true, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["parent"] = "SL_Raids", ["config"] = { }, ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["selfPoint"] = "CENTER", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.0", ["tocversion"] = 90105, ["id"] = "T28: 10 corner, dispell idiot", ["zoom"] = 0, ["useCooldownModRate"] = true, ["width"] = 64.00001525878906, ["frameStrata"] = 1, ["uid"] = "GxjU7upxyQO", ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["02 Fiery Meteor Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "404732", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "404732", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "4", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["use_id"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["use_spellId"] = true, ["spellIds"] = { }, ["use_remaining"] = true, ["type"] = "addons", ["useName"] = false, ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "0hIp(jQNTZb", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Meteor in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Fiery Meteor Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Ancient Flame 3"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "375583", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Ancient Flame", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.75294125080109, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "8wGUvxB7o8a", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Ancient Flame 3", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["08 Chain Link"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["useName"] = true, ["type"] = "aura2", ["auraspellids"] = { "335293", }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["events"] = "", ["auranames"] = { "335293", }, ["check"] = "event", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unitCaster", ["text_text_format_name_realm_name"] = "never", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_name_color"] = "class", ["text_text_format_unitCaster_abbreviate_max"] = 8, ["text_text_format_name_format"] = "Unit", ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_unitCaster_realm_name"] = "never", ["text_text_format_unitCaster_format"] = "Unit", ["text_text_format_unitCaster_color"] = "class", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_name_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_automaticWidth"] = "Auto", ["text_text_format_name_abbreviate_max"] = 8, ["text_text_format_unitCaster_abbreviate"] = false, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 463560, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "X9rg3nVsaE7", ["actions"] = { ["start"] = { ["do_message"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.56470588235294, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.56470588235294, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0.56470588235294, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Chain Link", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Scarlet Adaptation Number"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = -47.179460525513, ["displayText"] = "%1.tooltip1/%c", ["yOffset"] = -7.8710927963257, ["displayText_format_1.tooltip2_format"] = "none", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["displayText_format_c_round_type"] = "round", ["selfPoint"] = "BOTTOM", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["font"] = "Accidental Presidency", ["sparkOffsetY"] = 0, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_1.unitCount_format"] = "none", ["shadowXOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "text", ["texture"] = "BantoBar", ["displayText_format_1.maxUnitCount_format"] = "none", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return \"\"..GetSpellBonusDamage(7)*2.254\nend\n\n\n\n\n", ["shadowYOffset"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Scarlet Adaptation", }, ["unit"] = "player", ["use_tooltipValue"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["tooltipValueNumber"] = 1, ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["tooltipValue_operator"] = ">", ["auraspellids"] = { "372470", }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["tooltipValue"] = "1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["parent"] = "ScarletAdaptationText", ["config"] = { }, ["shadowColor"] = { 0, 0, 0, 1, }, ["zoom"] = 0, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 15, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["uid"] = "cqhG21m)Ru)", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 16, ["source"] = "import", ["wordWrap"] = "WordWrap", ["width"] = 200, ["displayText_format_1.tooltip1_format"] = "none", ["displayText_format_p_time_dynamic_threshold"] = 60, ["sparkHidden"] = "NEVER", ["displayText_format_1.tooltip_format"] = "none", ["semver"] = "1.2.18", ["displayText_format_c_format"] = "Number", ["icon_side"] = "RIGHT", ["displayText_format_c_decimal_precision"] = 0, ["displayText_format_s_format"] = "none", ["displayText_format_p_time_precision"] = 1, ["sparkHeight"] = 30, ["internalVersion"] = 75, ["displayText_format_p_time_format"] = 0, ["justify"] = "CENTER", ["anchorPoint"] = "CENTER", ["id"] = "Scarlet Adaptation Number", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_1.tooltip3_format"] = "none", ["sparkRotationMode"] = "AUTO", ["inverse"] = false, ["displayText_format_p_time_mod_rate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["icon"] = false, }, ["07 Earthbreaker Missiles Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " KitID", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 361676, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drop Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 134293, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "c0KHneOaF7P", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Earthbreaker Missiles Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Ray of Anguish Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_unit"] = true, ["events"] = "UNIT_SPELLCAST_START:boss1", ["event"] = "Cast", ["custom"] = "function(allstates, event, _, _, spellID)\n if spellID == 407069 then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 2.5,\n expirationTime = 2.5 + GetTime(),\n autoHide = true,\n } \n return true\n end\nend", ["custom_type"] = "stateupdate", ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "custom", ["check"] = "event", ["use_exact_spellId"] = false, ["unit"] = "player", ["customVariables"] = "{expirationTime = true}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Lasers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236216, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "q)c4NJtezpU", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Ray of Anguish Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Disintegrate"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 356995, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Disintegrate", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "363805", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["charges"] = "1", ["debuffType"] = "HELPFUL", ["useName"] = true, ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["type"] = "spell", ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["unevent"] = "auto", ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 356995, ["use_genericShowOn"] = true, ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 356995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "dR5z2Tb2MnL", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Disintegrate", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["07 Reclamation Form"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 359235, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4254083, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "jZG71JaR4QC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Reclamation Form", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["04 Infused Vulnerabilty (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "362008", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2540", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "3kycPNyiNLf", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Infused Vulnerabilty (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Tormented Crescendo"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Arrow_swoosh.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "387079", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.82745105028152, 0.72156864404678, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [389992] = false, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387079, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Tormented Crescendo", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "SSor(r0kZaG", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["06 Lumbering Slam"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["unit"] = "boss", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["names"] = { }, ["event"] = "Cast", ["useName"] = false, ["spellIds"] = { }, ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_START:boss2:boss3", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 429108\n and WeakAuras.CheckRange(unit, 40, \"<=\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["check"] = "event", ["use_unit"] = true, ["auraspellids"] = { "427137", }, ["useExactSpellId"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 463566, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "ahnoQKmcBHy", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Lumbering Slam", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["08 Soul Reaper (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "362774", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362774", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2546", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4224727, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "NJxsyLKSIwF", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Soul Reaper (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["05 Ashen Devastation Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Debuffs in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "428901", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "cazJTLJhNe6", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Ashen Devastation Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["08 Domination Word: Pain"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "366849", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "tNbs75qmr)E", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Domination Word: Pain", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Soul Spikes (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "346681", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "346690", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "fV33VlfGw7x", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Soul Spikes (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Lashing Wound"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "351180", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { }, ["encounterid"] = "2435", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Lashing Wound", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "4CrcXm6pixz", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Invoke Destiny (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350388", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "351680", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Invoke Destiny (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "J4AH8njBx54", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Spiritbloom Normal"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "376138", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "group", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 367226, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 367226, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115546] = true, [115556] = false, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 367226, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "3OSWhKUgxaP", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Spiritbloom Normal", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = "4622476", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Ancient Flame 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "375583", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 369990, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["authorOptions"] = { }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Ancient Flame 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["uid"] = "HsYHEGPc)PZ", ["inverse"] = false, ["icon"] = true, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Ritual of Ruin"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["use_specific_unit"] = false, ["useGroup_count"] = false, ["names"] = { "Искоренение", }, ["duration"] = "1", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["unit"] = "player", ["spellName"] = 8042, ["debuffType"] = "HELPFUL", ["auraspellids"] = { "387157", }, ["useName"] = false, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "auto", ["buffShowOn"] = "showAlways", ["matchesShowOn"] = "showOnActive", ["event"] = "Cooldown Progress (Spell)", ["useExactSpellId"] = true, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["ownOnly"] = true, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["use_inverse"] = true, ["auranames"] = { "387157", }, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387400] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387157, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Ritual of Ruin", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "U)fkLtBCYBO", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "387157", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Firestorm "] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["remaining"] = "1.5", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["duration"] = "1", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 368847, ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Firestorm", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["use_genericShowOn"] = true, ["ownOnly"] = true, ["names"] = { "На изготовку!", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["names"] = { "На изготовку!", }, ["use_showgcd"] = true, ["remaining"] = "1.5", ["spellName"] = 368847, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = false, ["realSpellName"] = "Firestorm", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Explosive ShotRdy", ["do_custom"] = false, ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 368847, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 0.41176474094391, 0.40000003576279, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["source"] = "import", ["xOffset"] = 0, ["spellName"] = "53351", ["uid"] = "hs5(GqPmQA3", ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["url"] = "https://wago.io/AU9DH6bo7/8", ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["auto"] = false, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Firestorm ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = false, ["duration"] = "", ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = 1, ["translateType"] = "spiralandpulse", ["colorType"] = "custom", ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useCooldownModRate"] = true, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 461115, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["stickyDuration"] = false, }, ["Nether_Portal"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "267217", }, ["duration"] = "15", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_totemType"] = true, ["debuffType"] = "HELPFUL", ["names"] = { "Черная душа: страдание", }, ["type"] = "combatlog", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["ownOnly"] = true, ["unit"] = "player", ["event"] = "Combat Log", ["totemType"] = 1, ["spellIds"] = { 113860, }, ["use_spellId"] = true, ["name"] = "Врата Пустоты", ["use_sourceUnit"] = true, ["unevent"] = "timed", ["use_unit"] = true, ["sourceUnit"] = "player", ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 267217, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Nether Portal", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 267217, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [386689] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 267217, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 2065615, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Nether_Portal", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "mpXuOmd8Jpo", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "14.5", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["10 Night Hunter (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "327796", }, ["unit"] = "group", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["names"] = { }, ["spellIds"] = { }, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["group_countOperator"] = ">", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "327796", }, ["useName"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_dad_format"] = "none", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_text_format_1.unit_color"] = "class", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_format"] = "Unit", ["text_text_format_1.unit_abbreviate"] = false, ["text_text_format_1.unit_realm_name"] = "never", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_daddy_format"] = "none", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_wordWrap"] = "WordWrap", ["rotateText"] = "NONE", ["text_fixedWidth"] = 64, ["text_text_format_tooltip1_format"] = "none", ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "kVMG42hKTT1", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Night Hunter (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Poisonous Javelin Debuff"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["tooltipValueNumber"] = 1, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltipValue"] = false, ["specificUnit"] = "", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "420858", }, ["fetchTooltip"] = false, ["event"] = "Health", ["useExactSpellId"] = true, ["unit"] = "player", ["use_tooltip"] = false, ["spellIds"] = { }, ["auranames"] = { }, ["type"] = "aura2", ["match_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "OUTLINE", ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 62, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_zoneIds"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "1033905", ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "E80n6eJI00W", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n return startX + (progress * (scaleX - startX)), startY + (progress * (scaleY - startY))\nend\n", ["duration_type"] = "seconds", ["colorB"] = 1, ["alphaType"] = "straight", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_scale"] = false, ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["scaleType"] = "straightScale", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["use_color"] = false, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "straightColor", ["translateType"] = "straightTranslate", ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return r1 + (progress * (r2 - r1)), g1 + (progress * (g2 - g1)), b1 + (progress * (b2 - b1)), a1 + (progress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorR"] = 1, ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Poisonous Javelin Debuff", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "poison", }, ["changes"] = { { ["value"] = { 0, 0.58823531866074, 0, 1, }, ["property"] = "sub.4.border_color", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n return ID == 16\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = "Spread", ["property"] = "sub.2.text_text", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["06 Flameclasp Trap"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348456", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Trap", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2430", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.52941176470588, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.52941176470588, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.52941176470588, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Flameclasp Trap", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "pd6yE01ezwz", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 526178, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Shattering Star"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370452", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Shattering Star", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 370452, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 370452, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Shattering Star", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "AtVTdyFiYZM", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450987100601, 0.34117648005486, 0.32941177487373, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["03 High Energy (Kyra)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "177095", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useName"] = false, ["unit"] = "boss", ["names"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "177095", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useName"] = false, ["unit"] = "boss", ["names"] = { }, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Exit Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 35, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 0, 0.015686274509804, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = ">=", ["value"] = "85", ["variable"] = "percentpower", }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "100", ["variable"] = "percentpower", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 High Energy (Kyra)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "MR8TWHNORAO", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2103869, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Wicked Blade (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["duration"] = "4", ["names"] = { }, ["ignoreSelf"] = true, ["group_count"] = "0", ["combineMode"] = "showHighest", ["custom_hide"] = "timed", ["useName"] = false, ["type"] = "custom", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["fetchTooltip"] = false, ["event"] = "Health", ["events"] = "CLEU:SPELL_AURA_APPLIED", ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 333377\n and destGUID ~= WeakAuras.myGUID then\n return true\n end\n end\nend", ["ignoreDead"] = false, ["spellIds"] = { }, ["auranames"] = { }, ["check"] = "event", ["custom_type"] = "event", ["group_countOperator"] = ">", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "333377", }, ["unit"] = "player", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1029718, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "WMbPqSz4BcD", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.003921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Wicked Blade (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "3.9", }, { ["trigger"] = 2, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "2", }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Freehold - Cleave's & Frontal's"] = { ["controlledChildren"] = { "[FH] Brutal Backhand (Frontal)", "[FH] Shell Bounce (Frontal)", "[FH] Goin' Bananas (Cleave)", "[FH] Shark Tornado (Cleave)", "[FH] Blade Barrage (Cleave)", "[FH] Barrel Smash (CLEAVE)", "[FH] Swiftwind Saber (Dodge)", "[FH] Rat Trap (Dodge Trap)", "[FH] Sea Fountain (Get Out)", "[FH] Ground Shatter (Get Out)", "[FH] Azerite Grenade (Get Out)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 2011112, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Freehold - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "VLsSdWhooDh", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Demonic_Gates"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "113942", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 111771, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Demonic Gateway", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 0.3, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 7, ["multi"] = { [7] = true, [15] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 111771, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demonic_Gates", ["parent"] = "Warlock [Utility]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "LxeqzViZFnb", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.2.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["Wrath of Consumption"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "337130", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [387065] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387065, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Wrath of Consumption", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "wNMi8yPXW)n", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["10 Massacre"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "9", ["event"] = "Health", ["unit"] = "player", ["custom_type"] = "event", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_CHANNEL_STOP:boss1", ["check"] = "event", ["custom"] = "function(_, _, _, spellID)\n if spellID == 330042 \n or spellID == 333980\n or spellID == 333979 then\n return true\n end\nend", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3565727", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "BSzX14e)mdY", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Massacre", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["d_obsidian_scales"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 29.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["useCount"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["use_remaining"] = false, ["spellName"] = 363916, ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["duration"] = "1", ["realSpellName"] = "Obsidian Scales", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 642, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["semver"] = "1.2.18", ["stickyDuration"] = false, ["adjustedMin"] = "", ["icon"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 4, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_anchorYOffset"] = -4, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["cooldownEdge"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [392928] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = "", ["source"] = "import", ["selfPoint"] = "CENTER", ["desaturate"] = false, ["config"] = { }, ["parent"] = ".DPSEvoker", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 29, ["useCooldownModRate"] = true, ["authorOptions"] = { }, ["xOffset"] = 92.5, ["cooldownTextDisabled"] = true, ["frameStrata"] = 2, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_obsidian_scales", ["anchorFrameFrame"] = "WeakAuras:Divine_Protection", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["internalVersion"] = 75, ["uid"] = "qRvjdZb3hUW", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Sacrificial_Pact"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "108416", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Темный пакт", }, ["useGroup_count"] = false, ["spellIds"] = { 108416, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["useCount"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["spellName"] = 108416, ["type"] = "spell", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["charges"] = "3", ["count"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["duration"] = "1", ["realSpellName"] = "Dark Pact", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["use_remaining"] = false, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108416, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 9, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 108416, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Utility]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Sacrificial_Pact", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "LK3DzbF8GCK", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Thundering - Party Marks Bar"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "Qit4lVLhD", ["authorOptions"] = { }, ["adjustedMax"] = "", ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["semver"] = "1.0.10", ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/Qit4lVLhD/11", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = true, ["useUnitName"] = false, ["unit"] = "group", ["ignoreSelf"] = false, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["type"] = "aura2", ["auraspellids"] = { "396369", "396364", }, ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["ignoreDead"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["useAffected"] = true, ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "396369", "396364", }, ["unit"] = "player", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1]\nend", ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["iconSource"] = -1, ["xOffset"] = 0, ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["preferToUpdate"] = true, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["version"] = 11, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%1.unit", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_1.affected_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_1.unitName_abbreviate_max"] = 8, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_text_format_1.unit_color"] = "class", ["text_visible"] = true, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_n_format"] = "none", ["text_text_format_1.unit_abbreviate"] = false, ["text_text_format_1.unitName_color"] = "class", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_font"] = "Friz Quadrata TT", ["text_text_format_1.unitName_format"] = "Unit", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_text_format_p_format"] = "timed", ["text_wordWrap"] = "WordWrap", ["text_anchorPoint"] = "INNER_LEFT", ["text_text_format_1.unitName_realm_name"] = "never", ["text_text_format_1.unitName_abbreviate"] = false, ["text_text_format_1.unit_format"] = "Unit", ["text_text_format_1.unit_realm_name"] = "never", ["text_shadowXOffset"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_1.affected_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_shadowXOffset"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_legacy_floor"] = false, }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bg", ["glowScale"] = 1, ["glowLines"] = 12, ["glowBorder"] = false, }, }, ["height"] = 28, ["textureSource"] = "LSM", ["load"] = { ["affixes"] = { ["single"] = 132, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_affixes"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["source"] = "import", ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["uid"] = "VFvSDGMdRR5", ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["config"] = { }, ["anchorFrameParent"] = false, ["texture"] = "Melli", ["parent"] = "Thundering - Party Marks", ["zoom"] = 0.3, ["spark"] = false, ["tocversion"] = 100002, ["id"] = "Thundering - Party Marks Bar", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 240, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["sparkHidden"] = "NEVER", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "396369", }, { ["trigger"] = 2, ["op"] = "==", ["variable"] = "spellId", ["value"] = "396364", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.glow", }, { ["value"] = { 0.45098042488098, 0.62745100259781, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "396364", }, { ["trigger"] = 2, ["op"] = "==", ["variable"] = "spellId", ["value"] = "396369", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.glow", }, { ["value"] = { 1, 0.17254902422428, 0.25098040699959, 1, }, ["property"] = "barColor", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHeight"] = 30, }, ["06 Deconstructing Blast (Tank)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "363681", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2539", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4287471, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "2aihXFbfgJc", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Deconstructing Blast (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Left Side - LWA - Evoker"] = { ["arcLength"] = 360, ["controlledChildren"] = { }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Luxthos - Evoker", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "TOPLEFT", ["grow"] = "CUSTOM", ["authorOptions"] = { }, ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["config"] = { }, ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["sortHybridTable"] = { }, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["stagger"] = 0, ["xOffset"] = -6.103515625e-05, ["version"] = 27, ["subRegions"] = { }, ["fullCircle"] = true, ["rowSpace"] = 1, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["internalVersion"] = 75, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["alpha"] = 1, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n\n if LWA and LWA.GrowLeftSide then\n LWA.GrowLeftSide(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["anchorFrameFrame"] = "WeakAuras:General Options - LWA - Evoker", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 5, ["selfPoint"] = "TOPRIGHT", ["gridType"] = "RD", ["rotation"] = 0, ["anchorFrameParent"] = false, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Left Side - LWA - Evoker", ["borderEdge"] = "Square Full White", ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["stepAngle"] = 15, ["uid"] = "OHPDz)FA2bD", ["sort"] = "none", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["gridWidth"] = 5, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["borderInset"] = 1, }, ["04 Trampled"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "423420", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "fjQMQ8dNH5t", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Trampled", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["08 Blazing Mushroom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "424578", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "67hIwW5ExKP", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Blazing Mushroom", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["02 Fracture Soul"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "350022", }, ["auranames"] = { }, ["duration"] = "2.5", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "combatlog", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Combat Log", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_SUCCESS", ["useName"] = false, ["useExactSpellId"] = true, ["custom_type"] = "event", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Fracture Soul", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "TWD6Bw1vvB)", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 651097, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["d_fly_with_me"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 61.499999745687, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 370665, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Rescue", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 114158, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["single"] = 3, ["multi"] = { [387814] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, }, }, ["use_glyph"] = false, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 29, ["zoom"] = 0.3, ["auto"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_fly_with_me", ["parent"] = ".DPSEvoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -91.5, ["uid"] = ")(M8T7ClWr1", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["{NLTH] Conflagration Battery (DODGE)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372293, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE PUDDLES!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Conflagration Battery (DODGE)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "iqGf9ifz71t", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Smashing Viscera"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "424456", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "S8fqTNncOZl", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Smashing Viscera", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Flamespawn"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "428749", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 841383, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "r4aNdq48Gbw", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Flamespawn", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["02 Immediate Extermination"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "4", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["unit"] = "boss1", ["use_spellIds"] = true, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["type"] = "unit", ["useExactSpellId"] = true, ["names"] = { }, ["spellIds"] = { 348974, }, ["use_absorbMode"] = true, ["use_unit"] = true, ["custom_type"] = "event", ["useName"] = false, ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Phase3.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Immediate Extermination", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "y5b5fZW6Lep", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1029718, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[Academy] Monotone Sleep (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 388392, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Monotone Sleep (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "XIaDeJyY3s9", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Rockbound Vanquisher Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 0.98039215686275, 0.93333333333333, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "181113", }, ["auranames"] = { "339251", }, ["duration"] = "13", ["unit"] = "player", ["use_sourceNpcId"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unevent"] = "timed", ["sourceNpcId"] = "165764", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "combatlog", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Vanquisher", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3601528", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "2Z7PAHOFayd", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Rockbound Vanquisher Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Inquisitor's Gaze"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "388068", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Черная душа: страдание", }, ["useGroup_count"] = false, ["spellIds"] = { 113860, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "388068", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Черная душа: страдание", }, ["useGroup_count"] = false, ["spellIds"] = { 113860, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "60", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_tooltip"] = false, ["names"] = { "Черная душа: страдание", }, ["debuffType"] = "HELPFUL", ["unevent"] = "timed", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["duration"] = "1", ["auranames"] = { "388068", }, ["unit"] = "player", ["spellIds"] = { 113860, }, ["buffShowOn"] = "showOnActive", ["remOperator"] = "<=", ["combineMatches"] = "showLowest", ["useName"] = true, ["useRem"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["WARLOCK"] = true, }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 386344, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Dynamic]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Inquisitor's Gaze", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "egYy8EDfW9V", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["variable"] = "onCooldown", }, { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["property"] = "desaturate", }, { ["value"] = false, ["property"] = "inverse", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["02 Immediate Extermination Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "350022", }, ["auranames"] = { }, ["duration"] = "2.5", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "348969", }, ["fetchTooltip"] = true, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["names"] = { }, ["custom_type"] = "event", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Heal", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Immediate Extermination Dot", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "OJvDAcRgmxr", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 651097, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Focus Target group (Season1)"] = { ["controlledChildren"] = { "[TNO] (Focus)", "[TNO] Second (Focus) (Grey)", "[Academy] (Focus)", "[Academy] (Focus) 2", "[Azure] (Focus)", "[Ruby] (Focus)", "[Ruby] (Focus) 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Older Content", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Focus Target group (Season1)", ["groupIcon"] = 1033497, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "OsIF1k(4L)7", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[Azure] Wachstum (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 375596, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure] Wachstum (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "s5lKPTnQNnt", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["WA Version Check Sanctum (CHECK CUSTOM OPTIONS)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["auranames"] = { }, ["duration"] = "10", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellId"] = "306735", ["type"] = "custom", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_absorbMode"] = true, ["auraspellids"] = { "310611", }, ["event"] = "Chat Message", ["spellIds"] = { }, ["unevent"] = "timed", ["use_spellId"] = true, ["events"] = "READY_CHECK, CHAT_MSG_ADDON, RAID_INSTANCE_WELCOME, WA_DELAYED_PLAYER_ENTERING_WORLD", ["custom"] = "function(event,prefix,text,channel,sender)\n if not aura_env.config.disabled then\n if event == aura_env.dropDownValues[aura_env.config.event] and not aura_env.fired then\n --requests WA version from raid on specified event (custom options)\n if aura_env.myVersion then\n C_ChatInfo.SendAddonMessage(\"CAUSESE_REQUEST\", aura_env.myVersion, \"RAID\")\n end\n end\n if event == \"CHAT_MSG_ADDON\" then\n if sender and prefix and channel and text then\n if prefix == \"CAUSESE_REQUEST\" and channel == \"RAID\" then\n --sends your wa version back to requester if it's higher\n local name, server = UnitFullName(\"player\")\n if name and server and sender ~= name..\"-\"..server then\n local convertedText = tonumber(text)\n if aura_env.myVersion and convertedText and aura_env.myVersion > convertedText then\n local aura_env = aura_env\n C_Timer.After(0.1, function() C_ChatInfo.SendAddonMessage(\"CAUSESE_SEND\", aura_env.myVersion, \"WHISPER\", sender) end)\n end\n end\n end\n if prefix == \"CAUSESE_SEND\" and channel == \"WHISPER\" and not aura_env.fired then\n --display version-diff after comparing all received versions & show popup\n if aura_env.myVersion and UnitInRaid(strsplit(\"-\", sender)) then\n local convertedText = tonumber(text)\n if not aura_env.highestVersion then\n aura_env.highestVersion = convertedText\n local aura_env = aura_env\n C_Timer.After(0.1, function() \n local msg = \"|cFFFF0000Your|r Sanctum of Domination|r|cFFFF0000 weakauras are atleast |r\"..aura_env.highestVersion-aura_env.myVersion..\" versions|cFFFF0000 out of date.|n|nUpdate link: |r\"\n local link = \"https://www.wago.io/slraid2\"\n if aura_env.config.diff <= (aura_env.highestVersion - aura_env.myVersion) then\n StaticPopupDialogs[\"CAUSESE_RAID\"] = {\n text = msg,\n button1 = \"OK\",\n showAlert = true,\n hasEditBox = true,\n editBoxWidth = 250,\n OnShow = function (self, data)\n self.editBox:ClearFocus()\n self.editBox:SetText(link)\n self.editBox:HighlightText()\n self.editBox:SetAutoFocus(false)\n end,\n whileDead = true,\n hideOnEscape = true,\n preferredIndex = 3,\n }\n StaticPopup_Show(\"CAUSESE_RAID\") aura_env.fired = true end \n if aura_env.config.print then print(msg..link) end end)\n elseif aura_env.highestVersion and aura_env.highestVersion < convertedText then\n aura_env.highestVersion = convertedText\n end\n end\n end\n end\n end\n end\nend", ["check"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { ["unit"] = "player", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 80, ["load"] = { ["use_encounter"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["zoneIds"] = "g426", ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["use_combat"] = false, ["encounterid"] = "2344", ["size"] = { ["multi"] = { }, }, }, ["authorOptions"] = { { ["text"] = "This compares your version with others in the raid and lets you know if you're oudated.|n\n\"Disable this permanently\" requires you to uncheck \"Custom Configuration\" when importing updates in the future.|n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "print", ["default"] = true, ["name"] = "Print in chat (only you see it)", ["useDesc"] = false, ["width"] = 1.1, }, { ["type"] = "toggle", ["key"] = "disabled", ["default"] = false, ["name"] = "|cFFFF0000Disable this permanently.|r", ["useDesc"] = false, ["width"] = 0.9, }, { ["type"] = "select", ["values"] = { "Ready Check", "Reload in Raid", "Enter Instance", }, ["default"] = 1, ["name"] = "Look for updates on:", ["useDesc"] = false, ["key"] = "event", ["width"] = 0.65, }, { ["text"] = "Show popup if you're", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 0.7, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 10, ["step"] = 1, ["width"] = 0.2, ["min"] = 1, ["key"] = "diff", ["default"] = 10, ["name"] = "", }, { ["text"] = "versions behind.", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 0.55, }, }, ["useAdjustededMax"] = false, ["selfPoint"] = "CENTER", ["adjustedMin"] = "", ["cooldown"] = false, ["conditions"] = { }, ["adjustedMax"] = "", ["cooldownEdge"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "svDYaWYiOe7", ["actions"] = { ["start"] = { ["do_glow"] = false, ["custom"] = "", ["do_sound"] = true, ["do_custom"] = false, ["sound"] = " custom", }, ["finish"] = { }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"CAUSESE_REQUEST\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"CAUSESE_SEND\")\naura_env.myVersion = WeakAuras.GetData(aura_env.id).version\naura_env.dropDownValues = {\n [1] = \"READY_CHECK\",\n [2] = \"WA_DELAYED_PLAYER_ENTERING_WORLD\",\n [3] = \"RAID_INSTANCE_WELCOME\",\n}", ["do_custom"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "WA Version Check Sanctum (CHECK CUSTOM OPTIONS)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["width"] = 80, ["progressSource"] = { -1, "", }, ["config"] = { ["disabled"] = false, ["event"] = 1, ["diff"] = 10, ["print"] = true, }, ["inverse"] = false, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["displayIcon"] = 136235, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["10 Rage"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "358711", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["use_genericShowOn"] = true, ["specificUnit"] = "boss1", ["match_count"] = "0", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnCooldown", ["debuffType"] = "HARMFUL", ["auraspellids"] = { "358711", }, ["useName"] = false, ["match_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_spellId"] = false, ["event"] = "Cast", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["matchesShowOn"] = "showOnMatches", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["instance_type"] = { }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Rage", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "aCb2N0jnqyC", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["01 Wave of Blood"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = 330711, ["auranames"] = { "345397", }, ["duration"] = "1", ["use_spell"] = false, ["use_specific_unit"] = true, ["use_class"] = false, ["use_sourceNameRealm"] = false, ["debuffType"] = "HARMFUL", ["names"] = { }, ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_absorbMode"] = true, ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["use_destUnit"] = false, ["spell"] = "", ["unit"] = "player", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136147, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "XK7rLObZFs(", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.047058823529412, ["colorB"] = 0, ["scaleType"] = "pulse", ["use_color"] = false, ["easeType"] = "none", ["easeStrength"] = 3, ["scaley"] = 1, ["alpha"] = 0, ["use_scale"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["scaleFunc"] = " function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["colorFunc"] = "", ["rotate"] = 0, ["type"] = "none", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "01 Wave of Blood", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Fiery Brand"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 204021, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Fiery Brand", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Fiery Brand", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "PMfBqvJRfYe", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["[HoI] Belly Slam (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 385531, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Belly Slam (Get Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "uH7fnAaW)P1", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[TNO] Todesblitzsalve (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = false, ["spellNames"] = { 387411, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Todesblitzsalve (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "4Umhct)4ZiH", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Fyr'alath's Mark (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "417443", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Marked", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2677", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "md8LN01I6KR", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Fyr'alath's Mark (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[BHH] Vine Whip (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377559, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Vine Whip (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "ht6W0aGVHwE", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Formless Mass"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350342, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = false, ["matchesShowOn"] = "showOnMissing", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellNames"] = true, ["type"] = "unit", ["useExactSpellId"] = false, ["duration"] = "", ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cast", ["custom_type"] = "event", ["custom_hide"] = "timed", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Formless Mass", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "wCJ8GpSi(a7", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528304, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Soul Spikes Cast On You (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 342425, }, ["auranames"] = { "342425", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["destUnit"] = "player", ["names"] = { }, ["dynamicDuration"] = false, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss", ["debuffType"] = "HARMFUL", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(346762)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(346762) then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["useName"] = true, ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "331209", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["useExactSpellId"] = false, ["type"] = "custom", ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["check"] = "event", ["use_destUnit"] = true, ["unit"] = "boss", ["duration"] = "1", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3259845, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "AmBCopRfDZH", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Soul Spikes Cast On You (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Death Knives"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "356024", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "boss1", ["unit"] = "player", ["genericShowOn"] = "showOnCooldown", ["ignoreAuraNames"] = { "358433", }, ["spellName"] = 0, ["useExactSpellId"] = true, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "358434", "358463", "358499", "358516", }, ["useIgnoreExactSpellId"] = false, ["use_spellId"] = false, ["event"] = "Cast", ["use_genericShowOn"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knives", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Death Knives", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "MOzXwEIUBM(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Call of Ysera"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "373835", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 373834, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Dynamic Effects - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Call of Ysera", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "bbCUHB6yY7e", ["inverse"] = false, ["cooldownEdge"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["01 Echoing Screech"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "336235", }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_unit"] = true, ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["type"] = "unit", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_specific_unit"] = true, ["duration"] = "1", ["spellNames"] = { 342863, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "Dodge Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "136116", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "lmlTKiO95F8", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Echoing Screech", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Time_Stop"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["group_count"] = "1", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["names"] = { }, ["type"] = "aura2", ["spellName"] = 19577, ["unevent"] = "auto", ["duration"] = "1", ["useName"] = true, ["event"] = "Cooldown Progress (Spell)", ["auranames"] = { "378441", }, ["realSpellName"] = "Intimidation", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_track"] = true, ["ownOnly"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 378441, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Stop", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Conter_Shot_Alt", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["use_level"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 378441, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "Pi6CmB25cnX", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Time_Stop", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["05 Smoldering Suffocation"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "421594", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "Ad3H0VRuhN7", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Smoldering Suffocation", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["10 Fatal Finesse"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.isHM then\n return \"Drops Pool\" \n else\n return \"Spread\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "332794", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "332794", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3528309", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "KwUwaEINvAJ", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "10 Fatal Finesse", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local ID = select(3, GetInstanceInfo())\naura_env.isHM = ID == 16 or ID == 15", ["do_custom"] = true, }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n local isHM = ID == 15 or ID == 16\n return isHM\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n local isHM = ID == 15 or ID == 16\n return not isHM\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["08 Shadow Strike (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { }, ["auraspellids"] = { "408160", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "xyNKCCeeJ)J", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Shadow Strike (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Shadowflame Devastation"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 422524, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["event"] = "Cast", ["useName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 5342925, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["uid"] = "(0jOhUf)aNk", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Shadowflame Devastation", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Conflagrate"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["names"] = { "Сверхновая", "Сверхновая", }, ["use_charges"] = false, ["spellName"] = 17962, ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Conflagrate", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "1", ["remOperator"] = ">=", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 17962, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["ownOnly"] = true, ["unit"] = "player", ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "1", ["useExactSpellId"] = true, ["spellName"] = 17962, ["charges_operator"] = ">=", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "387109", }, ["use_showOn"] = true, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["type"] = "aura2", ["realSpellName"] = "Conflagrate", ["use_spellName"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["remOperator"] = ">=", ["names"] = { "Сверхновая", "Сверхновая", }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 17962, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84705889225006, 0.70588237047195, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "RIGHT", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = -3, ["text_font"] = "Expressway", ["text_anchorYOffset"] = -3, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_shadowXOffset"] = 0, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_visible"] = true, }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["single"] = 20, ["multi"] = { [108416] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 840200, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Conflagrate", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "ETiv6E8x4cy", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "charges", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.34117647058824, 0.25098039215686, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["08 Destructive Impact"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["customVariables"] = "", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["duration"] = "1", ["event"] = "Chat Message", ["subeventPrefix"] = "SPELL", ["unevent"] = "timed", ["custom"] = "function(allstates, event, ...)\n --using cleu for performance reasons, bosses have too many debuffs to iterate over\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 331314 then\n local name, icon, count, _, duration, expirationTime = WA_GetUnitAura(\"boss1\", spellID, aura_env.auraType[auraType])\n if name then\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n icon = icon,\n stacks = count,\n autoHide = true,\n }\n return true\n end\n end\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == 331314 then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["spellIds"] = { }, ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["check"] = "event", ["names"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dps", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 796637, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "FSj5YwH4Fs8", ["actions"] = { ["start"] = { ["do_custom"] = true, ["custom"] = "local ID = select(3, GetInstanceInfo())\nif ID ~= 16 then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Avoid.ogg\", \"MASTER\")\nend", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.auraType = {\n [\"BUFF\"] = \"HELPFUL\",\n [\"DEBUFF\"] = \"HARMFUL\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Destructive Impact", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Metamorphosis"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 191427, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Metamorphosis", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Metamorphosis", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "yutHvPQVCsQ", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["09 Stone Fist (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "342425", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "oy(OgK4(pAf", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Stone Fist (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["03 Coiling Flames (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "421207", }, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = true, ["group_count"] = "0", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["unit"] = "group", ["event"] = "GTFO", ["useGroup_count"] = true, ["type"] = "aura2", ["spellIds"] = { }, ["events"] = "", ["auraspellids"] = { }, ["check"] = "event", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useExactSpellId"] = false, ["type"] = "aura2", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["matchesShowOn"] = "showOnMissing", ["event"] = "GTFO", ["names"] = { }, ["auraspellids"] = { }, ["auranames"] = { "421207", }, ["spellIds"] = { }, ["events"] = "", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Split Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_name_format"] = "none", ["text_text_format_n_format"] = "none", ["text_wordWrap"] = "WordWrap", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_text_format_nam_format"] = "none", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_text_format_unit_color"] = "class", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 1387353, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "8pzfuUgO0WB", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Coiling Flames (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "3.1", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "2.1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "1.1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Summon_Demonic_Tyrant"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "265187", }, ["duration"] = "15", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_totemType"] = true, ["debuffType"] = "HELPFUL", ["names"] = { "Черная душа: страдание", }, ["type"] = "combatlog", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["ownOnly"] = true, ["unit"] = "player", ["event"] = "Combat Log", ["totemType"] = 1, ["spellIds"] = { 113860, }, ["use_spellId"] = true, ["name"] = "Призыв демонического тирана", ["use_sourceUnit"] = true, ["unevent"] = "timed", ["use_unit"] = true, ["sourceUnit"] = "player", ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 265187, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Summon Demonic Tyrant", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 265187, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 265187, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 2065628, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Summon_Demonic_Tyrant", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "7CkgL8HwQuP", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "14.5", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Fire Breath Cheaper"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["use_specific_unit"] = false, ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["auraspellids"] = { "382266", }, ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["useName"] = true, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["auranames"] = { "382266", }, ["unevent"] = "timed", ["spellIds"] = { 19574, }, ["useExactSpellId"] = false, ["buffShowOn"] = "showOnActive", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["unit"] = "multi", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 382266, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382266, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["not_spellknown"] = 357208, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_exact_not_spellknown"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["race"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1473] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { [87656] = true, }, }, ["pvptalent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["faction"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["difficulty"] = { ["multi"] = { }, }, ["use_not_spellknown"] = false, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = true, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "8erm1HcwC75", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Fire Breath Cheaper", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["07 Living Flame"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { 422172, }, ["subeventSuffix"] = "_CAST_SUCCESS", ["useExactSpellId"] = false, ["duration"] = "2.4", ["event"] = "Combat Log", ["unit"] = "player", ["useName"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { "421859", }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Collect Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 1, 0.13725490868092, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 135265, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "g1ZIBKi)yKA", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Living Flame", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[FH] Sea Fountain (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 258777, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE PUDDLES!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Sea Fountain (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "mXcNJRwk5qB", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Burn to Ashes"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "387154", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387400] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387154, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Burn to Ashes", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "CSGW5LT7EzW", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["03 Deep Breath (High Energy)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.69803923368454, 0.72156864404678, 0.73333334922791, 1, }, ["desaturate"] = true, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = true, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 4622450, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "70", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["npcId"] = "200918", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Power", ["names"] = { }, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_percentpower"] = true, ["unit"] = "boss", ["use_unit"] = true, ["percentpower"] = { "70", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "200918", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Power", ["names"] = { }, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_percentpower"] = true, ["unit"] = "boss", ["use_unit"] = true, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Beam Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHeight"] = 30, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["id"] = "03 Deep Breath (High Energy)", ["semver"] = "1.0.44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["frameStrata"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["uid"] = "Do6zuvhviE7", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["[VP] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "45935 45477 52019", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[VP] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "XVApw)kEN0F", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[FH] Healing Balm (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 257397, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Healing Balm (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "M3d15AezsO0", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Pieces:T29:Lords of Dread:Among Us - Simple version (Public)"] = { ["iconSource"] = -1, ["authorOptions"] = { }, ["displayText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/qunOnImXX/9", ["actions"] = { ["start"] = { ["glow_color"] = { 1, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_action"] = "show", ["do_glow"] = false, ["do_sound"] = false, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["sound"] = "Interface\\Addons\\PiecesMedia\\soundFiles\\safe.ogg", ["glow_frame_type"] = "UNITFRAME", }, ["finish"] = { ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "--[[ use this macro to vote:\n/script WeakAuras.ScanEvents(\"PIECES_WA_MACRO\", true)\n]]\nC_ChatInfo.RegisterAddonMessagePrefix('PiecesPublic')\naura_env.me = UnitGUID('player')", ["do_custom"] = true, }, }, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desc"] = "pieces.gg\nusage: pick a target and use this macro\n/script WeakAuras.ScanEvents(\"PIECES_WA_MACRO\", true)", ["font"] = "Accidental Presidency", ["load"] = { ["use_encounterid"] = true, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["shadowXOffset"] = 1, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldownTextDisabled"] = false, ["tocversion"] = 90200, ["alpha"] = 1, ["config"] = { }, ["displayIcon"] = 132089, ["outline"] = "OUTLINE", ["wagoID"] = "qunOnImXX", ["parent"] = "SL_Raids", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(s, waEvent,timestamp,event,hideCaster,sourceGUID,sourceName,sourceFlags,sourceRaidFlags,destGUID,destName,destFlags,destRaidFlags,spellID, spellName,spellSchool,auraType,...)\n if waEvent == \"COMBAT_LOG_EVENT_UNFILTERED\" then \n if (event == \"SPELL_AURA_REMOVED\" or event == \"SPELL_AURA_REMOVED\") and spellID == 360516 then -- don't check destGUID in case it doesn't get applied to dead players\n local updated = false\n for k,v in pairs(s) do\n if not updated then updated = true end\n v.show = false\n v.changed = true\n end\n return updated\n elseif event == \"SPELL_AURA_APPLIED\" and spellID == 361502 and destGUID and s[destGUID] then\n s[destGUID].show = false\n s[destGUID].changed = true\n return true\n end\n elseif waEvent == \"CHAT_MSG_ADDON\" and timestamp == \"PiecesPublic\" then -- fast edit to make it work without any extra addon\n if not GetPlayerAuraBySpellID(360418) then return end -- Paranoia, only allow reports during it\n local targetwa,data = strsplit(\";\", event)\n if targetwa ~= \"LORDSSUS\" or not data then return end\n print(\"Voter\",sourceGUID) \n if s[data] then -- check if it already exists, so private wa will work nicely with public version\n if s[data].voters[sourceGUID] then return end\n print(\"Received SUS:\", s[data].targetName, \"From:\", sourceGUID)\n s[data].changed = true\n s[data].votes = s[data].votes + 1\n s[data].voters[sourceGUID] = true\n return true\n end\n for i = 1, GetNumGroupMembers() do\n local unitID = \"raid\"..i\n if UnitGUID(unitID) == data then\n s[data] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 30,\n expirationTime = GetTime()+30,\n votes = 1,\n autoHide = true,\n targetName = UnitName(\"raid\"..i), \n voters = {[sourceGUID] = true},\n unit = unitID,\n }\n return true\n end\n end\n elseif waEvent == \"PIECES_WA_MACRO\" and timestamp then\n local g = UnitGUID('target')\n if not g then return end\n if s[g] and s[g].voters[aura_env.me] then return end\n SendChatMessage(\"SUS: \"..(UnitName('target') or \"\"), \"RAID\")\n C_ChatInfo.SendAddonMessage(\"PiecesPublic\", \"LORDSSUS;\"..g, IsInGroup(LE_PARTY_CATEGORY_INSTANCE) and \"instance_chat\" or IsInRaid() and \"raid\" or \"party\")\n C_ChatInfo.SendAddonMessage(\"BDGG_AMOGUS\", g, \"RAID\") -- Support for Naemesis\n \n end\nend", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, CHAT_MSG_ADDON, PIECES_WA_MACRO", ["check"] = "event", ["unit"] = "player", ["customVariables"] = "{\nvotes = \"number\"\n}", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["displayText_format_estimated_format"] = "none", ["version"] = 9, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%votes", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 36, ["anchorXOffset"] = 0, ["text_text_format_votes_format"] = "none", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["fontSize"] = 33, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["preferToUpdate"] = false, ["fixedWidth"] = 200, ["color"] = { 0.97254901960784, 0.30588235294118, 0.30588235294118, 1, }, ["cooldownEdge"] = false, ["icon"] = true, ["displayText_format_p_time_precision"] = 1, ["wordWrap"] = "WordWrap", ["width"] = 30, ["frameStrata"] = 6, ["justify"] = "LEFT", ["desaturate"] = false, ["id"] = "Pieces:T29:Lords of Dread:Among Us - Simple version (Public)", ["uid"] = "bxOZncs(Yd1", ["useCooldownModRate"] = true, ["anchorFrameType"] = "UNITFRAME", ["semver"] = "1.0.8", ["zoom"] = 0, ["inverse"] = false, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "3", ["variable"] = "votes", }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "UNITFRAME", ["glow_thickness"] = 2, ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_color"] = { 1, 0, 0, 1, }, }, ["property"] = "glowexternal", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, }, ["cooldown"] = false, ["xOffset"] = 0, }, ["Demonic_Strength"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["spellName"] = 267171, ["type"] = "spell", ["names"] = { "Блуждающий дух", }, ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Demonic Strength", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 267171, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [91540] = true, }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132332, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demonic_Strength", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "shbSILUCLVL", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["[UR] Creeping Rot (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 260894, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Creeping Rot (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "H27Uug9Lc0I", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Lesser Spool of Eternal Thread"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 226144, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0, 0.66274511814117, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:226144\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4549267", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = ")ZPGQ5nDlzb", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Lesser Spool of Eternal Thread", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["Pull 2 Text"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["xOffset"] = 2, ["displayText"] = "%c\n", ["customText"] = "function()\n return\n aura_env.config.pullB\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnActive", ["names"] = { }, ["unevent"] = "auto", ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n end\n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["events"] = "WA_ExalityRaidTools ", ["spellIds"] = { }, ["check"] = "event", ["event"] = "Health", ["custom_type"] = "status", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desaturate"] = false, ["discrete_rotation"] = 0, ["font"] = "Boris Black Bloxx", ["version"] = 8, ["displayText_format_c_format"] = "none", ["height"] = 27.999990463257, ["rotate"] = true, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["rotation"] = 0, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 0.8, 0.41176470588235, 0.41176470588235, 0.75, }, ["mirror"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["regionType"] = "text", ["fixedWidth"] = 200, ["blendMode"] = "BLEND", ["yOffset"] = 0, ["preferToUpdate"] = true, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura78", ["selfPoint"] = "CENTER", ["width"] = 53, ["justify"] = "CENTER", ["tocversion"] = 90001, ["id"] = "Pull 2 Text", ["semver"] = "2.0.6", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["uid"] = "dZ7XH1VuCnb", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["parent"] = "RaidTools_WLNO", }, ["11 Rune of Compulsion (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Switch.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["names"] = { }, ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["group_count"] = "0", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "group", ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "366285", }, ["auranames"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useName"] = false, ["useExactSpellId"] = true, ["auraspellids"] = { "366285", }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "MC Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528304, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Z8ExztcvE9r", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Rune of Compulsion (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Landslide 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["unit"] = "multi", ["use_genericShowOn"] = true, ["group_count"] = "1", ["auranames"] = { "358385", }, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_remaining"] = false, ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 109248, ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Binding Shot", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["group_countOperator"] = ">=", ["ownOnly"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 109248, }, }, { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["remaining"] = "3", ["names"] = { }, ["spellName"] = 358385, ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Landslide", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 109248, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Frost_Trap", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 358385, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "EQwIYqfCyNT", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Landslide 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[HoI] Magma Crush (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 374735, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Magma Crush (Get Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "sRE(Vg47hmk", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["11 Chains of Anguish (Side)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound_path"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["auraspellids"] = { "365222", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Side-Chain", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4067363, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "6sdw(SYphYZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Chains of Anguish (Side)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Warlock_PvPT4"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 264106, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 264106, }, ["untrigger"] = { ["spellName"] = 199954, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 4, ["multi"] = { [14] = true, [4] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 264106, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT4", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "lHt(ld3cbVs", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["06 Anima Web"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326538", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Vd4aQAbMla6", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Anima Web", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["08 Shatter"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "407329", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "Ac7kMkOyWsW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Shatter", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Backdraft"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "\n", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_unit"] = true, ["use_tooltip"] = false, ["unit"] = "player", ["matchesShowOn"] = "showAlways", ["use_inverse"] = true, ["auranames"] = { "117828", }, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 117828, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Обратный поток", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["single"] = 1, ["multi"] = { [108416] = true, [389359] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 196406, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236290, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Backdraft", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "o6uJPdPBXZx", ["inverse"] = false, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["04 Catastrophic Slam "] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { "405876", }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["auraspellids"] = { }, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["events"] = "", ["use_spellNames"] = true, ["event"] = "Cast", ["custom_type"] = "stateupdate", ["castType"] = "cast", ["type"] = "unit", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["use_absorbMode"] = true, ["names"] = { }, ["spellNames"] = { 410516, }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "404616", }, ["debuffType"] = "HARMFUL", ["matchesShowOn"] = "showOnMissing", ["useExactSpellId"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1016245, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "EKubGARcI1d", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Catastrophic Slam ", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Flawed Swift Opal"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216639, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216639\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Swift Opal", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "kwnYjrvCqKl", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629709", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["06 Forge Weapon end"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350217", }, ["duration"] = "5.8", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["custom_type"] = "event", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["auraspellids"] = { }, ["spellIds"] = { }, ["use_absorbMode"] = true, ["custom"] = "function(event, _, _, spellID) \n if event == \"UNIT_SPELLCAST_CHANNEL_STOP\"\n and spellID == 355525 then\n aura_env.counter = aura_env.counter + 1\n if aura_env.counter == 2 then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Phase2.ogg\", \"MASTER\")\n elseif aura_env.counter == 3 then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Phase3.ogg\", \"MASTER\")\n end\n return true\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 1\n end\nend", ["events"] = "UNIT_SPELLCAST_CHANNEL_STOP:boss1, ENCOUNTER_START", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.counter = 1", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Forge Weapon end", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "yLsUD4Z9aha", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "4062735", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Frost Blast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348760", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Frost Blast", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "uaWMsqUlwMZ", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["03 Temporal Anomaly"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "407552", }, ["auranames"] = { }, ["duration"] = "3", ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["use_absorbMode"] = true, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["type"] = "event", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Orb Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4630480, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "vwThxtA1m8e", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Temporal Anomaly", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound_path"] = " ", ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["p_temporal_anomaly"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 206.98455810547, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Temporal Anomaly", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["spellName"] = 373861, ["unevent"] = "auto", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 20473, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["level"] = { "34", }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 3, ["multi"] = { [183778] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_glyph"] = false, ["ingroup"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["race"] = { ["multi"] = { }, }, ["spellknown"] = 373861, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_temporal_anomaly", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -109.61627197266, ["uid"] = "PLB1bKH84bC", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Flawed Sustaining Emerald"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216642, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216642\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Sustaining Emerald", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "0tH)znkgP27", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629708", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Chipped Stalwart Pearl"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220367, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220367\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Stalwart Pearl", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "qMlHbsqCPqq", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "237369", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["{TVP] Cloudburst (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 88170, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Cloudburst (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "CTRDCGt6Y4A", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["p_spiritbloom"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 318.89886474609, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 382731, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Spiritbloom", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_spec"] = true, ["race"] = { ["multi"] = { }, }, ["level"] = { "34", }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class_and_spec"] = { ["single"] = 1468, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 3, ["multi"] = { [325966] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_glyph"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 367226, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_spiritbloom", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -110.20532226563, ["uid"] = "MS45fD60gDJ", ["inverse"] = false, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["09 Manifest Shadows"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 361913, }, ["auranames"] = { "364985", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236296, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = ")oD(CUCAPbo", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Manifest Shadows", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Germinating Aura"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "430583", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "dNTFQfDV8aF", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Germinating Aura", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Boneshock's Trackables"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Free Bagspace", "Player Money", "Currencies and Items", }, ["xOffset"] = 20, ["preferToUpdate"] = true, ["yOffset"] = -75.999450683594, ["gridType"] = "RD", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/trackables/112", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["selfPoint"] = "BOTTOM", ["desc"] = "Visit the WeakAuras discord for help and support\nhttps://discord.gg/weakauras", ["stagger"] = 0, ["load"] = { ["use_class"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["animate"] = false, ["customGrow"] = "\n\n", ["scale"] = 1, ["regionType"] = "dynamicgroup", ["hybridSortMode"] = "ascending", ["constantFactor"] = "RADIUS", ["borderOffset"] = 4, ["tocversion"] = 100002, ["alpha"] = 1, ["uid"] = "nBU6FDgt6vF", ["grow"] = "DOWN", ["sortOn"] = "changed", ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "Q8C9D9H3O", ["parent"] = "CommonUI", ["sortHybridTable"] = { ["Currencies and Items"] = false, ["Player Money"] = false, ["Free Bagspace"] = false, }, ["fullCircle"] = true, ["useAnchorPerUnit"] = false, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["useLimit"] = false, ["align"] = "CENTER", ["version"] = 112, ["subRegions"] = { }, ["customSort"] = "function(a, b)\n --ViragDevTool_AddData(a, \"a\")\n --ViragDevTool_AddData(b, \"b\")\n if a.region and a.region.state and a.region.state.expansion \n and b.region and b.region.state and b.region.state.expansion \n then\n --sort Expansion>Priority>Name\n if a.region.state.expansion == b.region.state.expansion then\n --sort by custom sort index\n if a.region.state.priority and b.region.state.priority then\n --sort by name\n if a.region.state.priority == b.region.state.priority\n then\n return a.region.state.name <= b.region.state.name \n else \n return a.region.state.priority <= b.region.state.priority\n end \n end \n \n else --sort by expansion\n return a.region.state.expansion > b.region.state.expansion\n end\n else --sort by groupIndex\n return a.dataIndex <= b.dataIndex\n end\n \nend\n\n\n\n", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["config"] = { }, ["hybridPosition"] = "hybridFirst", ["limit"] = 5, ["borderInset"] = 1, ["stepAngle"] = 15, ["anchorPoint"] = "LEFT", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["groupIcon"] = "4005153", ["anchorPerUnit"] = "CUSTOM", ["semver"] = "7.4.1", ["borderSize"] = 2, ["id"] = "Boneshock's Trackables", ["frameStrata"] = 1, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["rowSpace"] = 1, ["radius"] = 200, ["rotation"] = 0, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["sort"] = "custom", }, ["04 Song of the Dragon"] = { ["texXOffset"] = 0.15, ["wagoID"] = "ZJHwMvFBW", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["stop_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "421031", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = true, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "426390", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showAlways", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["icon"] = true, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["iconInset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["alpha"] = 1, ["iconSource"] = -1, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Icons ", ["config"] = { }, ["authorOptions"] = { }, ["width"] = 80, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 1, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Song of the Dragon", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "PSU(b7ELdGw", ["inverse"] = false, ["url"] = "https://wago.io/dfraid3/47", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "8", }, { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["sound_repeat"] = 1.5, ["sound_type"] = "Loop", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["texYOffset"] = 0.1, }, ["d_shattering_star"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = "Icons", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Shattering Star", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 370452, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Oswald", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 39, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Oswald", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_class"] = true, ["use_zone"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["single"] = 3, ["multi"] = { [325966] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 35, ["frameStrata"] = 4, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_shattering_star", ["color"] = { 1, 1, 1, 1, }, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "SzWtmcOm68o", ["inverse"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["05 Furious Charge "] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, ["useName"] = false, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 418637\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n unit = unit..\"target\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["spellIds"] = { }, ["check"] = "event", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Co-Tank Auras", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2403541, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Furious Charge ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "0FSxGgz87Nj", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["08 Chain Them!"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["useName"] = false, ["type"] = "aura2", ["auraspellids"] = { "342419", "342420", }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["events"] = "", ["auranames"] = { "", }, ["check"] = "event", ["custom_type"] = "stateupdate", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unitCaster", ["text_text_format_name_realm_name"] = "never", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_name_color"] = "class", ["text_text_format_unitCaster_abbreviate_max"] = 8, ["text_text_format_name_format"] = "Unit", ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_unitCaster_realm_name"] = "never", ["text_text_format_unitCaster_format"] = "Unit", ["text_text_format_unitCaster_color"] = "class", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_name_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_automaticWidth"] = "Auto", ["text_text_format_name_abbreviate_max"] = 8, ["text_text_format_unitCaster_abbreviate"] = false, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 463560, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "XjhADqSCTam", ["actions"] = { ["start"] = { ["do_custom"] = true, ["custom"] = "if not IsAddOnLoaded(\"ExRT\") then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Linked.ogg\", \"MASTER\")\nelse\n --plays Melee.ogg/Range.ogg depending on what your partner is. Requires Exorsus Raidtools\n if IsAddOnLoaded(\"ExRT\") \n and VExRT.ExCD2.gnGUIDs\n and aura_env.state\n and aura_env.state.unitCaster then\n local name = GetUnitName(aura_env.state.unitCaster, true)\n local nameToSpec = VExRT.ExCD2.gnGUIDs[name]\n if nameToSpec then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.convert[nameToSpec]..\".ogg\", \"MASTER\")\n end\n end\nend", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.convert = {\n [250] = \"Melee\",\n [251] = \"Melee\",\n [252] = \"Melee\",\n [577] = \"Melee\",\n [581] = \"Melee\",\n [102] = \"Range\",\n [103] = \"Melee\",\n [104] = \"Melee\",\n [105] = \"Range\",\n [253] = \"Range\",\n [254] = \"Range\",\n [255] = \"Melee\",\n [62] = \"Range\",\n [63] = \"Range\",\n [64] = \"Range\",\n [268] = \"Melee\",\n [270] = \"Melee\", --MW Monk classified as melee\n [269] = \"Melee\",\n [65] = \"Melee\", --Holy Paladin classified as melee\n [66] = \"Melee\",\n [70] = \"Melee\",\n [256] = \"Range\",\n [257] = \"Range\",\n [258] = \"Range\",\n [259] = \"Melee\",\n [260] = \"Melee\",\n [261] = \"Melee\",\n [262] = \"Range\",\n [263] = \"Melee\",\n [264] = \"Range\",\n [265] = \"Range\",\n [266] = \"Range\",\n [267] = \"Range\",\n [71] = \"Melee\",\n [72] = \"Melee\",\n [73] = \"Melee\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Chain Them!", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Mystic Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "-26217", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "ej26217", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "6", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["use_id"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["use_spellId"] = true, ["spellIds"] = { }, ["use_remaining"] = true, ["type"] = "addons", ["useName"] = false, ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "Xs3w2oT21mF", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Mystic in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Mystic Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Free Bagspace"] = { ["iconSource"] = 0, ["wagoID"] = "Q8C9D9H3O", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n local text = aura_env.bags.free\n if aura_env.bags.free <= aura_env.config.warning then\n local color = CreateColor(1,0,0,1)\n text = color:WrapTextInColorCode(text)\n end\n \n if aura_env.config.total then\n text = text..\"/\"..aura_env.bags.total\n end\n return text\nend\n\n\n", ["yOffset"] = 290, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/trackables/112", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.bags = {\n total = 0,\n free = 0,\n}\n\nWeakAuras.ScanEvents(\"BONESHOCK_BAG_SLOTS_CURRENCY_INIT\")", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["unit"] = "player", ["custom_hide"] = "custom", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["duration"] = "0", ["custom"] = "function(allstates, e)\n if aura_env.config.disabled then \n allstates[\"\"] = {\n show=false,\n changed=true,\n money = money,\n }\n return true\n end\n \n local slotsTotal,freeSlotsTotal = 0,0;\n for bagID=BACKPACK_CONTAINER, NUM_BAG_SLOTS do\n local slots = C_Container.GetContainerNumSlots(bagID)\n local freeSlots = C_Container.GetContainerNumFreeSlots(bagID)\n slotsTotal = slotsTotal+slots\n freeSlotsTotal = freeSlotsTotal+freeSlots\n end\n aura_env.bags.total = slotsTotal\n aura_env.bags.free = freeSlotsTotal\n allstates[\"\"] = {\n show=true,\n changed=true,\n }\n return true\nend\n\n\n", ["spellIds"] = { }, ["events"] = "BAG_UPDATE, BONESHOCK_BAG_SLOTS_CURRENCY_INIT", ["check"] = "event", ["names"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 112, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_text_format_c2_format"] = "none", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_RIGHT", ["text_text_format_c1_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 20, ["load"] = { ["zoneIds"] = "", ["use_size"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_encounter"] = false, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "scenario", ["multi"] = { ["scenario"] = true, ["none"] = true, }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 133633, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["key"] = "disabled", ["useDesc"] = false, ["name"] = "|cffff0000Disabled|r", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Show/Hide total slots", ["key"] = "total", ["useDesc"] = true, ["name"] = "Show total slots", ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 999, ["step"] = 1, ["width"] = 1, ["min"] = 0, ["key"] = "warning", ["desc"] = "Colors the text in red when you're below this amount of free bag slots.", ["name"] = "Warning when below free slots", ["default"] = 10, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldownEdge"] = false, ["uid"] = "4)JlW1SUCT6", ["icon"] = true, ["width"] = 20, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "7.4.1", ["tocversion"] = 100002, ["id"] = "Free Bagspace", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { ["warning"] = 10, ["disabled"] = true, ["total"] = true, }, ["inverse"] = false, ["parent"] = "Boneshock's Trackables", ["conditions"] = { }, ["cooldown"] = false, ["selfPoint"] = "CENTER", }, ["07 Wrong Moves"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["fetchTooltip"] = false, ["unevent"] = "auto", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["auranames"] = { "330848", }, ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["duration"] = "1", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1392546, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "zW9hzTGKWtW", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Wrong Moves", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Core - LWA - Evoker"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Reversion", "Temporal Anomaly", "Echo (Preservation)", "Dream Breath", "Spiritbloom", "Verdant Embrace (Preservation)", "Dream Flight", "Emerald Communion", "Cauterizing Flame (Preservation)", "Tip the Scales (Preservation)", "Time Dilation", "Stasis", "Rewind", "Pyre", "Disintergrate", "Fire Breath (Devastation)", "Eternity Surge", "Shattering Star", "Firestorm", "Dragonrage", "Deep Breath", "Tip the Scales (Devastation)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "TOP", ["grow"] = "CUSTOM", ["xOffset"] = -6.103515625e-05, ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["config"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["growOn"] = "changed", ["sortHybridTable"] = { ["Rewind"] = false, ["Time Dilation"] = false, ["Eternity Surge"] = false, ["Dream Breath"] = false, ["Tip the Scales (Devastation)"] = false, ["Deep Breath"] = false, ["Dragonrage"] = false, ["Shattering Star"] = false, ["Cauterizing Flame (Preservation)"] = false, ["Firestorm"] = false, ["Spiritbloom"] = false, ["Stasis"] = false, ["Emerald Communion"] = false, ["Fire Breath (Devastation)"] = false, ["Tip the Scales (Preservation)"] = false, ["Disintergrate"] = false, ["Reversion"] = false, ["Echo (Preservation)"] = false, ["Dream Flight"] = false, ["Verdant Embrace (Preservation)"] = false, ["Temporal Anomaly"] = false, ["Pyre"] = false, }, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["rotation"] = 0, ["parent"] = "Luxthos - Evoker", ["version"] = 27, ["subRegions"] = { }, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["internalVersion"] = 75, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["alpha"] = 1, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n\n if LWA and LWA.GrowCore then\n LWA.GrowCore(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["anchorFrameFrame"] = "eakAuras:General Options - LWA - Evoker", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["selfPoint"] = "BOTTOM", ["gridType"] = "RD", ["stagger"] = 0, ["anchorFrameParent"] = false, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Core - LWA - Evoker", ["borderEdge"] = "Square Full White", ["frameStrata"] = 3, ["anchorFrameType"] = "SELECTFRAME", ["stepAngle"] = 15, ["uid"] = "(b6b6pqIX2r", ["limit"] = 5, ["useLimit"] = false, ["gridWidth"] = 5, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["borderInset"] = 1, }, ["Verdant Embrace (Preservation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 360995, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 360995, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Verdant Embrace (Preservation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "r1YKvqF80RF", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Swoop Up 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 0.96470588235294, 0.96470588235294, 0.96470588235294, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "1", ["spellName"] = 370388, ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["remaining_operator"] = ">", ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Swoop Up", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 264265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 370388, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "m6HWPQBwE0N", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Swoop Up 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 3, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["08 Supernova Absorb"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.43137258291245, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 2175503, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorb"] = true, ["use_tooltipValue"] = false, ["absorb_operator"] = { ">", }, ["use_showHealAbsorb"] = false, ["custom_hide"] = "timed", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["fetchTooltip"] = true, ["event"] = "Health", ["use_percentpower"] = false, ["use_showIncomingHeal"] = false, ["use_spellId"] = false, ["check"] = "event", ["use_showAbsorb"] = false, ["tooltipValueNumber"] = 1, ["use_absorbMode"] = true, ["use_deficit"] = false, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["absorb"] = { "0", }, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { }, ["use_maxhealth"] = false, ["absorbMode"] = "OVERLAY_FROM_START", ["custom"] = "function(allstates, event, unit)\n if event == \"UNIT_ABSORB_AMOUNT_CHANGED\" then\n local absorb = UnitGetTotalAbsorbs(unit)\n local state = allstates[\"shield\"]\n if state then\n if absorb <= 0 then\n state.show = false\n else\n state.value = absorb\n end\n state.changed = true\n return true\n else\n if absorb and absorb > 0 then\n allstates[\"shield\"] = {\n show = true,\n changed = true,\n progressType = \"static\",\n total = absorb,\n value = absorb,\n }\n return true\n end\n end\n end\nend", ["events"] = "UNIT_ABSORB_AMOUNT_CHANGED:boss1", ["use_unit"] = true, ["use_exact_spellId"] = false, ["spellIds"] = { }, ["unit"] = "target", ["useExactSpellId"] = false, ["names"] = { }, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%value", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_value_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_fixedWidth"] = 64, ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHidden"] = "NEVER", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["id"] = "08 Supernova Absorb", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["zoom"] = 0.2, ["inverse"] = false, ["uid"] = "uvUal2m0KrF", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon"] = true, }, ["Warlock_PvPT6"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 221703, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 221703, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 221703, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 221703, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT6", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "(5oEIa9cZRv", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["10 Sinister Reflection"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 333979, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["useName"] = true, ["use_absorbMode"] = true, ["subeventSuffix"] = "_SUMMON", ["duration"] = "2", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Bait", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136129, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "lxhomeTPRDZ", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Bait.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Sinister Reflection", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[NL] Rockback Gnasher (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 202181, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] Rockback Gnasher (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "GKSJK1(0p7F", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Sunder Shadow Timer (Tank Only)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "407790", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "407790", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2684", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "qMys7sAXagA", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Knock in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Sunder Shadow Timer (Tank Only)", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Mana Bar (Devastation) - LWA - Evoker"] = { ["overlays"] = { { 0, 0, 0, 0.40000003576279, }, }, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, ["do_message"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"mana_bar_devastation\"", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [3] = true, }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_never"] = true, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["use_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["zoom"] = 0, ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["uid"] = "sPcutea4xVY", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Resources - LWA - Evoker", ["customText"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["names"] = { }, ["unevent"] = "auto", ["use_unit"] = true, ["duration"] = "1", ["use_showCost"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["powertype"] = 0, ["spellIds"] = { }, ["event"] = "Power", ["unit"] = "player", ["use_absorbMode"] = true, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = true, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", ["text_shadowXOffset"] = 1, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = -1, ["text_text_format_1.percentpower_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_anchorYOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, }, ["height"] = 7, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["sparkWidth"] = 10, ["icon_side"] = "RIGHT", ["adjustedMax"] = "", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["configGroup"] = "mana_bar", ["backgroundColor"] = { 0, 0, 0, 0.30000001192093, }, ["semver"] = "1.1.2", ["width"] = 405, ["sparkHidden"] = "NEVER", ["auto"] = true, ["frameStrata"] = 4, ["anchorFrameType"] = "SCREEN", ["id"] = "Mana Bar (Devastation) - LWA - Evoker", ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["icon"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "85", ["variable"] = "percentpower", }, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"high\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["Battle Shout - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["useActualSpec"] = true, ["class"] = { ["DEATHKNIGHT"] = true, ["WARRIOR"] = true, ["ROGUE"] = true, ["PALADIN"] = true, ["DEMONHUNTER"] = true, ["HUNTER"] = true, ["DRUID"] = true, ["MONK"] = true, ["SHAMAN"] = true, }, ["useClass"] = false, ["names"] = { }, ["group_count"] = "100%", ["ignoreInvisible"] = true, ["debuffType"] = "HELPFUL", ["ignoreDead"] = true, ["group_countOperator"] = "<", ["auraspellids"] = { "6673", }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["event"] = "Health", ["useName"] = false, ["ignoreDisconnected"] = true, ["actualSpec"] = { [255] = true, [263] = true, [252] = true, [70] = true, [72] = true, [577] = true, [253] = true, [103] = true, [254] = true, [259] = true, [104] = true, [250] = true, [581] = true, [260] = true, [268] = true, [73] = true, [71] = true, [261] = true, [269] = true, [251] = true, [66] = true, }, ["spellIds"] = { }, ["auranames"] = { "Battle Shout", }, ["type"] = "aura2", ["useUnitName"] = false, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { [73] = true, [71] = true, [72] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_class"] = true, ["unit"] = "group", ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["subeventSuffix"] = "", ["useExactSpellId"] = false, ["unevent"] = "auto", ["classification"] = { }, ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["class"] = "WARRIOR", ["subeventPrefix"] = "", ["use_ignoreDead"] = true, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount/%1.maxUnitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Battle Shout - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "hV51vS5ot3G", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 132333, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["XephUI-StopCastingAugmentation"] = { ["outline"] = "OUTLINE", ["wagoID"] = "XfOM-zvXl", ["xOffset"] = 0, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/XfOM-zvXl/9", ["actions"] = { ["start"] = { ["do_loop"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\PUNCH.ogg", ["do_sound"] = false, }, ["finish"] = { ["stop_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.expirationTime = nil\naura_env.lastEbonMightCast = 0\n\nlocal eruptionCastId = 395160\n\nlocal extenders = {\n [eruptionCastId] = true,\n [408092] = true, -- font upheaval\n [382266] = true, -- font fire breath\n [396286] = true, -- upheaval\n [357208] = true -- fire breath\n}\n\n--- @param id number\n--- @return boolean\naura_env.isExtender = function(id)\n return extenders[id] ~= nil\nend\n\n--- @param id number\n--- @return number\naura_env.getCastTime = function(id)\n if id == eruptionCastId then\n return select(4, GetSpellInfo(id)) / 1000\n end\n \n return GetUnitEmpowerMinHoldTime(\"player\") / 1000\nend\n\n--- @return number\naura_env.getExpirationTime = function()\n for i = 1, 255 do\n local _, _, _, _, _, expirationTime, _, _, _, spellId, _, _, _, _, _ = UnitAura(\"player\", i, \"HELPFUL PLAYER\")\n \n if spellId == 395296 then\n return expirationTime\n end\n end\n \n return 0\nend\n\naura_env.customEventName = \"XEPHUI_AugmentationCastCheck\"\naura_env.nextFrame = nil\n\n--- @param expectedCastEnd number\n--- @param previousExpirationTime number\n--- @param count number\naura_env.queue = function(expectedCastEnd, previousExpirationTime, count)\n if aura_env.nextFrame then\n return\n end\n \n aura_env.nextFrame =\n C_Timer.NewTimer(\n 0,\n function()\n WeakAuras.ScanEvents(aura_env.customEventName, aura_env.id, expectedCastEnd, previousExpirationTime, count)\n end\n )\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["duration"] = "0.3", ["event"] = "Health", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["custom"] = "-- XEPHUI_AugmentationCastCheck, UNIT_SPELLCAST_START:player, UNIT_SPELLCAST_EMPOWER_START:player, UNIT_AURA:player, UNIT_SPELLCAST_SUCCEEDED:player\n--- @param event \"OPTIONS\" | \"STATUS\" | \"XEPHUI_AugmentationCastCheck\" | \"UNIT_SPELLCAST_START\" | \"UNIT_SPELLCAST_EMPOWER_START\" | \"UNIT_AURA\" | \"UNIT_SPELLCAST_SUCCEEDED\"\n--- @return boolean\nfunction (event, ...)\n if event == \"UNIT_SPELLCAST_START\" or event == \"UNIT_SPELLCAST_EMPOWER_START\" then\n local spellId = select(3, ...)\n \n if not aura_env.isExtender(spellId) then\n return false\n end\n \n local now = GetTime()\n \n if aura_env.expirationTime == 0 then\n -- queueing up a spell directly after EM will not have the buff yet\n if now == aura_env.lastEbonMightCast then\n return false\n end\n \n return true\n end\n \n local castTime = aura_env.getCastTime(spellId)\n -- the game does not send refresh events when you extend so we have to\n -- poll for the latest expiration time. luckily, this appears to be cheap\n aura_env.expirationTime = aura_env.getExpirationTime()\n \n local result = now + castTime > aura_env.expirationTime\n \n if result and aura_env.expirationTime - now < 2 then\n -- forward the expected cast end time since between this and the\n -- next check, an aura change may lead to haste changes\n aura_env.queue(now + castTime, aura_env.expirationTime, 1)\n return false\n end\n \n return result\n end\n \n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local spellId = select(3, ...)\n \n if spellId == 395152 then\n aura_env.lastEbonMightCast = GetTime()\n end\n \n return false\n end\n \n if event == \"UNIT_AURA\" then\n aura_env.expirationTime = aura_env.getExpirationTime()\n \n return false\n end\n \n if event == aura_env.customEventName then\n local id, expectedCastEnd, previousExpirationTime, count = ...\n \n if id ~= aura_env.id then\n return false\n end\n \n aura_env.nextFrame = nil\n \n local spellId = select(9, UnitCastingInfo(\"player\")) or select(8, UnitChannelInfo(\"player\"))\n \n if spellId == nil then\n return false\n end\n \n -- cast that triggered the queue may be aborted by now\n if not aura_env.isExtender(spellId) then\n return false\n end\n \n aura_env.expirationTime = aura_env.getExpirationTime()\n \n -- buff faded since then. unlikely but possible\n if aura_env.expirationTime == 0 then\n return true\n end\n \n local now = GetTime()\n local result = expectedCastEnd > aura_env.expirationTime\n \n -- after 5 attempts OR the update indicates we can savely extend\n if count == 5 or not result then\n return result\n end\n \n -- no changes observed, the remaining expirationTime is still within 2s\n if previousExpirationTime == aura_env.expirationTime and aura_env.expirationTime - now < 2 then\n aura_env.queue(expectedCastEnd, previousExpirationTime, count + 1)\n return false\n end\n \n return result\n end\n \n return false\nend", ["spellIds"] = { }, ["names"] = { }, ["events"] = "XEPHUI_AugmentationCastCheck, UNIT_SPELLCAST_START:player, UNIT_SPELLCAST_EMPOWER_START:player, UNIT_AURA:player, UNIT_SPELLCAST_SUCCEEDED:player", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "", }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["font"] = "Oswald", ["version"] = 9, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["class_and_spec"] = { ["single"] = 1473, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 16, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText_format_p_format"] = "timed", ["regionType"] = "text", ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["fixedWidth"] = 200, ["yOffset"] = 0, ["displayText_format_p_time_precision"] = 1, ["displayText"] = "", ["uid"] = "hw)VXWU)NEI", ["authorOptions"] = { }, ["justify"] = "LEFT", ["tocversion"] = 100107, ["id"] = "XephUI-StopCastingAugmentation", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.8", ["config"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["automaticWidth"] = "Auto", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\PUNCH.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { }, ["preferToUpdate"] = false, }, ["05 Warmonger's Shackles Cast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350415, }, ["auranames"] = { "350217", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["use_class"] = false, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["unit"] = "boss1", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["useName"] = false, ["useExactSpellId"] = false, ["event"] = "Cast", ["use_absorbMode"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Chains Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Warmonger's Shackles Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "SUBi9tYdrB9", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132507, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Lava Vortex (Sound Only)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.93725496530533, 0.34901961684227, 0.035294119268656, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["texture"] = "Clean", ["cooldownTextDisabled"] = true, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 133706, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["adjustedMin"] = "", ["cooldownSwipe"] = true, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["customVariables"] = "", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["event"] = "Combat Log", ["use_percentpower"] = false, ["use_unit"] = true, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1, CLEU:SPELL_CAST_START", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_CAST_START\"\n and spellID == 405821 then --searing slam\n C_Timer.After(5.7, function()\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Dodge.ogg\", \"MASTER\")\n end)\n return true\n end\n elseif event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local _, _, spellID = ...\n if spellID == 407706 then --molten blood\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Dodge.ogg\", \"MASTER\")\n end\n end\nend", ["check"] = "event", ["names"] = { }, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "sound only", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["barColor2"] = { 1, 1, 0, 1, }, ["color"] = { 1, 1, 1, 1, }, ["icon_side"] = "LEFT", ["config"] = { }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["width"] = 80, ["semver"] = "1.0.44", ["frameStrata"] = 1, ["id"] = "05 Lava Vortex (Sound Only)", ["sparkHidden"] = "NEVER", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["uid"] = "8CWnq0HVXKo", ["xOffset"] = 0, ["inverse"] = false, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["cooldown"] = true, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", }, ["Dungeon Teleport Buttons"] = { ["iconSource"] = 0, ["wagoID"] = "ta0H8fHbk", ["authorOptions"] = { { ["type"] = "select", ["default"] = 1, ["values"] = { "left", "right", }, ["key"] = "textanchor", ["useDesc"] = false, ["name"] = "Text Anchor", ["width"] = 2, }, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -30, ["anchorPoint"] = "TOPRIGHT", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/ta0H8fHbk/17", ["actions"] = { ["start"] = { ["custom"] = "\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.mapIDtoSpellID = {\n [2] = 131204, -- Jade Serpent\n [165] = 159899, -- SBG\n [168] = 159901, -- Everbloom\n [198] = 424163, -- DHT\n [199] = 424153, -- BRH\n [200] = 393764, -- HoV\n [206] = 410078, -- Nelths Lair\n [210] = 393766, -- CoS\n [244] = 424187, -- Atal'Dazar\n [245] = 410071, -- Freehold\n [248] = 424167, -- Waycrest\n [251] = 410074, -- Underrot\n [399] = 393256, -- Ruby Life Pools\n [400] = 393262, -- Nokhud Offensive\n [401] = 393279, -- Azure Vault\n [402] = 393273, -- Algethar Academy\n [403] = 393222, -- Uldaman\n [404] = 393276, -- Neltharus\n [405] = 393267, -- Brackenhide Hollow\n [406] = 393283, -- Halls of Infusion\n [438] = 410080, -- Vortex Pinnacle\n [456] = 424142, -- THOT\n [463] = 424197, -- DOTI LOWER\n [464] = 424197, -- DOTI UPPER\n \n}\n\naura_env.mapIDtoName = {\n [2] = \"Jade Snek\",\n [165] = \"Free Key\",\n [168] = \"Everbloom\",\n [198] = \"DHT\",\n [199] = \"BRH\",\n [200] = \"HoV\",\n [206] = \"NL\", -- Nelths Lair\n [210] = \"CoS\",\n [244] = \"AD\", -- Atal\n [245] = \"FH\", -- Freehold\n [248] = \"Waycrest\",\n [251] = \"UR\", -- Underrot\n [399] = \"RLP\",\n [400] = \"NO\",\n [401] = \"AV\",\n [402] = \"AA\",\n [403] = \"Uldaman\", -- Uldaman\n [404] = \"Neltharus\", -- Neltharus\n [405] = \"Brokeback Hollow\", -- Brackenhide Hollow\n [406] = \"HoI\", -- Halls of Infusion\n [438] = \"Vortex Pineapple\", -- Vortex Pinnacle\n [456] = \"THOT\",\n [463] = \"DOTI\",\n [464] = \"DOTI\"\n}\n\naura_env.createdButtons = {}\n\naura_env.init = function()\n if InCombatLockdown() then\n return\n end\n \n local shownButtons = 0\n \n for i, mapID in ipairs(C_ChallengeMode.GetMapTable()) do\n \n local mapName = aura_env.mapIDtoName[mapID]\n local spellID = aura_env.mapIDtoSpellID[mapID]\n \n if (mapName and spellID and IsSpellKnown(spellID) and not aura_env.createdButtons[spellID]) then\n local frameName = aura_env.id .. mapID\n \n if not _G[frameName] then\n CreateFrame(\"Button\", frameName, aura_env.region, \"SecureActionButtonTemplate\")\n end\n \n local button = _G[frameName]\n button:SetAttribute(\"type\", \"spell\")\n button:SetAttribute(\"spell\", spellID)\n button:SetAttribute(\"unit\", \"player\")\n button:RegisterForClicks(\"LeftButtonUp\", \"LeftButtonDown\")\n button:SetPoint(\"CENTER\", aura_env.region, \"CENTER\", 0, -shownButtons * (aura_env.region:GetHeight()+2))\n button:SetWidth(aura_env.region:GetWidth())\n button:SetHeight(aura_env.region:GetHeight())\n button:Show()\n \n if not button.tex then\n button.tex = button:CreateTexture()\n end\n button.tex:SetAllPoints(button)\n button.tex:SetTexture(GetSpellTexture(spellID))\n button.tex:Show()\n \n if not button.cd then\n button.cd = CreateFrame(\"Cooldown\", frameName .. \"cd\", button, \"CooldownFrameTemplate\")\n end\n button.cd:SetAllPoints(button)\n \n if not button.text then\n button.text = button:CreateFontString()\n end\n button.text:ClearAllPoints()\n if aura_env.config[\"textanchor\"] == 1 then\n button.text:SetPoint(\"RIGHT\", button, \"LEFT\", -5, 0)\n else\n button.text:SetPoint(\"LEFT\", button, \"RIGHT\", 5, 0)\n end\n button.text:SetFont(\"Fonts\\\\FRIZQT__.TTF\", 12, \"OUTLINE\")\n button.text:SetText(mapName)\n button.text:Show()\n aura_env.createdButtons[spellID] = true\n shownButtons = shownButtons + 1\n end\n \n end\nend\n\naura_env.updateCooldowns = function()\n for i, mapID in ipairs(C_ChallengeMode.GetMapTable()) do\n local spellID = aura_env.mapIDtoSpellID[mapID]\n local frameName = aura_env.id .. mapID \n local button = _G[frameName]\n if button then\n local start, duration = GetSpellCooldown(spellID)\n if duration > 2 then\n button.cd:SetCooldown(start, duration)\n else\n button.cd:SetCooldown(0, 0)\n end\n end\n end\nend\n\n\naura_env.init()\naura_env.updateCooldowns()", ["do_custom"] = true, }, ["finish"] = { ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Conditions", ["use_unit"] = true, ["unit"] = "player", ["use_alwaystrue"] = true, ["events"] = "PLAYER_REGEN_ENABLED", ["subeventPrefix"] = "SPELL", ["check"] = "event", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["events"] = "SPELL_UPDATE_COOLDOWN,CHALLENGE_MODE_COMPLETED", ["custom_type"] = "event", ["custom"] = "function(event)\n if event == \"SPELL_UPDATE_COOLDOWN\" and InCombatLockdown() then return end\n aura_env.updateCooldowns()\nend", ["custom_hide"] = "timed", ["event"] = "Chat Message", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 17, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 32, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["uid"] = "bDLWL3r6pFX", ["cooldownEdge"] = false, ["customAnchor"] = "function()\n if not IsAddOnLoaded(\"Blizzard_ChallengesUI\") then LoadAddOn(\"Blizzard_ChallengesUI\") end\n return ChallengesFrame\nend \n\n", ["progressSource"] = { -1, "", }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["information"] = { }, ["displayIcon"] = 1394890, ["selfPoint"] = "TOPRIGHT", ["xOffset"] = -10, ["width"] = 32, ["alpha"] = 1, ["zoom"] = 0, ["semver"] = "1.0.16", ["tocversion"] = 100200, ["id"] = "Dungeon Teleport Buttons", ["cooldownTextDisabled"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "CUSTOM", ["frameStrata"] = 1, ["config"] = { ["textanchor"] = 1, }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["icon"] = true, }, ["08 Intermission"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Intermission.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "363976", }, ["auranames"] = { "365120", }, ["use_exact_spellId"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["use_cloneId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["duration"] = "9.5", ["auraspellids"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "event", ["ignoreAuraSpellids"] = { }, ["use_specific_unit"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "341221", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "6HEXBphoyuu", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Intermission", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["11 Meteor Cleave"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["names"] = { }, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["auraspellids"] = { "360378", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["ignoreAuraSpellids"] = { }, ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2537", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Meteor Cleave", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "Dq9l7UDcIoz", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 631519, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["05 Humbling Strikes (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "365269", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2544", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "AKlj7TQpZq6", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Humbling Strikes (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Unconscionable Guilt"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "331573", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "p69HokfznYn", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Unconscionable Guilt", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Void Fracture (Collected)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "aura2", ["duration"] = "", ["event"] = "Combat Log", ["names"] = { }, ["auranames"] = { }, ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "404218", }, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "", }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "aura2", ["duration"] = "", ["event"] = "Combat Log", ["names"] = { }, ["auranames"] = { }, ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "401951", }, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Void", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_n_format"] = "none", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "kOXnuQ4sezN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Fracture (Collected)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["01 Controlled Burn (Others)"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["uid"] = "89c2(YzX99q", ["iconSource"] = -1, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "421972", }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["type"] = "aura2", ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "421972", }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Bars ", ["adjustedMax"] = "", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["frameStrata"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 136246, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["zoom"] = 0.2, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Controlled Burn (Others)", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["spark"] = false, ["config"] = { }, ["inverse"] = false, ["sparkHidden"] = "NEVER", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkColor"] = { 1, 1, 1, 1, }, }, ["The Underrot - Cleave's & Frontal's"] = { ["controlledChildren"] = { "[UR] Rotten Bile (Frontal)", "[UR] Schockwave (Frontal)", "[UR] Indigestion (Frontal)", "[UR] Maddening Gaze (Frontal)", "[UR] Vile Expulsion (Frontal)", "[UR] Savage Cleave - (Frontal)", "[UR] Creeping Rot (Frontal)", "[UR] Charge (Frontal)", "[BHH] Sanguine Feast (Get Out)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 2011151, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Underrot - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "2jOInhqVPRj", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["06 Requisitioned"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "360869", }, ["matchesShowOn"] = "showOnMatches", ["unit"] = "player", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["event"] = "Health", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["text_text_format_p_time_precision"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 841383, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "H(z0kyD7i5Y", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Requisitioned", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 The Jailer's Gaze"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["useIgnoreName"] = false, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["auraspellids"] = { "348314", "353636", }, ["useName"] = false, ["useExactSpellId"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Kite Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 The Jailer's Gaze", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "CeMs9G8qB4K", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Exhilarating Burst"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "377102", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 377100, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "rUFg5(2ZsDF", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Exhilarating Burst", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Demon_Command"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Command Demon", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["spellName"] = 119898, ["unevent"] = "auto", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 119898, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 1, ["multi"] = { [17] = true, [18] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 119898, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\ability_warlock_haunt", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Utility]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demon_Command", ["alpha"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "5kBKlK8LEnl", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["07 Reclaim"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useExactSpellId"] = false, ["useName"] = true, ["auranames"] = { "368684", }, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "member", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "boss1", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "9psENlDXltN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Reclaim", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Bloom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "423717", }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "OUTLINE", ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "biksOyFRKFN", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Bloom", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["02 Devouring Blood"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "364522", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip3%% Haste", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "t5FCcQ2dOTw", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Devouring Blood", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Roaring_Blaze"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "8", ["auranames"] = { "265931", "", }, ["matchesShowOn"] = "showOnActive", ["use_showgcd"] = true, ["spellName"] = 48181, ["showClones"] = false, ["useExactSpellId"] = false, ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["unitExists"] = false, ["names"] = { "Черная душа: Страдание", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["charges_operator"] = "==", ["charges"] = "0", ["duration"] = "1", ["auraspellids"] = { "205184", }, ["use_genericShowOn"] = true, ["use_unit"] = true, ["unevent"] = "auto", ["type"] = "aura2", ["realSpellName"] = "Блуждающий дух", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "target", ["remOperator"] = ">=", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { [389359] = true, [389623] = true, }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [91588] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 32388, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 460698, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Roaring_Blaze", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = ")eHPugt6i5d", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["glow_frame"] = "WeakAuras:DS", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Infernal Strike"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 189110, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Infernal Strike", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Infernal Strike", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "l5PiVyd8Q66", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["Chipped Sustaining Emerald"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211109, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211109\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Sustaining Emerald", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "TSIsT4LKHc3", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629523", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[Academy] Crawth (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377034, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Crawth (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "By9Wtzve9JB", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["04 Glyph of Destruction Cast On You (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 342425, }, ["auranames"] = { "342425", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["destUnit"] = "player", ["names"] = { }, ["dynamicDuration"] = false, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss", ["debuffType"] = "HARMFUL", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 325361\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if spellID == 325361 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["useName"] = true, ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "331209", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["useExactSpellId"] = false, ["type"] = "custom", ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["check"] = "event", ["use_destUnit"] = true, ["unit"] = "boss", ["duration"] = "1", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "236219", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "UtIa7sMppP7", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Glyph of Destruction Cast On You (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[FH] Thundering Squall (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 257737, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Thundering Squall (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "2MAfiHd8u9K", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[Ruby[ Tektonischer Schlag (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 372735, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby[ Tektonischer Schlag (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "yf)qNq)NHeq", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Ourosboros"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "387350", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 381921, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "5", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "V4(7SjHN(eN", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Ourosboros", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["09 Flamefall"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["config"] = { }, ["iconSource"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["use_unit"] = true, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, ["npcId"] = "", ["spellNames"] = { 419123, }, ["events"] = "", ["custom_type"] = "stateupdate", ["spellName"] = "", ["castType"] = "cast", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["use_exact_spellId"] = false, ["event"] = "Cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["use_npcId"] = false, ["use_spellName"] = false, ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["check"] = "event", ["names"] = { }, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["parent"] = "Bars ", ["adjustedMax"] = "", ["barColor"] = { 0.88627457618713, 0, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "AoE Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "2FNYNUsFrXL", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["version"] = 47, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 237588, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["zoom"] = 0.2, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Flamefall", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["spark"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["sparkHidden"] = "NEVER", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["alpha"] = 1, }, ["09 Embrace of Nothingness"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "403520", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "30kGlkXN)hj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Embrace of Nothingness", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Mouse Cursor"] = { ["wagoID"] = "ZbjlsgMkp", ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.MainRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.MainRingColor\n aura_env.region:Color(color[1], color[2], color[3], color[4])\nend\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["showClones"] = false, ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showAlways", ["event"] = "Health", ["unit"] = "player", ["custom_hide"] = "custom", ["spellIds"] = { }, ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_type"] = "event", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 1 and (t[1])\nend\n\n\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 100, ["rotate"] = true, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["regionType"] = "texture", ["blendMode"] = "BLEND", ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "1000", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if aura_env.config[\"MainRingClassColor\"] then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n return c.r, c.g, c.b\n end\n \nend", ["rotate"] = 0, ["use_color"] = false, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["xOffset"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["semver"] = "1.2.9", ["tocversion"] = 90200, ["id"] = "Mouse Cursor", ["color"] = { 1, 0.94117653369904, 0.96862751245499, 1, }, ["frameStrata"] = 1, ["width"] = 100, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["uid"] = "Q1VqDPsBIJz", ["alpha"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["discrete_rotation"] = 0, }, ["06 Dragonfire Traps Cast"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "411188", }, ["matchesShowOn"] = "showOnActive", ["use_specific_unit"] = true, ["duration"] = "4", ["match_count"] = "0", ["names"] = { }, ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", ["match_countOperator"] = ">", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["events"] = "", ["event"] = "Spell Cast Succeeded", ["auraspellids"] = { }, ["unit"] = "boss1", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "event", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "405736", }, ["matchesShowOn"] = "showOnActive", ["use_specific_unit"] = true, ["duration"] = "4", ["match_count"] = "0", ["names"] = { }, ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", ["match_countOperator"] = ">", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["events"] = "", ["event"] = "Spell Cast Succeeded", ["auraspellids"] = { }, ["unit"] = "boss1", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "event", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Traps Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135824, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "6PGKwLLp0ly", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Dragonfire Traps Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Trap.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["09 Howling Blizzard"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_exact_spellId"] = false, ["names"] = { }, ["use_specific_unit"] = true, ["combineMode"] = "showHighest", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_debuffClass"] = false, ["match_countOperator"] = ">", ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["use_spellNames"] = true, ["auraspellids"] = { }, ["castType"] = "cast", ["event"] = "Cast", ["spellIds"] = { }, ["unit"] = "boss1", ["use_absorbMode"] = true, ["use_unit"] = true, ["matchesShowOn"] = "showOnMatches", ["spellNames"] = { 354198, }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_mod_rate"] = true, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_justify"] = "CENTER", ["text_text_format_progress_decimal_precision"] = 1, ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "cast", ["variable"] = "castType", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "channel", ["variable"] = "castType", }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Howling Blizzard", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "R9bYWbjnouR", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135833, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Summon_Darkglare"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["use_totemType"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["event"] = "Totem", ["totemType"] = 1, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { 113860, }, ["names"] = { "Черная душа: страдание", }, ["unevent"] = "auto", ["use_absorbMode"] = true, ["use_unit"] = true, ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 205180, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Summon Darkglare", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 205180, }, }, { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "205180", }, ["unevent"] = "timed", ["duration"] = "0.6", ["event"] = "Combat Log", ["use_unit"] = true, ["use_spellId"] = true, ["use_absorbMode"] = true, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 205180, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 1416161, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Summon_Darkglare", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "xkKzeFvReu1", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["09 Necrotic Destruction"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["destUnit"] = "player", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["duration"] = "", ["spellName"] = 0, ["auraspellids"] = { "349805", }, ["spellIds"] = { 352293, }, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["unit"] = "boss", ["event"] = "Cast", ["custom_hide"] = "timed", ["realSpellName"] = 0, ["use_spellName"] = false, ["events"] = "", ["use_spellIds"] = true, ["custom_type"] = "event", ["use_destUnit"] = false, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["auraspellids"] = { "348787", }, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["type"] = "aura2", ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "354289", }, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_stacks_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_text_format_3.s_format"] = "none", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Necrotic Destruction", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "6Lul5lnKeYO", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 537516, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Eradication"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = false, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "196414", }, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "target", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [91501] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 172, ["use_class_and_spec"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Eradication", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "w1UHMk85AYM", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["p_ouroboros"] = { ["modelIsUnit"] = false, ["borderBackdrop"] = "Blizzard Tooltip", ["api"] = false, ["xOffset"] = -148.35992431641, ["preferToUpdate"] = false, ["yOffset"] = 386.51397705078, ["anchorPoint"] = "CENTER", ["model_x"] = 0, ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["stacksOperator"] = ">", ["auranames"] = { "Uróboros", }, ["event"] = "Health", ["unit"] = "player", ["useStacks"] = true, ["stacks"] = "15", ["spellIds"] = { }, ["useName"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["portraitZoom"] = false, ["internalVersion"] = 75, ["model_fileId"] = "2835917", ["model_path"] = "spells/8fx_pvp_ctf_heal_statechest.m2", ["model_st_ty"] = 0, ["anchorFrameType"] = "SCREEN", ["model_st_ry"] = 0, ["rotation"] = 0, ["parent"] = "preservation_evoker", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 75, ["advance"] = false, ["load"] = { ["spec"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["use_class_and_spec"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["model_st_tz"] = 0, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["wagoID"] = "7Kdv1YBIZ", ["source"] = "import", ["authorOptions"] = { }, ["scale"] = 1, ["selfPoint"] = "CENTER", ["border"] = false, ["borderEdge"] = "None", ["regionType"] = "model", ["borderSize"] = 16, ["model_st_us"] = 40, ["uid"] = "pzT1hvlcpgZ", ["model_st_rz"] = 90, ["model_st_rx"] = 90, ["borderOffset"] = 5, ["model_z"] = 0, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_ouroboros", ["model_y"] = 0, ["frameStrata"] = 1, ["width"] = 75, ["borderInset"] = 11, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sequence"] = 1, ["conditions"] = { }, ["information"] = { }, ["model_st_tx"] = 40, }, ["10 Veil of Darkness"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", ["event"] = "Combat Log", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["events"] = "CHAT_MSG_RAID_BOSS_EMOTE, ENCOUNTER_START, CLEU:SPELL_AURA_APPLIED", ["custom"] = "function(allstates, event, ...)\n if event == \"CHAT_MSG_RAID_BOSS_EMOTE\" and ... then\n local text = ...\n if text then\n local spellID = text:match(\"spell:347704\")\n if spellID then\n local timer = aura_env.timers[aura_env.phase]\n if timer then\n allstates[\"veil\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = timer,\n expirationTime = timer + GetTime(),\n autoHide = true,\n phase = aura_env.phase\n }\n return true\n end\n end\n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" then\n if spellID == 350857 then\n aura_env.phase = \"P2\"\n elseif spellID == 357728 then\n aura_env.phase = \"P3\"\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.phase = \"P1\"\n end\nend", ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["spellIds"] = { }, ["unit"] = "player", ["customVariables"] = "{\nphase = \"string\",\n}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.timers = {\n [\"P1\"] = 6.8,\n [\"P2\"] = 4.9,\n [\"P3\"] = 3,\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "P1", ["variable"] = "phase", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "P2", ["variable"] = "phase", }, { ["trigger"] = 1, ["op"] = "==", ["value"] = "P3", ["variable"] = "phase", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n if aura_env.state and (aura_env.state.phase == \"P2\" or aura_env.state.phase == \"P3\") then\n return start + (((math.sin(angle) + 1)/2) * delta)\n end\nend", ["use_alpha"] = true, ["type"] = "custom", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0.5, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "\n\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 1, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Veil of Darkness", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "(zDU4lXktuS", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778226, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Awakened Earth Assignment"] = { ["iconSource"] = -1, ["xOffset"] = 2.4993896484375, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 118.888671875, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/OjbtqM82_/6", ["icon"] = true, ["displayText_format_p_time_mod_rate"] = true, ["keepAspectRatio"] = false, ["wordWrap"] = "WordWrap", ["desaturate"] = false, ["rotation"] = 90, ["font"] = "Friz Quadrata TT", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2639", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["regionType"] = "texture", ["blendMode"] = "ADD", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\offscreen.tga", ["zoom"] = 0, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { ["ratio"] = 1, ["meleeSide"] = 1, ["customRatio"] = false, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["wagoID"] = "OjbtqM82_", ["color"] = { 1, 1, 1, 1, }, ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["custom_hide"] = "timed", ["customVariables"] = "{\nassignment = \"bool\"\n}", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 381253 then\n \n if not aura_env.time or (aura_env.time and timestamp-aura_env.time > 1) then\n aura_env.players = {}\n aura_env.time = timestamp\n aura_env.counter = aura_env.counter + 1\n C_Timer.After(0.1, function() WeakAuras.ScanEvents(\"CAUSESE_TERROS_A\", aura_env.counter) end)\n end\n \n table.insert(aura_env.players, destName)\n \n end\n \n elseif event == \"CAUSESE_TERROS_A\" and ... then\n \n local config = aura_env.config\n local position = aura_env.LSpec.positionTable\n \n if config.meleeSide == 1 then\n table.sort(aura_env.players,\n function(a, b) \n local playerA = WeakAuras.SpecForUnit(a)\n local playerB = WeakAuras.SpecForUnit(b)\n if playerA and playerB then\n return aura_env.order[position[playerA]] < aura_env.order[position[playerB]]\n end\n end)\n else\n table.sort(aura_env.players,\n function(a, b)\n local playerA = WeakAuras.SpecForUnit(a)\n local playerB = WeakAuras.SpecForUnit(b)\n if playerA and playerB then\n return aura_env.order[position[playerA]] > aura_env.order[position[playerB]]\n end\n end)\n end\n \n if config.customRatio then\n --MRT assignments\n local count = ...\n if aura_env.assignments[count] then\n local _, numLeft = unpack(aura_env.assignments[count])\n for index, player in ipairs(aura_env.players) do\n if player == WeakAuras.me then\n \n local spell = C_UnitAuras.GetPlayerAuraBySpellID(381253)\n local flag = tonumber(numLeft) >= index\n allstates[player] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = spell.duration,\n expirationTime = spell.expirationTime,\n autoHide = true,\n assignment = flag,\n name = config.meleeSide == 1 and ((flag and \"LEFT\") or \"RIGHT\") or ((not flag and \"RIGHT\") or \"LEFT\"),\n }\n return true\n end\n end\n end\n else\n --Regular assignments\n local numAssignments = #aura_env.players\n for index, player in ipairs(aura_env.players) do\n if player == WeakAuras.me then\n local numLeft = floor((numAssignments-config.ratio+2)/2)\n local flag = numLeft >= index\n local spell = C_UnitAuras.GetPlayerAuraBySpellID(381253)\n allstates[player] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = spell.duration,\n expirationTime = spell.expirationTime,\n autoHide = true,\n assignment = flag,\n name = config.meleeSide == 1 and ((flag and \"LEFT\") or \"RIGHT\") or ((not flag and \"RIGHT\") or \"LEFT\"),\n }\n return true\n end\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n \n aura_env.counter = 0\n aura_env.time = nil\n aura_env.players = {}\n \n if (IsAddOnLoaded(\"ExRT\") or IsAddOnLoaded(\"MRT\"))\n and VExRT\n and VExRT.Note\n and VExRT.Note.Text1 then\n local note = VExRT.Note.Text1\n local betweenLine = false\n aura_env.assignments = {}\n for line in note:gmatch('[^\\r\\n]+') do\n if strtrim(line) == \"terrosEnd\" then\n betweenLine = false\n end\n if betweenLine then\n table.insert(aura_env.assignments, aura_env.split(line, \":\"))\n end\n if strtrim(line) == \"terrosStart\" then\n betweenLine = true\n end\n end\n end\n end\nend", ["spellIds"] = { }, ["events"] = "CLEU:SPELL_AURA_APPLIED, CAUSESE_TERROS_A, ENCOUNTER_START", ["check"] = "event", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["discrete_rotation"] = 0, ["version"] = 6, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOM", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_nameLeft_format"] = "none", ["text_shadowYOffset"] = -1, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "BOTTOM", ["text_text_format_name_format"] = "none", ["text_text_format_namesds_format"] = "none", ["text_fontSize"] = 32, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 0.027450982481241, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 120, ["rotate"] = true, ["fontSize"] = 20, ["source"] = "import", ["mirror"] = false, ["preferToUpdate"] = false, ["information"] = { ["forceEvents"] = true, }, ["cooldownEdge"] = false, ["displayText_format_ctest_format"] = "none", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "ASSIGNMENT OPTIONS", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Allows you to assign a preferred position for melees", ["type"] = "select", ["values"] = { "LEFT", "RIGHT", }, ["default"] = 1, ["key"] = "meleeSide", ["useDesc"] = true, ["name"] = "Melees", ["width"] = 0.35, }, { ["desc"] = "There will sometimes be an uneven amount of debuff applications.|nTherefore you need to specify if the additional amount of players have to go left or right.", ["type"] = "select", ["values"] = { "More left", "More right", }, ["default"] = 1, ["key"] = "ratio", ["useDesc"] = true, ["name"] = "Ratio", ["width"] = 0.45, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This overrides \"Ratio\" with assignments from MRT.|n|nExample note:|n|nterrosStart|n1:3:2|n2:3:2|n3:3:3|nterrosEnd|n|nExplanation:|n|n1:3:2 means on 1st, 3 left, 2 right.|n2:3:2 means on 2nd, 3 left, 2 right.|n3:3:3 means on 3rd, 3 left, 3 right.|n|nJudging by testing, the amount of applications are:|n5->5->6->6->7->7-8-8-?|n|nIf you want to assign 0 to a certain side on certain occassions then use 1:5:0 for example.", ["key"] = "customRatio", ["useDesc"] = true, ["name"] = "Enable Custom Ratio (MRT)", ["width"] = 2, }, }, ["displayText"] = "testst", ["displayText_format_p_time_precision"] = 1, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.LSpec = LibStub(\"LibSpecialization\")\n\naura_env.order = {\n [\"MELEE\"] = 1,\n [\"RANGED\"] = 2,\n}\n\naura_env.split = function(str, pat)\n local t = {} -- NOTE: use {n = 0} in Lua-5.0\n local fpat = \"(.-)\" .. pat\n local last_end = 1\n local s, e, cap = str:find(fpat, 1)\n while s do\n if s ~= 1 or cap ~= \"\" then\n table.insert(t, cap)\n end\n last_end = e+1\n s, e, cap = str:find(fpat, last_end)\n end\n if last_end <= #str then\n cap = str:sub(last_end)\n table.insert(t, cap)\n end\n return t\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["displayText_format_p_time_legacy_floor"] = false, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.5", ["frameStrata"] = 1, ["id"] = "Awakened Earth Assignment", ["justify"] = "LEFT", ["useCooldownModRate"] = true, ["width"] = 200, ["selfPoint"] = "CENTER", ["displayText_format_c_format"] = "none", ["inverse"] = false, ["cooldownTextDisabled"] = false, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "assignment", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "mirror", }, }, }, }, ["cooldown"] = false, ["uid"] = "cttWEa0ArF4", }, ["Nightshade"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 171315, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 0, 1, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "gQ(ggfaOVLU", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Nightshade", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["01 Shadow Spines "] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "422466", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "j0o16SKc7ZL", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Shadow Spines ", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "5", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[Ruby] Koloss (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372696, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Koloss (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "C2htO2tbCKH", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[BHH] Burst of Decay (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 374544, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Burst of Decay (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "RafzpUvkiPA", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Pull 1 Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sameTexture"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["backgroundColor"] = { 0.73333333333333, 0.39607843137255, 0.094117647058824, 1, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["tocversion"] = 90001, ["alpha"] = 1, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "rJNoy5wRX", ["parent"] = "RaidTools_WLNO", ["customText"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["event"] = "Conditions", ["use_unit"] = true, ["custom_type"] = "status", ["spellIds"] = { }, ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n elseif event == \"GROUP_ROSTER_UPDATE\" and not InCombatLockdown() or event == \"PLAYER_REGEN_ENABLED\" then\n aura_env.applyTimer()\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["names"] = { }, ["check"] = "event", ["events"] = "WA_ExalityRaidTools GROUP_ROSTER_UPDATE PLAYER_REGEN_ENABLED", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["useAdjustedMin"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["discrete_rotation"] = 0, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 20, ["rotate"] = true, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_mini.tga", ["source"] = "import", ["regionType"] = "progresstexture", ["useAdjustedMax"] = false, ["mirror"] = false, ["uid"] = "Ct7gPa7ylNo", ["adjustedMin"] = "", ["crop_x"] = 0.9, ["progressSource"] = { -1, "", }, ["xOffset"] = -37, ["adjustedMax"] = "", ["crop_y"] = 0.8, ["width"] = 31, ["fontSize"] = 12, ["semver"] = "2.0.6", ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "local timerType -- types: DBM, BW, ERT\nlocal timerLengthA = aura_env.config.pullA\nlocal dungeonTimer = false -- change to true/false if you wish to have different timer length for dungeons \nlocal dungeonLength = 3 -- dungeon timer length\nlocal timerNumber = aura_env.config.myEncounter\n\nif timerNumber == 1 then\n timerType = \"BW\"\nelseif timerNumber == 2 then\n timerType = \"DBM\"\nelseif timerNumber == 3 then\n timerType = \"ERT\"\nend\n\n--- DONT TOUCH ANYTHING BELOW THIS ---\nlocal timers = {\n DBM = \"/dbm pull %i\",\n BW = \"/pull %i\",\n ERT = \"/ert pull %i\",\n}\n\nif not EX_PullTimerA then\n local region = aura_env.region\n local frame = CreateFrame(\"Button\", \"EX_PullTimerA\", region, \"SecureActionButtonTemplate\")\n frame:SetAllPoints(region)\n frame:RegisterForClicks(\"AnyUp\", \"AnyDown\")\n \nelse\n EX_PullTimerA:RegisterForClicks(\"AnyUp\", \"AnyDown\")\nend\n\naura_env.determineTimer = function()\n if IsInGroup() and not IsInRaid() and dungeonTimer then\n -- party (dungeon)\n aura_env.pulltimer = string.format(timers[timerType],dungeonLength)\n else\n -- raid or w/e\n aura_env.pulltimer = string.format(timers[timerType],timerLengthA)\n end\n aura_env.cancelpulltimer = string.format(timers[timerType],0)\nend\n\naura_env.applyTimer = function()\n aura_env.determineTimer()\n EX_PullTimerA:SetAttribute(\"type1\",\"macro\")\n EX_PullTimerA:SetAttribute(\"macrotext1\",aura_env.pulltimer)\n EX_PullTimerA:SetAttribute(\"type2\",\"macro\")\n EX_PullTimerA:SetAttribute(\"macrotext2\",aura_env.cancelpulltimer)\nend\naura_env.applyTimer()", ["do_custom"] = true, }, ["finish"] = { }, }, ["id"] = "Pull 1 Background", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_Smooth_Border", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["auraRotation"] = 0, ["color"] = { 0, 0, 0, 0.75, }, ["inverse"] = false, ["compress"] = false, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["foregroundColor"] = { 0.81176470588235, 0.17647058823529, 0.13333333333333, 0.70000001788139, }, }, ["06 Shrapnel Bomb Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s. Bombs\", aura_env.state.count)\n else\n return \"Bombs Inc\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "406725", }, ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["names"] = { }, ["use_genericShowOn"] = true, ["match_count"] = "0", ["duration"] = "2.9", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_spellId"] = true, ["spellName"] = 0, ["event"] = "Spell Cast Succeeded", ["unit"] = "boss1", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "event", ["match_countOperator"] = ">", ["use_absorbMode"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_count._format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_text_format_count_format"] = "none", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_count.Bombs_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%count", ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_matchCount_format"] = "none", ["text_visible"] = false, ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_count_format"] = "none", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 133710, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["icon"] = true, ["width"] = 80, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Shrapnel Bomb Cast", ["adjustedMin"] = "", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "zO7xvdE7JWJ", ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/dfraid2/44", }, ["01 Controlled Burn Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421971, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["spellIds"] = { }, ["auraspellids"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_unit"] = true, ["useExactSpellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Debuffs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 429590, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "lHBSTWgJjqT", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Controlled Burn Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["03 Ember Blast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss, UNIT_SPELLCAST_FAILED:boss, UNIT_SPELLCAST_INTERRUPTED:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, _, spellID) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,_,expirationTime,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and guid\n and aura_env.spellIDs[spellId]\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = expirationTime / 1000 - GetTime(),\n expirationTime = expirationTime / 1000,\n unit = unit,\n autoHide = true,\n }\n return true\n end\n end\n if (\n event == \"UNIT_SPELLCAST_SUCCEEDED\"\n or event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_FAILED\"\n or event == \"UNIT_SPELLCAST_INTERRUPTED\"\n ) \n and unit\n and UnitExists(unit)\n and spellID\n and aura_env.spellIDs[spellID]\n then\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_unit_color"] = "class", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135826, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "SkGhkThzKX(", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [325877] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Ember Blast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Essence 1"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["size"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_never"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 1, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 1", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "lKHApfh2Ib7", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 1", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["Icons "] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "01 Dreadfire Barrage (Tank Only)", "01 Uprooted Agony", "01 Controlled Burn", "01 Controlled Burn Cast", "01 Tortured Scream", "01 Shadowflame Cleave", "01 Pollen Burn", "01 Shadow Spines", "01 Tortured Scream Dot", "01 Ember-Charred", "02 Drenched Blades (Tank Only)", "02 Blistering Spear", "02 Blistering Spear (Others)", "02 Smashing Viscera", "02 Wracking Skewer Cast", "02 Heart Stopper", "02 Wracking Skewer", "02 Vital Rupture", "02 Brutalized", "02 Ruinous End", "02 Flesh Mortification", "03 Molten Venom (Tank Only)", "03 Flood of the Firelands", "03 Coiling Flames", "03 Coiling Flames (Others)", "03 Coiling Eruption", "03 Coiling Eruption (Others)", "04 Agonizing Claws (Tank Only)", "04 Barreling Charge", "04 Barreling Charge (Others)", "04 Emerald Winds", "04 Song of the Dragon Cast", "04 Song of the Dragon", "04 Poisonous Javelin Debuff", "04 Polymorph Bomb + Hungry", "04 Trampled", "04 Relentless Barrage", "04 Noxious Blossom", "05 Furious Charge (You)", "05 Smoldering Suffocation (Tank Only)", "05 Nature's Fury (Tank Only)", "05 Blistering Splinters (Tank Only)", "05 Scorching Roots Cast", "05 Raging Inferno", "05 Falling Embers Cast", "05 Falling Embers", "05 Flash Fire", "05 Fiery Force of Nature", "05 Charred Brambles", "05 Ashen Call", "05 Blazing Thorns", "05 Blazing Coalescence", "05 Dream Fatigue", "05 Ashen Asphyxiation Debuff", "05 Searing Ash", "05 Scorching Bramblethorn", "05 Everlasting Blaze", "06 Ephemeral Flora Dot", "06 Full Bloom", "06 Lumbering Slam", "06 Surging Growth", "06 Verdant Matrix", "06 Verdant Rend", "06 Unravel", "06 Lucid Vulnerability", "07 Searing Aftermath (Tank Only)", "07 Brand of Damnation", "07 Overheated", "07 Flame Waves", "07 Seeking Inferno", "07 Seeking Inferno Debuff", "07 World in Flames Cast", "07 Cauterizing Wound", "07 Brand of Damnation Debuff", "07 Ignited Essence", "07 Living Flame", "07 Lingering Burn", "08 Searing Wrath (Tank Only)", "08 Blazing Mushroom (Tank Only)", "08 Poisonous Mushroom (Tank Only)", "08 Fiery Growth", "08 Mass Entanglement", "08 Fire Beam Cast", "08 Typhoon", "08 Tranquility of Flame", "08 Suppressive Ember", "08 Lingering Cinder", "08 Germinating Aura", "08 Seed of Flame", "08 Fallen Feather", "08 Empowered Feather", "08 Flare Bomb", "09 Infernal Maw (Tank Only)", "09 Fyr'alath's Mark (Tank Only)", "09 Wild Mushrooms Cast (Tank Only)", "09 Apocalypse Roar", "09 Shadowflame Breath", "09 Shadowflame Devastation", "09 Incarnate", "09 Bloom", "09 Aflame", "09 Flamespawn", "09 Shadowflame Eruption", "09 Darkflame Cleave", "09 Exploding Core", "09 Corruption", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 134400, ["anchorPoint"] = "CENTER", ["animate"] = false, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["yOffset"] = 60, ["arcLength"] = 360, ["gridType"] = "RD", ["stagger"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { }, ["space"] = 2, ["sortHybridTable"] = { ["06 Full Bloom"] = false, ["05 Falling Embers Cast"] = false, ["01 Pollen Burn"] = false, ["02 Vital Rupture"] = false, ["06 Lumbering Slam"] = false, ["02 Blistering Spear"] = false, ["06 Verdant Matrix"] = false, ["01 Tortured Scream"] = false, ["01 Dreadfire Barrage (Tank Only)"] = false, ["08 Poisonous Mushroom (Tank Only)"] = false, ["05 Fiery Force of Nature"] = false, ["09 Exploding Core"] = false, ["04 Song of the Dragon"] = false, ["08 Lingering Cinder"] = false, ["02 Wracking Skewer Cast"] = false, ["04 Poisonous Javelin Debuff"] = false, ["01 Uprooted Agony"] = false, ["07 Seeking Inferno Debuff"] = false, ["03 Molten Venom (Tank Only)"] = false, ["03 Coiling Flames"] = false, ["04 Song of the Dragon Cast"] = false, ["08 Fallen Feather"] = false, ["09 Shadowflame Breath"] = false, ["08 Empowered Feather"] = false, ["05 Smoldering Suffocation (Tank Only)"] = false, ["08 Germinating Aura"] = false, ["05 Blazing Thorns"] = false, ["08 Mass Entanglement"] = false, ["06 Verdant Rend"] = false, ["07 Brand of Damnation"] = false, ["07 Searing Aftermath (Tank Only)"] = false, ["05 Furious Charge (You)"] = false, ["05 Dream Fatigue"] = false, ["04 Trampled"] = false, ["05 Blazing Coalescence"] = false, ["01 Shadow Spines"] = false, ["09 Bloom"] = false, ["01 Tortured Scream Dot"] = false, ["02 Blistering Spear (Others)"] = false, ["06 Surging Growth"] = false, ["04 Emerald Winds"] = false, ["02 Smashing Viscera"] = false, ["09 Flamespawn"] = false, ["09 Incarnate"] = false, ["01 Shadowflame Cleave"] = false, ["05 Blistering Splinters (Tank Only)"] = false, ["09 Darkflame Cleave"] = false, ["09 Shadowflame Eruption"] = false, ["05 Nature's Fury (Tank Only)"] = false, ["08 Typhoon"] = false, ["05 Raging Inferno"] = false, ["08 Suppressive Ember"] = false, ["02 Wracking Skewer"] = false, ["04 Noxious Blossom"] = false, ["09 Fyr'alath's Mark (Tank Only)"] = false, ["01 Ember-Charred"] = false, ["07 Flame Waves"] = false, ["09 Aflame"] = false, ["02 Brutalized"] = false, ["08 Fiery Growth"] = false, ["08 Seed of Flame"] = false, ["03 Flood of the Firelands"] = false, ["02 Heart Stopper"] = false, ["01 Controlled Burn Cast"] = false, ["06 Lucid Vulnerability"] = false, ["07 Cauterizing Wound"] = false, ["09 Corruption"] = false, ["05 Charred Brambles"] = false, ["05 Falling Embers"] = false, ["03 Coiling Eruption (Others)"] = false, ["07 Ignited Essence"] = false, ["05 Scorching Bramblethorn"] = false, ["04 Barreling Charge (Others)"] = false, ["05 Everlasting Blaze"] = false, ["05 Flash Fire"] = false, ["03 Coiling Eruption"] = false, ["08 Tranquility of Flame"] = false, ["04 Polymorph Bomb + Hungry"] = false, ["09 Shadowflame Devastation"] = false, ["09 Infernal Maw (Tank Only)"] = false, ["07 Living Flame"] = false, ["07 World in Flames Cast"] = false, ["04 Relentless Barrage"] = false, ["02 Ruinous End"] = false, ["04 Barreling Charge"] = false, ["08 Flare Bomb"] = false, ["03 Coiling Flames (Others)"] = false, ["08 Searing Wrath (Tank Only)"] = false, ["07 Overheated"] = false, ["05 Scorching Roots Cast"] = false, ["06 Ephemeral Flora Dot"] = false, ["08 Blazing Mushroom (Tank Only)"] = false, ["09 Wild Mushrooms Cast (Tank Only)"] = false, ["08 Fire Beam Cast"] = false, ["07 Brand of Damnation Debuff"] = false, ["06 Unravel"] = false, ["05 Ashen Asphyxiation Debuff"] = false, ["04 Agonizing Claws (Tank Only)"] = false, ["07 Lingering Burn"] = false, ["01 Controlled Burn"] = false, ["02 Drenched Blades (Tank Only)"] = false, ["02 Flesh Mortification"] = false, ["05 Searing Ash"] = false, ["05 Ashen Call"] = false, ["07 Seeking Inferno"] = false, ["09 Apocalypse Roar"] = false, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["uid"] = "BBqsBgxMf(H", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["fullCircle"] = true, ["source"] = "import", ["config"] = { }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 6, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Icons ", ["stepAngle"] = 15, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["radius"] = 200, ["borderInset"] = 1, ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["useLimit"] = true, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 260, }, ["11 Martyrdom (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useGroup_count"] = true, ["use_absorbMode"] = true, ["use_unit"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["ignoreSelf"] = false, ["specificUnit"] = "boss1", ["group_count"] = "0", ["useName"] = false, ["custom_type"] = "stateupdate", ["debuffType"] = "BOTH", ["spellIds"] = { }, ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 363893\n and destGUID ~= WeakAuras.myGUID then\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3,\n expirationTime = 3 + GetTime(),\n autoHide = true,\n name = WA_ClassColorName(destName)\n }\n return true\n elseif subEvent == \"SPELL_AURA_REMOVED\"\n and spellID == 363893 then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["auraspellids"] = { }, ["check"] = "event", ["ignoreAuraSpellids"] = { }, ["auranames"] = { }, ["unit"] = "group", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["auraspellids"] = { "362192", }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["useName"] = false, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_fontType"] = "OUTLINE", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_unit_color"] = "class", ["text_text_format_name_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 517163, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "vP9bYXcN2(9", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Martyrdom (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Resources - LWA - Evoker"] = { ["controlledChildren"] = { "Health Bar - LWA - Evoker", "Mana Bar (Preservation) - LWA - Evoker", "Essence - LWA - Evoker", "Hover - LWA - Evoker", "Mana Bar (Devastation) - LWA - Evoker", "Cast Bar - LWA - Evoker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Luxthos - Evoker", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "TOP", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["version"] = 27, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["customAnchor"] = "", ["border"] = false, ["anchorFrameFrame"] = "WeakAuras:General Options - LWA - Evoker", ["regionType"] = "group", ["borderSize"] = 2, ["anchorFrameParent"] = false, ["alpha"] = 1, ["selfPoint"] = "CENTER", ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Resources - LWA - Evoker", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["authorOptions"] = { }, ["borderInset"] = 1, ["config"] = { }, ["uid"] = "iWBDwUXPlQ7", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["borderEdge"] = "Square Full White", }, ["[HoI] Oceanic Breath (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375353, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Oceanic Breath (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "y)C177GKy7q", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["06 Tactical Destruction Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["unit"] = "boss1", ["names"] = { }, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["events"] = "w", ["use_spellNames"] = true, ["useName"] = false, ["castType"] = "cast", ["event"] = "Cast", ["spellIds"] = { }, ["auraspellids"] = { }, ["check"] = "event", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["spellNames"] = { 406678, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Hide Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135597, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "UOXgTAQpsau", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Tactical Destruction Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_custom"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["10 Oribos Portal"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "357102", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["spellName"] = { 0, }, ["useName"] = false, ["auraspellids"] = { }, ["useExactSpellId"] = false, ["unit"] = "target", ["genericShowOn"] = "showOnCooldown", ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["type"] = "combatlog", ["use_track"] = true, ["duration"] = "10", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["useTooltip"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Oribos Portal", ["color"] = { 1, 1, 1, 1, }, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["cooldownEdge"] = false, ["uid"] = "uior4ZOOHqg", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3847779, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Tail Swipe"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Tail Swipe", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 368970, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Tail Swipe", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 368970, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 368970, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Tail Swipe", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "hMYRbw29RB(", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["[Academy] Whirlwind (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 387910, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Whirlwind (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "wnbawb)Zg(T", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Searing Ash"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421323", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "7eTE12VpgjO", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Searing Ash", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Dragonriding UI Speed"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["displayText"] = "Pitch: %p", ["yOffset"] = 8, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/dmui-dragonriding/36", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 0, 0.53333336114883, 0.04313725605607, 1, }, ["desaturate"] = false, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = false, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { }, ["use_dragonriding"] = true, ["difficulty"] = { ["single"] = "timewalking", ["multi"] = { }, }, ["use_spellknown"] = false, ["talent"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spellknown"] = 372610, ["size"] = { ["single"] = "none", ["multi"] = { ["none"] = true, }, }, }, ["shadowXOffset"] = 1, ["smoothProgress"] = true, ["useAdjustededMin"] = true, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "tXs4-ei7t", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "20", ["shadowYOffset"] = -1, ["sparkRotationMode"] = "AUTO", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["custom"] = "function(...)\n return aura_env.trigger1(...)\nend", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.smooth_delta + 0.5, 1, true\nend", ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:player, DMUI_DRAGONRIDING_UPDATE", ["names"] = { }, ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom_type"] = "stateupdate", ["customVariables"] = "{\n value = \"number\",\n delta = \"number\",\n boosting = \"bool\",\n thrill = \"bool\",\n}", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t) return (t[2] or t[3]) and t[4] end", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.74901962280273, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["colorFunc"] = "function(_, r1, g1, b1, a1, r2, g2, b2, a2)\n local progress = 1 - math.min(1, math.max(aura_env.smooth_accel + 0.5, 0))\n if not aura_env.boosting then\n return WeakAuras.GetHSVTransition(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n else\n return r1, g1, b1, a1\n end\nend", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorB"] = 0.015686275437474, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Blizzard UI", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Hide Blizz UI", ["useDesc"] = true, ["key"] = "hideblizz", ["desc"] = "Hides the default Blizzard Dragonriding UI", }, { ["type"] = "header", ["useName"] = true, ["text"] = "Speed", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1.05, ["name"] = "Display Speed Value", ["useDesc"] = true, ["key"] = "speedshow", ["desc"] = "Display speed on bar.", }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Show Units", ["useDesc"] = true, ["key"] = "speedshowunits", ["desc"] = "Whether to display units after speed value.", }, { ["width"] = 1, ["type"] = "select", ["values"] = { "yd/s", "move%", }, ["name"] = "Speed Units", ["useDesc"] = true, ["key"] = "speedunits", ["default"] = 2, ["desc"] = "Format to display speed value in.", }, }, ["information"] = { ["forceEvents"] = false, }, ["zoom"] = 0, ["version"] = 36, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 4, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Blizzard Dialog Gold", ["border_size"] = 12, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 18, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "60", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["text_shadowXOffset"] = 2, ["text_text_format_p_time_precision"] = 1, ["text_text_format_1.speedtext_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_.speedtext_format"] = "none", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 0, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_decimal_precision"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "AR ZhongkaiGBK Medium", ["text_visible"] = true, ["text_anchorYOffset"] = 0.5, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_text_format_p_format"] = "Number", ["text_text"] = "%1.speedtext", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_round_type"] = "floor", }, { ["text_shadowXOffset"] = 2, ["text_text_format_1.speedtext_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 0, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_text_format_p_decimal_precision"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_round_type"] = "floor", ["text_text_format_n_format"] = "none", ["text_text_format_.speedtext_format"] = "none", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_anchorXOffset"] = 1, ["text_font"] = "AR ZhongkaiGBK Medium", ["text_anchorYOffset"] = 0.5, ["text_visible"] = true, ["text_text_format_p_format"] = "Number", ["text_text_format_p_time_precision"] = 1, ["text_anchorPoint"] = "INNER_RIGHT", ["text_text"] = "%1.angle", ["text_text_format_1.angle_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_1.angle_decimal_precision"] = 1, }, }, ["height"] = 16, ["textureSource"] = "LSM", ["orientation"] = "HORIZONTAL", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = true, ["fontSize"] = 12, ["source"] = "import", ["config"] = { ["speedshow"] = true, ["speedshowunits"] = true, ["speedunits"] = 2, ["hideblizz"] = true, }, ["selfPoint"] = "BOTTOM", ["displayText_format_p_time_mod_rate"] = true, ["sparkRotation"] = 0, ["anchorFrameFrame"] = "WeakAuras:Dragonriding UI Pitch", ["width"] = 200, ["preferToUpdate"] = true, ["parent"] = "Dragonriding UI", ["icon_side"] = "RIGHT", ["sparkHidden"] = "NEVER", ["displayText_format_p_time_precision"] = 1, ["sparkHeight"] = 30, ["justify"] = "LEFT", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["semver"] = "3.1.0", ["anchorFrameParent"] = true, ["id"] = "Dragonriding UI Speed", ["adjustedMax"] = "100", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "event", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "if aura_env.reshow then\n EncounterBar:Show()\n aura_env.reshow = false\nend\naura_env.cancelCallback()", ["do_custom"] = true, }, ["init"] = { ["custom"] = "---- Parameters ----\n\nlocal ascentSpell = 372610\nlocal thrillBuff = 377234\nlocal thrillSpeed = 60\nlocal maxSamples = 5\nlocal ascentDuration = 3.5\nlocal ascentBoostMax = 35\nlocal pollRate = 1 / 10\nlocal updatePeriod = 1 / 10\nlocal showSpeed = aura_env.config.speedshow\nlocal hideBlizz = aura_env.config.hideblizz\n\nlocal speedTextTypeAir = aura_env.config.speedtype == 1\nlocal speedTextFormat, speedTextFactor = \"\", 1\nif aura_env.config.speedunits == 1 then\n speedTextFormat = aura_env.config.speedshowunits and \"%.1fyd/s\" or \"%.1f\"\nelse\n speedTextFormat = aura_env.config.speedshowunits and \"%.0f%%\" or \"%.0f\"\n speedTextFactor = 100 / 7\nend\n\n---- Variables ----\n\nlocal active = false\nlocal updateHandle = nil\nlocal ascentStart = 0\nlocal lastX, lastY, lastT = 0, 0, 0\nlocal samples = 0\nlocal skipped = false\nlocal smoothSpeed, lastSpeed = 0, 0, 0\nlocal smoothAccel, lastAccel = 0, 0\n\n---- Localized functions ----\n\nlocal ScanEvents = WeakAuras.ScanEvents\nlocal GetTime = GetTime\nlocal After = C_Timer.After\n\n---- Trigger 1 ----\n\n-- Events:\n-- UNIT_SPELLCAST_SUCCEEDED:player\n-- DMUI_DRAGONRIDING_UPDATE\n\nlocal function setActive(allstates, state)\n active = state\n After(0, function()\n ScanEvents(\"DMUI_DRAGONRIDING_SHOW\", state)\n end)\n \n if active then\n if hideBlizz and EncounterBar:IsVisible() then\n aura_env.reshow = true\n EncounterBar:Hide()\n end\n \n if not updateHandle then\n updateHandle = C_Timer.NewTicker(pollRate, function()\n if active then\n ScanEvents(\"DMUI_DRAGONRIDING_UPDATE\", true)\n end\n end)\n end\n \n if not allstates[\"\"] then\n allstates[\"\"] = {\n show = true,\n changed = true,\n progressType = \"static\",\n value = 0,\n accel = 0,\n total = 100,\n boosting = false,\n thrill = false,\n speedtext = \"\",\n angle = \"\",\n }\n return true\n end\n else\n if updateHandle then\n updateHandle:Cancel()\n updateHandle = nil\n end\n \n if allstates[\"\"] then\n allstates[\"\"].show = false\n allstates[\"\"].changed = true\n return true\n end\n end\nend\n\naura_env.cancelCallback = function()\n if updateHandle then\n updateHandle:Cancel()\n updateHandle = nil\n end\nend\n\naura_env.trigger1 = function(allstates, event, _, newAngle, spellId)\n if event ~= \"DMUI_DRAGONRIDING_UDPATE\" then\n if event == \"OPTIONS\" then\n return setActive(allstates, false)\n end\n \n if event == \"STATUS\" then\n return setActive(allstates, true)\n end\n \n -- Detect ascent boost\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n if spellId == ascentSpell then\n ascentStart = GetTime()\n end\n return false\n end\n end\n \n local time = GetTime()\n \n -- Delta time\n local dt = time - lastT\n if dt < updatePeriod then\n -- Rate limit speed updates!\n return false\n end\n lastT = time\n \n if not allstates or not allstates[\"\"] then return false end\n \n -- Get flying speed\n local isGliding, canGlide, forwardSpeed = C_PlayerInfo.GetGlidingInfo()\n local speed = forwardSpeed\n \n local thrill = C_UnitAuras.GetPlayerAuraBySpellID(thrillBuff)\n local boosting = thrill and time < ascentStart + ascentDuration\n \n -- Compute smooth speed\n samples = math.min(maxSamples, samples + 1)\n local lastWeight = (samples - 1) / samples\n local newWeight = 1 / samples\n smoothSpeed = speed\n local newAccel = smoothSpeed - lastSpeed\n lastSpeed = smoothSpeed\n \n -- Compute smooth acceleration\n smoothAccel = smoothAccel * lastWeight + newAccel * newWeight\n if speed > 63 then\n -- Don't track negative acceleration when boosting\n smoothAccel = max(0, smoothAccel)\n end\n if not IsFlying() then\n smoothAccel = 0 -- Don't track acceleration on ground\n end\n lastAccel = smoothAccel\n WeakAuras.ScanEvents(\"DMUI_DRAGONRIDING_ACCEL\", smoothAccel)\n \n -- Update display variables\n local s = allstates[\"\"]\n s.changed = true\n s.value = smoothSpeed\n s.boosting = boosting\n s.thrill = not not thrill\n if showSpeed then\n s.speedtext = smoothSpeed < 1 and \"\" or string.format(speedTextFormat, smoothSpeed * speedTextFactor)\n end\n \n return true\nend", ["do_custom"] = true, }, }, ["inverse"] = false, ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "boosting", ["value"] = 1, }, ["changes"] = { { ["value"] = { 0, 0.56470590829849, 0.60784316062927, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "thrill", ["value"] = 0, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.76862752437592, 0.38039219379425, 0, 1, }, ["property"] = "barColor", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "med64FuRb0g", }, ["[ULT] Black Arrow (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369573, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Black Arrow (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "bdgu68(LE0v", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Unending Hunger"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 359770, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["use_genericShowOn"] = true, ["use_spellNames"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1778230, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "9Q8t1Cih1go", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Unending Hunger", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Celestial Collapse"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "362275", }, ["auranames"] = { }, ["duration"] = "3", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Combat Log", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Celestial Collapse", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "THEgaGIdrN)", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 512960, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["10 Energy (Singularity)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "", ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["use_class"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_unit"] = true, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["use_debuffClass"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = false, ["use_npcId"] = false, ["use_specific_unit"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "", ["auranames"] = { "363773", }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["type"] = "aura2", ["event"] = "Power", ["use_percentpower"] = false, ["use_npcId"] = false, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["unit"] = "player", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1778225, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "WcFfOKs76aq", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Energy (Singularity)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Academy] Restorer (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 387955, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Restorer (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "rlA2DDXRxD(", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Empowered Feather"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "422509", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "BOTH", ["use_mounted"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_absorbMode"] = true, ["spellName"] = 0, ["event"] = "Conditions", ["auraspellids"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = false, ["names"] = { }, ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Mount Up", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Proc", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 0, 0.89019614458084, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "zTzcXQ4Jfux", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Empowered Feather", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Scorching Bomb"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["names"] = { }, ["use_genericShowOn"] = true, ["unit"] = "boss", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then \n local unit, _, spellID = ...\n if spellID == 401500 then\n allstates[\"bomb\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 1.5,\n expirationTime = 1.5 + GetTime(),\n remaining = 2,\n autoHide = true,\n }\n C_Timer.After(1.5, function() WeakAuras.ScanEvents(\"CAUSESE_BOMB\", \"nilcheck\") end)\n return true\n end\n elseif event == \"CAUSESE_BOMB\" and ... then\n allstates[\"bomb\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 1.5,\n expirationTime = 1.5 + GetTime(),\n remaining = 1,\n autoHide = true,\n }\n return true\n end\nend", ["use_spellName"] = true, ["match_count"] = "0", ["realSpellName"] = 0, ["auraspellids"] = { }, ["spellName"] = 0, ["custom_type"] = "stateupdate", ["type"] = "custom", ["use_absorbHealMode"] = true, ["match_countOperator"] = ">", ["useExactSpellId"] = false, ["matchesShowOn"] = "showOnActive", ["event"] = "Chat Message", ["useName"] = false, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1, CAUSESE_BOMB", ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Bombs", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135819, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "BrACKuvKdKi", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Scorching Bomb", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[TNO] Solongo (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "194315", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 386012, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Solongo (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "s058u8Q9DQw", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["02 Vicious Lunge"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334945", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1033474, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "9qmnBE18sbs", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Vicious Lunge", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Fury of the Ages (Druid, Hunter)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.enrage\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "347490", }, ["use_track"] = true, ["unit"] = "member", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dispel Boss", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["class_and_spec"] = { ["single"] = 105, ["multi"] = { [104] = true, [253] = true, [105] = true, [254] = true, [102] = true, [255] = true, [103] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["use_encounterid"] = true, ["use_class"] = false, ["use_class_and_spec"] = false, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { ["HUNTER"] = true, ["DRUID"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "enrage", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Fury of the Ages (Druid, Hunter)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "RtJAZxTo9HQ", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3731620, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["11 Rune of Compulsion"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\temp\\MC.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "366285", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Mindcontrol", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528304, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "EKAjJ7tRg(H", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Rune of Compulsion", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Stone Fist Cast On You (Tank only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 342425, }, ["auranames"] = { "342425", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["destUnit"] = "player", ["names"] = { }, ["dynamicDuration"] = false, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss", ["debuffType"] = "HARMFUL", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 342425\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if spellID == 342425 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["useName"] = true, ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "331209", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["useExactSpellId"] = false, ["type"] = "custom", ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["check"] = "event", ["use_destUnit"] = true, ["unit"] = "boss", ["duration"] = "1", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136225, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "(XDwskUjUZK", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Stone Fist Cast On You (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Amirdrassil, the Dream’s Hope (wago.io/dfraid3)"] = { ["controlledChildren"] = { "Bars ", "Icons ", "BigWigs / DBM Timers / Texts", "Co-Tank Auras", "Lists (Dynamic)", "RaidFrame Glows (Healers)", "Private Seeking Inferno Anchor (Smolderon, Mythic)", "Private Aura Anchor 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["selfPoint"] = "CENTER", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "VgkANInb)2M", ["borderInset"] = 1, ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["groupIcon"] = "5342929", }, ["Fel Covenant"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "387437", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [387349] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387432, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Fel Covenant", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "kuncCgercBa", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Blessing of the Bronze - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["auranames"] = { "Blessing of the Bronze", }, ["actualSpec"] = { [63] = true, [262] = true, [256] = true, [264] = true, [265] = true, [266] = true, [267] = true, [105] = true, [64] = true, [270] = true, [102] = true, [257] = true, [65] = true, [62] = true, [258] = true, }, ["class"] = { ["PALADIN"] = true, ["WARLOCK"] = true, ["SHAMAN"] = true, ["MAGE"] = true, ["DRUID"] = true, ["MONK"] = true, ["PRIEST"] = true, }, ["useClass"] = false, ["unit"] = "group", ["useUnitName"] = false, ["subeventPrefix"] = "SPELL", ["useActualSpec"] = false, ["group_count"] = "100%", ["debuffType"] = "HELPFUL", ["ignoreInvisible"] = true, ["group_countOperator"] = "<", ["useExactSpellId"] = true, ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["event"] = "Health", ["use_includePets"] = false, ["useGroupRole"] = false, ["ignoreDisconnected"] = true, ["useGroup_count"] = true, ["spellIds"] = { }, ["auraspellids"] = { "381732", "381741", "381746", "381748", "381749", "381750", "381751", "381752", "381753", "381754", "381756", "381757", "381758", }, ["ignoreDead"] = true, ["useNamePattern"] = false, ["fetchRaidMark"] = false, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { ["1467"] = true, ["1468"] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_ignoreSelf"] = false, ["use_hostility"] = false, ["duration"] = "1", ["use_character"] = false, ["use_unit"] = true, ["use_class"] = true, ["specId"] = { }, ["unit"] = "group", ["use_ignoreDead"] = true, ["spellName"] = 0, ["classification"] = { }, ["type"] = "unit", ["genericShowOn"] = "showOnCooldown", ["unevent"] = "auto", ["subeventSuffix"] = "", ["debuffType"] = "HELPFUL", ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["useExactSpellId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "", ["use_track"] = true, ["class"] = "EVOKER", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount/%1.maxUnitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Blessing of the Bronze - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "G2gfzD8JdMn", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 4622448, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["02 Heart Stopper"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "415623", }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "(lYWEGRTdFD", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Heart Stopper", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2.5", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Vote Button"] = { ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = -70, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"AEON_IVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_UVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_E\")\n\nlocal LCG = LibStub(\"LibCustomGlow-1.0\")\n\nAeonAmongUs_MyVotes = AeonAmongUs_MyVotes or {}\naura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\naura_env.addonMessageType = (aura_env.config.debugMode and \"GUILD\") or \"RAID\"\naura_env.isActive = false\n\n\nlocal btn = AeonVoteButton or CreateFrame(\"Button\", \"AeonVoteButton\", aura_env.region, \"UIMenuButtonStretchTemplate\")\nbtn:SetSize(aura_env.config.voteButtonWidth, aura_env.config.voteButtonHeight)\nbtn:SetFrameLevel(999)\nbtn.aura_env = aura_env\nbtn:SetScript(\"OnClick\", function(self, ...)\n local targetGUID = UnitGUID(\"target\")\n if targetGUID and AeonAmongUs_MyVotes[targetGUID] then\n self.aura_env:removeVoteTarget()\n elseif targetGUID and not AeonAmongUs_MyVotes[targetGUID] then\n self.aura_env:voteTarget()\n end\nend)\n\n\naura_env.voteTarget = function(aura_env)\n local targetGUID = UnitGUID(\"target\")\n if targetGUID and not AeonAmongUs_MyVotes[targetGUID] then\n AeonAmongUs_MyVotes[targetGUID] = true\n C_ChatInfo.SendAddonMessage(\"AEON_IVOTE\", targetGUID, aura_env.addonMessageType)\n WeakAuras.ScanEvents(\"AEON_SCAN_STATECHANGE\", \"nil\")\n if (aura_env.config.announceVotes) then\n SendChatMessage(\"I see \" .. UnitName(\"target\"), \"SAY\", \"COMMON\")\n end\n aura_env:render()\n end\nend\n\naura_env.removeVoteTarget = function(aura_env)\n local targetGUID = UnitGUID(\"target\")\n if targetGUID and AeonAmongUs_MyVotes[targetGUID] then\n AeonAmongUs_MyVotes[targetGUID] = nil\n C_ChatInfo.SendAddonMessage(\"AEON_UVOTE\", targetGUID, aura_env.addonMessageType)\n WeakAuras.ScanEvents(\"AEON_SCAN_STATECHANGE\", \"nil\")\n aura_env:render()\n end\nend\n\naura_env.render = function(aura_env)\n if not aura_env.config.showVoteButton then\n AeonVoteButton:Hide()\n return\n end\n \n AeonVoteButton:SetParent(aura_env.region)\n AeonVoteButton:SetPoint(\"CENTER\")\n AeonVoteButton:Show()\n \n local targetGUID = UnitGUID(\"target\")\n \n if not UnitExists(\"target\") then\n if LCG then LCG.ButtonGlow_Stop(AeonVoteButton) end\n AeonVoteButton:SetText(\"Vote\")\n AeonVoteButton:Disable()\n elseif targetGUID and AeonAmongUs_MyVotes[targetGUID] then\n if LCG then LCG.ButtonGlow_Stop(AeonVoteButton) end\n AeonVoteButton:SetText(\"Unvote\")\n AeonVoteButton:Enable()\n else\n if LCG then LCG.ButtonGlow_Start(AeonVoteButton) end\n AeonVoteButton:SetText(\"Vote\")\n AeonVoteButton:Enable()\n end\nend\n\naura_env.activate = function(aura_env)\n if aura_env.isActive then\n return\n end\n \n aura_env.isActive = true\n AeonAmongUs_MyVotes = {}\n aura_env:render()\nend\n\naura_env.deactivate = function(aura_env)\n aura_env.isActive = false\n AeonVoteButton:Hide()\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(event, ...)\n -- Main trigger conditions\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" and spellID == aura_env.spellId then\n aura_env:activate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_DBG_S\" then\n aura_env:activate()\n return true\n end\n end\n \n if event == \"OPTIONS\" then\n aura_env:render()\n end\n \n -- Event listeners\n if not aura_env.isActive then\n return false\n elseif event == \"PLAYER_TARGET_CHANGED\" then\n aura_env:render()\n elseif event == \"IMPOSTER_VOTE\" then\n aura_env:voteTarget()\n elseif event == \"AEON_SCAN_STATECHANGE\" then\n aura_env:render()\n end\nend", ["events"] = "CHAT_MSG_ADDON, PLAYER_TARGET_CHANGED, NAME_PLATE_UNIT_ADDED, NAME_PLATE_UNIT_REMOVED, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, IMPOSTER_VOTE, AEON_SCAN_STATECHANGE", ["check"] = "event", ["unit"] = "player", ["subeventPrefix"] = "", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n aura_env:deactivate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"AEON_DBG_E\" then\n aura_env:deactivate()\n return true\n end\n end\nend", }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 35, ["load"] = { ["use_encounterid"] = true, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["icon"] = true, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/dW5U0N3HP/22", ["selfPoint"] = "CENTER", ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["adjustedMin"] = "", ["parent"] = "Aeon Remnants - Among Us Helper", ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Vote Button", ["color"] = { 1, 1, 1, 0, }, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["uid"] = "6)nOpbDAOTy", ["inverse"] = false, ["xOffset"] = 0, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Maintenance - LWA - Evoker"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Fury of the Aspects", "Source of Magic", "Blessing of the Bronze", "Time of Need", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "BOTTOM", ["grow"] = "CUSTOM", ["xOffset"] = 0, ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["borderInset"] = 1, ["selfPoint"] = "TOP", ["align"] = "CENTER", ["growOn"] = "changed", ["gridType"] = "RD", ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["rotation"] = 0, ["parent"] = "Luxthos - Evoker", ["version"] = 27, ["subRegions"] = { }, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["internalVersion"] = 75, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["alpha"] = 1, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n\n if LWA and LWA.GrowMaintenance then\n LWA.GrowMaintenance(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["anchorFrameFrame"] = "WeakAuras:Utilities - LWA - Evoker", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sortHybridTable"] = { ["Source of Magic"] = false, ["Time of Need"] = false, ["Blessing of the Bronze"] = false, ["Fury of the Aspects"] = false, }, ["stagger"] = 0, ["anchorFrameParent"] = false, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Maintenance - LWA - Evoker", ["borderEdge"] = "Square Full White", ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["stepAngle"] = 15, ["uid"] = "zTDL9)4M22W", ["limit"] = 5, ["useLimit"] = false, ["gridWidth"] = 5, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["config"] = { }, }, ["Nullifying Shroud 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "378464", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 186265, }, ["useGroup_count"] = false, ["names"] = { "Дух черепахи", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = false, ["useCount"] = true, ["use_genericShowOn"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["spellName"] = 378464, ["charges_operator"] = "~=", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Nullifying Shroud", ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 186265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.65098041296005, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 378464, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "wVbwvil4LdF", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Nullifying Shroud 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Shatter"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "346530", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Shatter", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "iKJtcYW42aG", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["04 Stasis Trap"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "326271", }, ["auranames"] = { }, ["duration"] = "4.5", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_SUCCESS", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["unevent"] = "timed", ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Traps", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "613397", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "FABiSlOBX)j", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Trap.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Stasis Trap", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Fractured Soul"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "354004", "350034", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Collect Soul", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Fractured Soul", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "g1h8OTLOnhW", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Spiritbloom"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state.stage then\n return ({ \"I\", \"II\", \"III\", \"IV\" })[aura_env.state.stage]\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 367226, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["ownOnly"] = true, ["use_empowered"] = true, ["use_spellNames"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382731, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 382731, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 367226, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 367226, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["debuffType"] = "HELPFUL", ["ownOnly"] = true, ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.stage_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { [376166] = true, }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 367226, ["size"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["xOffset"] = 0, ["source"] = "import", ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 5, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "cooldownText", }, { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "charged", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["adjustedMax"] = "", ["parent"] = "Core - LWA - Evoker", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "nzvOucOwgu6", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Spiritbloom", ["alpha"] = 1, ["useCooldownModRate"] = true, ["width"] = 48, ["adjustedMin"] = "", ["config"] = { }, ["inverse"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["displayIcon"] = 4622454, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, }, ["04 Glyph of Destruction (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "325236", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "236219", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ZmIwdUqChN4", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Glyph of Destruction (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Blood Shroud"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 328921, }, ["auranames"] = { "336235", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["unevent"] = "auto", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = true, ["event"] = "Cast", ["unit"] = "boss1", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "538040", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Bk5jizjaDuo", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Blood Shroud", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Essence Gathering (4-Pieces)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "409896", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "item", ["itemName"] = 0, ["use_absorbHealMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_equipped"] = true, ["event"] = "Item Set", ["unit"] = "player", ["equipped_operator"] = ">=", ["use_itemSetId"] = true, ["genericShowOn"] = "showOnCooldown", ["use_absorbMode"] = true, ["use_genericShowOn"] = true, ["itemSetId"] = "1543", ["equipped"] = "4", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 48, ["anchorFrameParent"] = false, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["semver"] = "1.1.2", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100100, ["id"] = "Essence Gathering (4-Pieces)", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "ckik5OvTZAz", ["inverse"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Oppressing Roar 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["group_count"] = "1", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["group_countOperator"] = ">=", ["names"] = { }, ["type"] = "aura2", ["spellName"] = 19577, ["unevent"] = "auto", ["duration"] = "1", ["useName"] = true, ["event"] = "Cooldown Progress (Spell)", ["auranames"] = { "372048", }, ["realSpellName"] = "Intimidation", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "multi", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_track"] = true, ["ownOnly"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 372048, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Oppressing Roar", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Conter_Shot_Alt", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 372048, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "JZRSJnwmfKk", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Oppressing Roar 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Glacial Wrath"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["unit"] = "player", ["duration"] = "", ["event"] = "Combat Log", ["names"] = { }, ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellId"] = false, ["spellIds"] = { }, ["auraspellids"] = { "353808", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { "353808", }, ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spike", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Glacial Wrath", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "GgPKFdaJ0JB", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135833, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[NL] Stone Shatter ( Run Away)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 226347, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "OUT RANGE 5Y", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Stone Shatter ( Run Away)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "rxBTcBWPXru", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["06 Unravel"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421368", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 841383, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "t5KoMiUZC05", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Unravel", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["03 Soul Infuser Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 0.98039215686275, 0.93333333333333, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "181113", }, ["auranames"] = { "339251", }, ["duration"] = "7.5", ["unit"] = "player", ["use_sourceNpcId"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unevent"] = "timed", ["sourceNpcId"] = "165762", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "combatlog", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Infusers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3601530", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "a5wFAl8q8OL", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Soul Infuser Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Haunting Wave Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "351869", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Haunting Wave Dot", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Y2nQvypYYAu", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2492256, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["AUG_Breath of Eons"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 403631, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Breath of Eons", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115536] = true, [403631] = true, [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 403631, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "XNKPI)IEy7Y", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Breath of Eons", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Essences "] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["adjustedMax"] = "", ["adjustedMin"] = "", ["yOffset"] = 27, ["anchorPoint"] = "CENTER", ["spark"] = false, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 1, ["names"] = { }, ["event"] = "Evoker Essence", ["use_essence"] = true, ["use_unit"] = true, ["events"] = "UNIT_POWER_FREQUENT:player UNIT_MAXPOWER:player", ["custom"] = "function(states, event, unit, powerType)\n if powerType and powerType ~= \"ESSENCE\" then\n return\n end\n local power = UnitPower(\"player\", Enum.PowerType.Essence)\n local maxPower = UnitPowerMax(\"player\", Enum.PowerType.Essence)\n \n -- skip if power didn't change since last update, events trigger too many times it weird\n if unit and powerType and power == aura_env.lastPower and maxPower == aura_env.lastMaxPower then\n return\n end\n \n local peace = GetPowerRegenForPowerType(Enum.PowerType.Essence)\n if peace == nil or peace == 0 then\n peace = 0.2\n end\n local peacedDuration = 5 / (5 / (1 / peace))\n local now = GetTime()\n \n local function updateSate(state, changes)\n local updated = false\n for key, value in pairs(changes) do\n if state[key] ~= value then\n state[key] = value\n state.changed = true\n updated = true\n end\n end\n return updated\n end\n \n local anyUpdate = false\n for essence = 1, 5 do\n if essence > maxPower then\n if states[essence] then\n local state = states[essence]\n state.show = false\n state.changed = true\n end\n else\n states[essence] = states[essence] or {\n progressType = \"timed\",\n index = essence\n }\n local state = states[essence]\n \n if essence == power + 1 then\n local lastRemaining = 0\n if aura_env.lastPower and essence < aura_env.lastPower then\n local lastState = states[aura_env.lastPower + 1]\n if lastState and lastState.progressType == \"timed\" then\n local remaining = lastState.duration - ((lastState.expirationTime or 0) - now)\n if remaining > 0 then\n lastRemaining = remaining\n end\n end\n end\n local updated = updateSate(state, {\n duration = peacedDuration,\n expirationTime = (peacedDuration - lastRemaining) + now ,\n progressType = \"timed\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n elseif essence <= power then\n local updated = updateSate(state, {\n value = 1,\n total = 1,\n progressType = \"static\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n else\n local updated = updateSate(state, {\n value = 0,\n total = 1,\n progressType = \"static\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n end\n end\n end\n aura_env.lastPower = power\n aura_env.lastMaxPower = maxPower\n return anyUpdate\nend", ["unit"] = "player", ["check"] = "event", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["customVariables"] = "{ \n duration = true,\n progressType = {\n type = \"select\",\n values = { static = \"static\", timed = \"timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["debuffType"] = "HELPFUL", ["use_inverse"] = true, ["event"] = "Spell Known", ["use_exact_spellName"] = true, ["use_track"] = true, ["spellName"] = 369908, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sparkOffsetX"] = 0, ["xOffset"] = 0, ["barColor"] = { 0.71372550725937, 0.82352948188782, 1, 1, }, ["desaturate"] = false, ["preferToUpdate"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 2, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorYOffset"] = 0, ["text_color"] = { 1, 0.89803928136826, 0.73725491762161, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 0.5, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 12, ["textureSource"] = "LSM", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { [60] = true, }, }, ["use_class_and_spec"] = false, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_vehicleUi"] = false, ["use_never"] = true, ["spec"] = { ["multi"] = { true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundColor"] = { 0.13333334028721, 0.24705883860588, 0.40000003576279, 1, }, ["source"] = "import", ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["barColor2"] = { 1, 0.74509805440903, 0.74509805440903, 1, }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["uid"] = "i8vZZFZ0Zr2", ["version"] = 8, ["icon_side"] = "RIGHT", ["gradientOrientation"] = "HORIZONTAL", ["config"] = { }, ["anchorFrameParent"] = false, ["texture"] = "Solid", ["parent"] = "Evoker Essence Group by Buds™_5", ["zoom"] = 0, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["sparkHidden"] = "NEVER", ["width"] = 47.5, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["id"] = "Essences ", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "timed", ["variable"] = "progressType", }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["sparkHeight"] = 30, }, ["Pull 3 Text"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["xOffset"] = 38, ["displayText"] = "%c\n", ["customText"] = "function()\n return\n aura_env.config.pullC\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnActive", ["names"] = { }, ["unevent"] = "auto", ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n end\n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["events"] = "WA_ExalityRaidTools ", ["spellIds"] = { }, ["check"] = "event", ["event"] = "Health", ["custom_type"] = "status", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desaturate"] = false, ["discrete_rotation"] = 0, ["font"] = "Boris Black Bloxx", ["version"] = 8, ["displayText_format_c_format"] = "none", ["height"] = 27.999990463257, ["rotate"] = true, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["rotation"] = 0, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 0.8, 0.41176470588235, 0.41176470588235, 0.75, }, ["mirror"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["regionType"] = "text", ["fixedWidth"] = 200, ["blendMode"] = "BLEND", ["yOffset"] = 0, ["preferToUpdate"] = true, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura78", ["selfPoint"] = "CENTER", ["width"] = 53, ["justify"] = "CENTER", ["tocversion"] = 90001, ["id"] = "Pull 3 Text", ["semver"] = "2.0.6", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["uid"] = "ULnJMzl)iLU", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["parent"] = "RaidTools_WLNO", }, ["Co-Tank Auras"] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "01 Dreadfire Barrage", "01 Shadow Spines ", "02 Drenched Blades", "03 Cataclysm Jaws ", "03 Molten Venom", "04 Agonizing Claws", "05 Furious Charge ", "05 Nature's Fury", "05 Blistering Splinters", "05 Smoldering Suffocation", "05 Ashen Asphyxiation", "06 Weaver's Burden ", "07 Searing Aftermath", "08 Searing Wrath", "08 Poisonous Mushroom", "08 Blazing Mushroom", "09 Fyr'alath's Mark", "09 Infernal Maw", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["preferToUpdate"] = false, ["groupIcon"] = 134952, ["anchorPoint"] = "CENTER", ["sort"] = "none", ["frameStrata"] = 1, ["fullCircle"] = true, ["useAnchorPerUnit"] = false, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["sortHybridTable"] = { ["01 Dreadfire Barrage"] = false, ["05 Ashen Asphyxiation"] = false, ["09 Infernal Maw"] = false, ["05 Blistering Splinters"] = false, ["06 Weaver's Burden "] = false, ["01 Shadow Spines "] = false, ["09 Fyr'alath's Mark"] = false, ["05 Furious Charge "] = false, ["08 Blazing Mushroom"] = false, ["05 Nature's Fury"] = false, ["03 Molten Venom"] = false, ["05 Smoldering Suffocation"] = false, ["08 Searing Wrath"] = false, ["08 Poisonous Mushroom"] = false, ["04 Agonizing Claws"] = false, ["03 Cataclysm Jaws "] = false, ["07 Searing Aftermath"] = false, ["02 Drenched Blades"] = false, }, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["yOffset"] = -50, ["authorOptions"] = { }, ["stagger"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { }, ["space"] = 2, ["uid"] = "IEWC3wFhFEj", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["xOffset"] = 325, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["rowSpace"] = 1, ["source"] = "import", ["alpha"] = 1, ["scale"] = 0.8, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 6, ["animate"] = false, ["stepAngle"] = 15, ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Co-Tank Auras", ["borderInset"] = 1, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["rotation"] = 0, ["config"] = { }, ["radius"] = 200, ["useLimit"] = true, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["gridType"] = "RD", }, ["05 Shadowflame Energy"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Cast", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["auraspellids"] = { "410077", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Healabsorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 425955, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "KOQFhwAklmC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Shadowflame Energy", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Stone Spike"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "343063", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Speed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "UkZPI7ozS)R", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Stone Spike", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Blistering Splinters (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "418520", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2731", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "Q0uGxzl4WqD", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Blistering Splinters (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Aeon Remnants - Among Us Helper"] = { ["controlledChildren"] = { "Vote Button", "\"My Votes\" List", "Vote Count on Nameplates", "Vote Count on Raidframes", "Nameplate Hider", "Votes Summary", "Auto Voter (CHEAT MODE)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dW5U0N3HP/22", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Health", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "", ["version"] = 22, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Aeon Remnants - Among Us Helper", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "SL_Raids", ["uid"] = "tRLUjWgaF6k", ["borderInset"] = 1, ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["selfPoint"] = "CENTER", }, ["Immolate"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "target", ["use_inverse"] = true, ["auranames"] = { "348", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 348, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Жертвенный огонь", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["realSpellName"] = "Immolate", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 348, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["single"] = 20, ["multi"] = { [108416] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 348, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135817, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Immolate", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "nw6wAMXAmJQ", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "5.4", }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Howl_of_Terror"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 5484, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Howl of Terror", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 0.3, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 15, ["multi"] = { [15] = true, [13] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 5484, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Howl_of_Terror", ["parent"] = "Warlock [Utility]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "LKFn99p)A4d", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["05 Shadowflame Fissures"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_unit"] = true, ["useName"] = false, ["event"] = "Cast", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, CAUSESE_RASHOK, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if spellID == 401419 then\n if subEvent == \"SPELL_AURA_APPLIED\" then\n if aura_env.timer then\n aura_env.timer:Cancel()\n end\n local state = allstates[\"volatile\"]\n if state then\n state.show = false\n state.changed = true\n end\n local duration = aura_env.isHM and 4 or 6\n allstates[\"volatile\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = duration + GetTime(),\n }\n aura_env.timer = C_Timer.NewTicker(duration, function() WeakAuras.ScanEvents(\"CAUSESE_RASHOK\", \"nilcheck\") end)\n return true \n elseif subEvent == \"SPELL_AURA_REMOVED\" then\n if aura_env.timer then\n aura_env.timer:Cancel()\n end\n local state = allstates[\"volatile\"]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\n elseif event == \"CAUSESE_RASHOK\" and ... then\n local duration = aura_env.isHM and 4 or 6\n allstates[\"volatile\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = duration + GetTime(),\n }\n return true\n elseif event == \"ENCOUNTER_START\" and aura_env.timer then\n aura_env.timer:Cancel()\n end\nend", ["check"] = "event", ["unit"] = "player", ["custom_type"] = "stateupdate", ["auraspellids"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Swirlies Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914676, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "iBFzyENlzNq", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Shadowflame Fissures", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isHM = ID == 15 or ID == 16", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "if not IsEncounterInProgress() and aura_env.timer then\n aura_env.timer:Cancel()\nend", ["do_custom"] = true, }, }, }, ["Swift Opal"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211124, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211124\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Swift Opal", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "g84)6xpBRWu", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628560", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Unravel 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 368432, ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "74ODbFtTT3D", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Unravel 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["[Azure] Frostbinding (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 377488, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure] Frostbinding (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "gTera8Olar9", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Health Bar - LWA - Evoker"] = { ["overlays"] = { { 1, 1, 1, 0.70000001788139, }, }, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.44313728809357, 0.71764707565308, 0.20784315466881, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_never"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Resources - LWA - Evoker", ["customText"] = "function()\n local s = aura_env.state \n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.UpdateBarText then\n local format = LWA.GetConfig(\"resources\").health_bar.format\n \n return LWA.UpdateBarText(s.value, s.percenthealth, format)\n end\n \n return s.percenthealth .. \"%\"\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["duration"] = "1", ["use_showCost"] = true, ["subeventPrefix"] = "SPELL", ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["absorbMode"] = "OVERLAY_FROM_START", ["spellIds"] = { }, ["names"] = { }, ["unevent"] = "auto", ["use_absorbMode"] = true, ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = true, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_shadowXOffset"] = 1, ["text_font"] = "Friz Quadrata TT", ["type"] = "subtext", ["text_fontType"] = "OUTLINE", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_percenthealth_round_type"] = "floor", ["text_text_format_percenthealth_decimal_precision"] = 0, ["text_shadowYOffset"] = -1, ["text_text_format_1.percentpower_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_percenthealth_format"] = "Number", }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["zoom"] = 0, ["adjustedMax"] = "", ["icon_side"] = "RIGHT", ["sparkWidth"] = 10, ["configGroup"] = "health_bar", ["sparkHeight"] = 30, ["backgroundColor"] = { 0, 0, 0, 0.30000001192093, }, ["overlaysTexture"] = { "Solid", }, ["spark"] = false, ["semver"] = "1.1.2", ["anchorFrameType"] = "SCREEN", ["sparkHidden"] = "NEVER", ["uid"] = "X3gXV84yFga", ["frameStrata"] = 1, ["width"] = 405, ["id"] = "Health Bar - LWA - Evoker", ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, ["do_message"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"health_bar\"", ["do_custom"] = true, }, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["xOffset"] = 0, }, ["03 Aradne's Falling Strike Inc (Call of the Valkyr)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "2.6", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnMissing", ["event"] = "Combat Log", ["spellIds"] = { }, ["custom"] = "function(_, _, name)\n if aura_env.names[name] then\n return true\n end\nend", ["use_spellId"] = false, ["events"] = "CHAT_MSG_MONSTER_YELL", ["auraspellids"] = { }, ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "--pray there will be a proper event\naura_env.names = {\n [\"Aradne\"] = true, --en\n [\"Арадна\"] = true, --ru\n [\"아라드네\"] = true, --koKR\n [\"阿娜德尼\"] = true, --zhCN\n [\"亞拉登\"] = true, --zhTW\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Aradne's Falling Strike Inc (Call of the Valkyr)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "myoU6d7bvSq", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2103905, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Player Money"] = { ["iconSource"] = 0, ["wagoID"] = "Q8C9D9H3O", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n local text = \"\"\n if aura_env.state and aura_env.state.money then\n local money = aura_env.state.money\n \n if aura_env.config.show[1] then\n local gold = math.floor(money/100/100)\n local goldTexture = aura_env.config.show[4] and \"|T\".. 237618 ..\":14:14:2:0|t\" or \"\"\n if aura_env.config.shorten ~= 3 then\n gold = aura_env.config.shorten == 1 and AbbreviateNumbers(gold) or AbbreviateLargeNumbers(gold)\n end \n text = text..gold..goldTexture..\" \"\n end\n \n if aura_env.config.show[2] then\n local silver = math.floor((money/100)%100)\n local silverTexture = aura_env.config.show[4] and \"|T\".. 237620 ..\":14:14:2:0|t\" or \"\"\n text = text..silver..silverTexture..\" \"\n end\n \n if aura_env.config.show[3] then\n local copper = math.floor(money%100)\n local copperTexture = aura_env.config.show[4] and \"|T\".. 237617 ..\":14:14:2:0|t\" or \"\"\n text = text..copper..copperTexture\n end \n end \n return text\nend\n\n\n", ["yOffset"] = 290, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/trackables/112", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "WeakAuras.ScanEvents(\"BONESHOCK_BAG_SLOTS_CURRENCY_INIT\")", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["unit"] = "player", ["custom_hide"] = "custom", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["duration"] = "0", ["custom"] = "function(allstates, e)\n if aura_env.config.disabled then \n allstates[\"\"] = {\n show=false,\n changed=true,\n money = money,\n }\n return true\n end\n \n local money = GetMoney()\n allstates[\"\"] = {\n show=true,\n changed=true,\n money = money,\n }\n return true\nend\n\n\n", ["spellIds"] = { }, ["events"] = "PLAYER_MONEY, BONESHOCK_BAG_SLOTS_CURRENCY_INIT, PLAYER_ENTERING_WORLD", ["check"] = "event", ["names"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 112, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_text_format_c2_format"] = "none", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_RIGHT", ["text_text_format_c1_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 20, ["load"] = { ["zoneIds"] = "", ["use_size"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_encounter"] = false, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "scenario", ["multi"] = { ["scenario"] = true, ["none"] = true, }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 133785, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["key"] = "disabled", ["useDesc"] = false, ["name"] = "|cffff0000Disabled|r", ["width"] = 2, }, { ["type"] = "multiselect", ["default"] = { true, false, false, true, }, ["values"] = { "Gold", "Silver", "Copper", "Coin Textures", }, ["key"] = "show", ["useDesc"] = false, ["name"] = "Show", ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Standard", "Large Numbers", "None", }, ["key"] = "shorten", ["useDesc"] = false, ["name"] = "Abbreviate Gold", ["width"] = 1, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldownEdge"] = false, ["uid"] = "Do2SW2WPw88", ["icon"] = true, ["width"] = 20, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "7.4.1", ["tocversion"] = 100002, ["id"] = "Player Money", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { ["show"] = { true, false, false, true, }, ["disabled"] = true, ["shorten"] = 1, }, ["inverse"] = false, ["parent"] = "Boneshock's Trackables", ["conditions"] = { }, ["cooldown"] = false, ["selfPoint"] = "CENTER", }, ["Lifebind"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "373267", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 373270, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "NWCbpywHBWK", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Lifebind", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Time Spiral "] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["group_count"] = "1", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["names"] = { }, ["type"] = "aura2", ["spellName"] = 19577, ["unevent"] = "auto", ["duration"] = "1", ["useName"] = true, ["event"] = "Cooldown Progress (Spell)", ["auranames"] = { "375234", }, ["realSpellName"] = "Intimidation", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_track"] = true, ["ownOnly"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 374968, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Spiral", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Conter_Shot_Alt", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["use_level"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 374968, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "tXKJTIAPht9", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Time Spiral ", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Cauterizing Flame 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 0.96470588235294, 0.96470588235294, 0.96470588235294, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "1", ["spellName"] = 374251, ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["remaining_operator"] = ">", ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Cauterizing Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 264265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 374251, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "uvq1iK6)DhP", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Cauterizing Flame 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 3, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["Sleep Walk"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "360806", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Sleep Walk", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 360806, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Sleep Walk", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 360806, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 360806, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Sleep Walk", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "SwLWT9ViCHS", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["10 Bane Arrows"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "354011", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["spellName"] = { 0, }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["unit"] = "boss", ["genericShowOn"] = "showOnCooldown", ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "351869", }, ["type"] = "combatlog", ["use_track"] = true, ["duration"] = "2.2", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pools Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Bane Arrows", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "J6Kh)lF)F59", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 136181, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Ozumat - Toggle Particle Density"] = { ["outline"] = "OUTLINE", ["wagoID"] = "iYFPlj7p7", ["color"] = { 1, 1, 1, 1, }, ["displayText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/iYFPlj7p7/4", ["actions"] = { ["start"] = { ["custom"] = "local DENSITY_CVAR = \"graphicsParticleDensity\"\naura_env.originalDensity = GetCVar(DENSITY_CVAR)\nSetCVar(DENSITY_CVAR, 0)\nprint(\"Disabled particle density\")", ["do_custom"] = true, }, ["init"] = { ["do_custom"] = false, }, ["finish"] = { ["custom"] = "-- Dropdowns give the index of the selected option, starting at 1\n-- Index of the Automatic value in the normalDensity option\nlocal AUTOMATIC_DENSITY_OPTION = 6\n-- The dropdown doesn't have \"disabled\" so it's the correct index for the cvar\nlocal normalDensity = aura_env.config.normalDensity\n\nlocal restoreDensityTo\nif normalDensity == AUTOMATIC_DENSITY_OPTION then\n restoreDensityTo = aura_env.originalDensity\nelse\n restoreDensityTo = normalDensity\nend\n\n\nprint(\"Restoring particle density to: \", restoreDensityTo)\nSetCVar(\"graphicsParticleDensity\",restoreDensityTo)", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["itemName"] = 0, ["use_alwaystrue"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["spellName"] = 0, ["custom_hide"] = "timed", ["type"] = "unit", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["use_unit"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Conditions", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["font"] = "Friz Quadrata TT", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "1047", ["use_encounterid"] = true, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "g182", }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["automaticWidth"] = "Auto", ["regionType"] = "text", ["preferToUpdate"] = false, ["displayText_format_p_time_mod_rate"] = true, ["conditions"] = { }, ["selfPoint"] = "BOTTOM", ["displayText_format_p_time_precision"] = 1, ["displayText_format_p_time_legacy_floor"] = false, ["config"] = { ["normalDensity"] = 6, }, ["justify"] = "LEFT", ["semver"] = "1.1.1", ["tocversion"] = 100200, ["id"] = "Ozumat - Toggle Particle Density", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "caONeOLVcL4", ["xOffset"] = 0, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["authorOptions"] = { { ["desc"] = "What level of particle density to set outside of encounter. Automatic saves your current density and restores it after", ["type"] = "select", ["values"] = { "Low", "Fair", "Good", "High", "Ultra", "Automatic", }, ["default"] = 6, ["key"] = "normalDensity", ["useDesc"] = true, ["name"] = "Normal Particle Density", ["width"] = 1, }, }, }, ["03 Molten Venom (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "419054", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2737", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "uZNtz5T)MH0", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Molten Venom (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["02 Blistering Spears - WHITE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 1, 1, 1, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_border"] = false, ["glow_frame_type"] = "UNITFRAME", ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_YOffset"] = -1, }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "420858", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "p)E8ZQZLrIO", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Blistering Spears - WHITE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["[Academy] Ast (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 396640, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Ast (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "0C9nizVDk0E", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Massive Slam"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["unit"] = "boss", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 404472, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 305703, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["use_color"] = true, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "EKErsWqCBfH", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Massive Slam", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Precognition (Preservation & Devastation - PvP Talent)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "377362", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 64, ["multi"] = { [1467] = true, [1468] = true, }, }, ["pvptalent"] = { }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 377360, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "EvyXF6JRZzQ", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Precognition (Preservation & Devastation - PvP Talent)", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["RUNE SEND"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["yOffset"] = -126.00006103516, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/TazaveshConsole/12", ["actions"] = { ["start"] = { ["custom"] = "aura_env.topLeft = false\naura_env.topRight = false\naura_env.bottomLeft = false\naura_env.bottomRight = false\n\naura_env.topLeftM = \"\"\naura_env.topRightM = \"\"\naura_env.bottomLeftM = \"\"\naura_env.bottomRightM = \"\"\n\nWeakAuras.ScanEvents(\"HYLB_RESET\", true)", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.clickMe = aura_env.region.clickMe or CreateFrame(\"Button\", nil, aura_env.region)\naura_env.region.clickMe:SetAllPoints()\naura_env.region.clickMe:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_SEND\", true)\nend)\naura_env.region.clickMe:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\n\naura_env.topLeft = false\naura_env.topRight = false\naura_env.bottomLeft = false\naura_env.bottomRight = false\n\naura_env.topLeftM = \"\"\naura_env.topRightM = \"\"\naura_env.bottomLeftM = \"\"\naura_env.bottomRightM = \"\"\n\naura_env.send = function(text)\n local chatType = \"PARTY\"\n if IsInGroup(LE_PARTY_CATEGORY_INSTANCE) then\n chatType = \"INSTANCE_CHAT\"\n end\n if not IsInGroup() then\n print(text)\n else\n SendChatMessage(text, chatType)\n end\nend\n\n\n", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["events"] = "HYLB_TOPLEFT HYLB_TOPRIGHT HYLB_BOTTOMLEFT HYLB_BOTTOMRIGHT HYLB_RESET HYLB_SEND", ["spellIds"] = { }, ["custom_type"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["custom"] = "function(event, arg1, arg2, arg3, arg4)\n if event == \"HYLB_RESET\" and arg1 then\n aura_env.topLeft = false\n aura_env.topRight = false\n aura_env.bottomLeft = false\n aura_env.bottomRight = false\n \n aura_env.topLeftM = \"\"\n aura_env.topRightM = \"\"\n aura_env.bottomLeftM = \"\"\n aura_env.bottomRightM = \"\"\n elseif event == \"HYLB_TOPLEFT\" and arg2 then\n aura_env.topLeft = arg2\n aura_env.topLeftM = arg4 or \"\"\n elseif event == \"HYLB_TOPRIGHT\" and arg2 then\n aura_env.topRight = arg2\n aura_env.topRightM = arg4 or \"\"\n elseif event == \"HYLB_BOTTOMLEFT\" and arg2 then\n aura_env.bottomLeft = arg2\n aura_env.bottomLeftM = arg4 or \"\"\n elseif event == \"HYLB_BOTTOMRIGHT\" and arg2 then\n aura_env.bottomRight = arg2\n aura_env.bottomRightM = arg4 or \"\"\n elseif event == \"HYLB_SEND\" and arg1 \n and aura_env.topLeft and aura_env.topRight\n and aura_env.bottomLeft and aura_env.bottomRight\n then\n local message = format(\"%s*%s*%s*%s\", aura_env.topLeft, aura_env.topRight, aura_env.bottomLeft, aura_env.bottomRight)\n C_ChatInfo.SendAddonMessage(\"HYLB_PERSONAL\", message, IsInGroup(LE_PARTY_CATEGORY_INSTANCE) and \"INSTANCE_CHAT\" or \"PARTY\")\n \n local text = format(\"%s%s %s%s\", aura_env.topLeftM, aura_env.topLeft, aura_env.topRightM, aura_env.topRight)\n aura_env.send(text)\n \n text = format(\"%s%s %s%s\", aura_env.bottomLeftM, aura_env.bottomLeft, aura_env.bottomRightM, aura_env.bottomRight)\n aura_env.send(text)\n end\nend", ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["spellId"] = 346427, ["useExactSpellId"] = true, ["auraspellids"] = { "346427", }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "player", ["use_absorbHealMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] or t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["rotation"] = 0, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "SEND", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 0, 1, 0, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 40, ["rotate"] = false, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["color"] = { 0, 0, 0, 1, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["source"] = "import", ["uid"] = "fALyKB5a2)P", ["cooldownEdge"] = false, ["xOffset"] = -42, ["mirror"] = false, ["cooldown"] = false, ["regionType"] = "texture", ["conditions"] = { }, ["blendMode"] = "BLEND", ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["anchorFrameType"] = "SCREEN", ["zoom"] = 0, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "RUNE SEND", ["frameStrata"] = 1, ["alpha"] = 1, ["width"] = 80, ["cooldownTextDisabled"] = false, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["discrete_rotation"] = 0, }, ["Brackenhide Hollow"] = { ["controlledChildren"] = { "[BHH] Hideous Cackle (Cast)", "[BHH] Decay Surge (Cast)", "[BHH] Withering Burst (Cast)", "[BHH] Scream (Cast)", "[BHH] Master's Call (Cast)", "[BHH] Decaying Roots (Cast)", "[BHH] Burst of Decay (Cast)", "[BHH] Infuse Corruption (Cast)", "[BHH] Greater Healing Rapids (Heal)", "[BHH] Vicious Clawmangle (Stun/CC)", "[BHH] Withering Poison (Stun/CC)", "[BHH] Rotting Surge (Stun/CC)", "[BHH] Fragrant Meat (Stun/CC) Bird", "[BHH] Fragrant Meat (Stun/CC) Hyena", "[BHH] Fragrant Meat (Stun/CC) Baer", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578412, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Brackenhide Hollow", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "3K)y(QEHEk2", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["08 Twist Fate"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "353931", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Twist Fate", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "TF0m7bWCavR", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["02 Ephemera Dust"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "359778", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "BjSwka9mcSj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Ephemera Dust", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Overheated"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421455", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Wave", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "SktYxZRAY9J", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Overheated", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local _, _, ID = GetInstanceInfo()\n return (ID == 15 or ID == 16)\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local _, _, ID = GetInstanceInfo()\n return not (ID == 15 or ID == 16)\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = "Spread", ["property"] = "sub.2.text_text", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["The Underrot"] = { ["controlledChildren"] = { "[UR] Dark Reconstitution (Heal)", "[UR] Gift of G'huun (Cast)", "[UR] Decaying Mind (Cast)", "[UR] Sonic Screech (Cast)", "[UR] Death Bolt (Cast)", "[UR] Withering Curse (Cast)", "[UR] Shadow Bolt Volley (Cast)", "[UR] Wicked Frenzy (Cast)", "[UR] Harrowing Despair (Cast)", "[UR] Blood Bolt (Cast) - Leaxa", "[UR] Blood Bolt (Cast) - Leaxa ADD", "[UR] Hooked Snare (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 2011151, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Underrot", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "vSvfOWio5UJ", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Emerald Blossom "] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 355913, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Emerald Blossom", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "5", ["auranames"] = { "370454", }, ["subeventPrefix"] = "SPELL", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["names"] = { }, ["ownOnly"] = true, ["use_unit"] = true, ["custom_hide"] = "timed", ["charges"] = "1", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["type"] = "aura2", ["event"] = "Cooldown Progress (Spell)", ["use_charges"] = false, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 259495, ["remOperator"] = "<", ["use_genericShowOn"] = true, ["use_track"] = true, ["useRem"] = false, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "5", ["ownOnly"] = true, ["auranames"] = { "370454", }, ["use_charges"] = false, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["names"] = { }, ["unit"] = "player", ["spellName"] = 355913, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["use_showOn"] = true, ["custom_hide"] = "timed", ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = false, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "1", ["remOperator"] = "<", ["use_genericShowOn"] = true, ["use_track"] = true, ["useRem"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_font"] = "Expressway", ["text_anchorYOffset"] = -2, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_visible"] = true, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_precision"] = 1, ["text_shadowXOffset"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [372233] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 355913, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "MJFbh7UM9V)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Emerald Blossom ", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Tip the Scales (Preservation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Tip the Scales", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 370553, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 370553, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Tip the Scales (Preservation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "uvIPm(uGUTk", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Perfect Sustaining Emerald"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211105, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["use_alive"] = true, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211105\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Perfect Sustaining Emerald", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "LvIbtB1omfL", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629169", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["d_naturalize"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 61.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_matchedRune"] = false, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Naturalize", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_track"] = true, ["spellName"] = 360823, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 4987, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["single"] = 3, ["multi"] = { [387805] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = true, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_naturalize", ["parent"] = ".DPSEvoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 124.5, ["uid"] = "77kovok(8Et", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Utilities - LWA - Evoker"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Quell", "Naturalize", "Expunge", "Oppressing Roar", "Wing Buffet", "Tail Swipe", "Landslide", "Sleep Walk", "Chrono Loop", "Emerald Blossom (Devastation)", "Verdant Embrace (Devastation)", "Obsidian Scales", "Renewing Blaze", "Zephyr", "Nullifying Shroud", "Cauterizing Flame", "Dream Projection", "Time Stop", "Hover", "Rescue", "Swoop Up", "Soar", "Time Spiral", "Unravel", }, ["xOffset"] = -6.103515625e-05, ["preferToUpdate"] = true, ["yOffset"] = 0, ["gridType"] = "RD", ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["selfPoint"] = "TOP", ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["stagger"] = 0, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.GrowUtilities then\n LWA.GrowUtilities(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["regionType"] = "dynamicgroup", ["hybridSortMode"] = "descending", ["constantFactor"] = "RADIUS", ["borderOffset"] = 4, ["tocversion"] = 100002, ["alpha"] = 1, ["borderInset"] = 1, ["grow"] = "CUSTOM", ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Luxthos - Evoker", ["sortHybridTable"] = { ["Wing Buffet"] = false, ["Cauterizing Flame (Devastation)"] = false, ["Oppressing Roar"] = false, ["Swoop Up"] = false, ["Obsidian Scales"] = false, ["Rescue"] = false, ["Zephyr"] = false, ["Expunge"] = false, ["Hover"] = false, ["Time Stop"] = false, ["Sleep Walk"] = false, ["Soar"] = false, ["Time Spiral"] = false, ["Quell"] = false, ["Landslide"] = false, ["Renewing Blaze"] = false, ["Tail Swipe"] = false, ["Emerald Blossom"] = false, ["Naturalize"] = false, ["Unravel"] = false, ["Dream Projection"] = false, ["Verdant Embrace (Devastation)"] = false, ["Nullifying Shroud"] = false, ["Chrono Loop"] = false, }, ["fullCircle"] = true, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["growOn"] = "changed", ["version"] = 27, ["subRegions"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["borderSize"] = 2, ["sort"] = "none", ["anchorFrameFrame"] = "WeakAuras:General Options - LWA - Evoker", ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["uid"] = "CH2zj1P4Y5t", ["anchorPoint"] = "BOTTOM", ["space"] = 2, ["semver"] = "1.1.2", ["internalVersion"] = 75, ["id"] = "Utilities - LWA - Evoker", ["frameStrata"] = 1, ["gridWidth"] = 5, ["anchorFrameType"] = "SELECTFRAME", ["useLimit"] = false, ["rotation"] = 0, ["limit"] = 5, ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["stepAngle"] = 15, }, ["03-Continuum Stasis Trap"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["displayText"] = "Traps in %p", ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362885", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362882", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["internalVersion"] = 75, ["fontSize"] = 28, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText_format_count_format"] = "none", ["xOffset"] = 0, ["conditions"] = { }, ["regionType"] = "text", ["color"] = { 0.98823529411765, 1, 0, 1, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.93333333333333, ["scalex"] = 1, ["colorB"] = 0.015686274509804, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["selfPoint"] = "BOTTOM", ["uid"] = "r8wRrajZfr(", ["displayText_format_p_time_precision"] = 1, ["preferToUpdate"] = true, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["tocversion"] = 90200, ["id"] = "03-Continuum Stasis Trap", ["semver"] = "1.0.3", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["config"] = { }, ["automaticWidth"] = "Fixed", ["displayText_format_p_time_mod_rate"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_dynamic_threshold"] = 0, }, ["circle_lotus_fill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 2, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 2 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {0, 0, 0, 2}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 2, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\circle_lotus_fill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "6(1qKruXkc6", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "circle_lotus_fill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["05 High Energy 3"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "352658", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["castType"] = "channel", ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["percentpower"] = { "90", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 35, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 0, 0.035294117647059, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 High Energy 3", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "R9BIrwPPnY9", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528313, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Ravage"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327122", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "combatlog", ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["duration"] = "6", ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_spellId"] = true, ["spellName"] = { 0, }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, { ["trigger"] = { ["spellId"] = { "332937", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "combatlog", ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["duration"] = "6", ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_spellId"] = true, ["spellName"] = { 0, }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "136133", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "d2t(K5nqgcZ", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Ravage", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Asynchronized Meta Gem"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223905, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223905\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Asynchronized Meta Gem", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "LXBXGhQPYKG", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "630620", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["10 Banshee's Mark (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "347607", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Banshee's Mark (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "pa1E4RXiUTt", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Phase Announcer"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.phase = 2\nlocal ID = select(3, GetInstanceInfo())\naura_env.hp = {\n [2] = ID == 16 and 80 or 70,\n [3] = ID == 16 and 60 or 40,\n}", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["names"] = { }, ["type"] = "custom", ["unevent"] = "auto", ["custom_type"] = "stateupdate", ["duration"] = "1", ["events"] = "UNIT_HEALTH:boss1, ENCOUNTER_START", ["event"] = "Health", ["custom"] = "function(allstates, event, unit) \n --dimensional cypher placement seems to be based on phase, so this should help.\n if event == \"UNIT_HEALTH\"\n and unit\n and UnitGUID(unit) then\n local bosshp = ((UnitHealth(unit)/UnitHealthMax(unit))*100)\n if aura_env.phase == 2 and bosshp <= aura_env.hp[aura_env.phase]\n or aura_env.phase == 3 and bosshp <= aura_env.hp[aura_env.phase] then\n allstates[\"phase\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3,\n expirationTime = 3 + GetTime(),\n icon = aura_env.phase == 2 and 3575389 or aura_env.phase == 3 and 2101973,\n name = aura_env.phase == 2 and \"Phase 2\" or aura_env.phase == 3 and \"Phase 3\",\n phase = aura_env.phase,\n autoHide = true\n }\n aura_env.phase = aura_env.phase + 1\n return true\n end\n end\n if event == \"ENCOUNTER_START\" then\n aura_env.phase = 2\n end \nend", ["customDuration"] = "function()\n return 3, 3+GetTime()\nend", ["unit"] = "target", ["spellIds"] = { }, ["custom_hide"] = "timed", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["dynamicDuration"] = true, ["customVariables"] = "{\nphase = \"number\"\n}", }, ["untrigger"] = { ["unit"] = "target", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["authorOptions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "2101973", ["icon"] = true, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 80, ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "04 Phase Announcer", ["url"] = "https://wago.io/slraid1/144", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "QnJzGWoyQhi", ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "phase", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Phase2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "phase", ["value"] = "3", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Phase3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["01 Exsanguinated"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "328897", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip3%% Heal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_tooltip2_format"] = "none", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "uyRH2WHoiGe", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "01 Exsanguinated", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["02 Corrupting Shadow / Lingering Shadow"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "401809", }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Cast", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["auraspellids"] = { "401809", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "401809", }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Cast", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["auraspellids"] = { "409299", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[1] and not t[2] or t[2]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip3%% maxHP", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "qwrOA8ILUCW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Corrupting Shadow / Lingering Shadow", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["AUG_Upheaval"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["charges"] = "1", ["spellName"] = 408092, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 408092, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "370553", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["names"] = { }, ["use_genericShowOn"] = true, ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["spellName"] = 370553, ["custom_hide"] = "timed", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["not_spellknown"] = 408092, ["use_talent"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["race"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 21, ["multi"] = { [396286] = true, [115502] = true, [87656] = false, [115506] = false, }, }, ["pvptalent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["faction"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_not_spellknown"] = false, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["spellknown"] = 356995, ["use_class_and_spec"] = true, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "4d)YKEpagNM", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Upheaval", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["07 Seismic Tremors"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 367079, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 796637, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "joeSCCp4T1h", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Seismic Tremors", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Searing Breath Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["spellNames"] = { 402050, }, ["use_absorbMode"] = true, ["use_stage"] = false, ["unit"] = "boss1", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["events"] = "", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["castType"] = "cast", ["custom_type"] = "stateupdate", ["spellIds"] = { }, ["auraspellids"] = { }, ["check"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["customVariables"] = "\n", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showAlways", ["names"] = { }, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "401383", }, ["use_exact_spellId"] = false, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Debuff", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%numCast", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_format"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_remaining_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_stacks_format"] = "none", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_numCast_format"] = "none", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_legacy_floor"] = false, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135822, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "rKH7rkPitNz", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Searing Breath Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = "Dodge", ["property"] = "sub.2.text_text", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Spool of Eternal Thread"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 226143, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0.84313732385635, 0, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:226143\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4549269", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "fIWCuBAuepS", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Spool of Eternal Thread", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["08 Kingsmourne Hungers"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Gate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 362405, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Gate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1376744, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "49wN42dxC3v", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Kingsmourne Hungers", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[BHH] Grasping Vines (RUN)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.10588236153126, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 376933, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN AWAY!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Grasping Vines (RUN)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "PvYPgMxNgJs", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0, 0.10588236153126, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[TNO] Warthunder (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "2093", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[TNO] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 384336, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 22, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TNO] Warthunder (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "palefnlVn08", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Warlock [Dynamic]"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Call_Dreadstalkers 2", "Wild Imp Icon", "Tier_Set[Warlock]", "Reverse_Entropy", "Backlash", "Ritual of Ruin", "Burn to Ashes", "Eradication", "Roaring_Blaze", "Shadow_Embrace", "Tormented Crescendo", "Wrath of Consumption", "Dread Touch", "Twilight", "Inevitable_Demise", "Fel Covenant", "Shadow's Bite", "Demonic Synergy", "Stolen Power", "Rapid_Contagion", "NoMinion", "Grimoire_of_Sacrifice_Affliction", "Inquisitor's Gaze", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["xOffset"] = -0.5, ["preferToUpdate"] = false, ["groupIcon"] = "626007", ["anchorPoint"] = "CENTER", ["animate"] = true, ["frameStrata"] = 1, ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["growOn"] = "changed", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useLimit"] = false, ["rotation"] = 0, ["stagger"] = 0, ["version"] = 150, ["sortHybridTable"] = { ["Inquisitor's Gaze"] = false, ["Call_Dreadstalkers 2"] = false, ["Tormented Crescendo"] = false, ["Eradication"] = false, ["Dread Touch"] = false, ["Wrath of Consumption"] = false, ["Tier_Set[Warlock]"] = false, ["Fel Covenant"] = false, ["Wild Imp Icon"] = false, ["Reverse_Entropy"] = false, ["Stolen Power"] = false, ["Inevitable_Demise"] = false, ["Rapid_Contagion"] = false, ["Burn to Ashes"] = false, ["NoMinion"] = false, ["Backlash"] = false, ["Grimoire_of_Sacrifice_Affliction"] = false, ["Ritual of Ruin"] = false, ["Shadow_Embrace"] = false, ["Shadow's Bite"] = false, ["Demonic Synergy"] = false, ["Roaring_Blaze"] = false, ["Twilight"] = false, }, ["gridType"] = "RD", ["uid"] = "Fgu9Gj(qmQG", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["config"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["yOffset"] = 56.5, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local limit = 7 -- limit of icons per row\n local rows = 3 -- total rows\n local spacing = 3 -- spacing between icons\n ----------------------\n local check = true\n local xCount = 0\n local yCount = 0\n local tCount = 0\n \n local xOffset = 0\n local yOffset = 0\n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n local region = regionData.region\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= limit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows-1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n xOffset = 0 - (region.width + spacing) / 2 * (rowTotal-1) + (xCount * (region.width + spacing))\n yOffset = 0 + (region.height + spacing) * yCount -- change '-' to '+' after 0 to grow up instead of down\n \n xCount = xCount + 1\n \n if yCount < rows-1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend\n\n", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "Warlock [Dynamic]", ["regionType"] = "dynamicgroup", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 3, ["borderInset"] = 1, ["parent"] = "Warlock [Afenar]", ["borderColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["internalVersion"] = 75, }, ["{NLTH] The Dragon's Kiln (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377204, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] The Dragon's Kiln (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "WllkZy)D(DA", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Despair"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "357144", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "357144", "307359", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dot.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Despair", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "Y9yGlTGrAfT", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["07 Searing Heat"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "408839", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "VvSMC(yjj)s", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Searing Heat", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["01 Earsplitting Shriek Dot"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = 330711, ["auranames"] = { "330713", }, ["duration"] = "1", ["use_spell"] = false, ["use_specific_unit"] = true, ["use_class"] = false, ["use_sourceNameRealm"] = false, ["debuffType"] = "HARMFUL", ["names"] = { }, ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_absorbMode"] = true, ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["use_destUnit"] = false, ["spell"] = "", ["unit"] = "player", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136147, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "0mUqotrioPO", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.047058823529412, ["colorB"] = 0, ["scaleType"] = "pulse", ["use_color"] = false, ["easeType"] = "none", ["easeStrength"] = 3, ["scaley"] = 1, ["alpha"] = 0, ["use_scale"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["scaleFunc"] = " function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["colorFunc"] = "", ["rotate"] = 0, ["type"] = "none", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "01 Earsplitting Shriek Dot", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["DeadRaiders"] = { ["sparkWidth"] = 10, ["stacksSize"] = 12, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "None", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["rotateText"] = "NONE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = true, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["load"] = { ["ingroup"] = { ["multi"] = { ["raid"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", ["use_encounter"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["party"] = true, ["scenario"] = true, ["twenty"] = true, ["ten"] = true, ["twentyfive"] = true, ["fortyman"] = true, ["flexible"] = true, }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = true, ["texture"] = "Blizzard", ["textFont"] = "Friz Quadrata TT", ["borderOffset"] = 5, ["auto"] = true, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["uid"] = "9KJekotkEDM", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["textColor"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = false, ["icon"] = true, ["borderBackdrop"] = "Blizzard Tooltip", ["sparkColor"] = { 1, 1, 1, 1, }, ["parent"] = "DeadRaidersGroup", ["adjustedMin"] = "", ["customText"] = "function()\n if aura_env.state and aura_env.state.name then\n aura_env.region.stacks:ClearAllPoints()\n aura_env.region.stacks:SetPoint(\"BOTTOMLEFT\", aura_env.region, \"RIGHT\", 1, 1)\n aura_env.region.text2:ClearAllPoints()\n aura_env.region.text2:SetPoint(\"TOPLEFT\", aura_env.region, \"RIGHT\", 1, -1)\n if aura_env.state.header then\n return aura_env.state.name\n else\n return aura_env.state.name .. \" < \" .. aura_env.state.source,\n aura_env.state.spellName .. \" - \" .. aura_env.state.amount, \n aura_env.state.ressed and \"|cFFFF0000RESSED!|r\" or \"\"\n end\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["zoom"] = 0, ["width"] = 40, ["cooldownSwipe"] = true, ["useCooldownModRate"] = true, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["displayTextLeft"] = "%n", ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["duration"] = "1", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["events"] = "COMBAT_LOG_EVENT_UNFILTERED UNIT_HEALTH", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, subEvent, _, sourceGUID, sourceName, _, _, destGUID, destName, _, _, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n if strsub(subEvent,-7) == \"_DAMAGE\" then\n \n local unitIndex = UnitInRaid(destName)\n if unitIndex then\n -- Check different Damage events with different args\n local spellID, spellName, overkill, spellSchool, amount\n if subEvent == \"SWING_DAMAGE\" then\n spellID, spellName, amount, overkill = 260421, \"Melee\", ...\n elseif subEvent == \"ENVIRONMENTAL_DAMAGE\" then\n spellName, amount, overkill = ...\n else\n spellID, spellName, spellSchool, amount, overkill = ...\n end\n -- check if the damage event was a killing blow\n if overkill and overkill > 0 then\n -- create the state\n local role = UnitGroupRolesAssigned(destName)\n local oneshot = (amount + overkill) > UnitHealthMax(destName)\n local newState = aura_env.createState(\n unitIndex, \n destName, \n sourceName, \n spellID, \n spellName, \n spellSchool, \n amount, \n overkill, \n role, \n oneshot\n )\n tinsert(allstates, newState) \n for _,v in pairs(allstates) do \n if v.index >= 0 then\n v.index = v.index + 1\n v.changed = true\n if v.index > aura_env.config.showMax then \n v.show = false\n end \n end\n end\n \n end\n end\n end\n elseif event == \"UNIT_HEALTH\" and allstates[UnitInRaid(unit)] then\n if UnitHealth(unit) > 1 and not allstates[UnitInRaid(unit)].ressed then\n allstates[UnitInRaid(unit)].ressed = true\n --allstates[UnitInRaid(unit)].stacks = 1\n allstates[UnitInRaid(unit)].changed = true\n \n aura_env.UpdateHeader(allstates)\n elseif UnitHealth(unit) < 2 then\n allstates[UnitInRaid(unit)].ressed = false\n allstates[UnitInRaid(unit)].changed = true\n aura_env.UpdateHeader(allstates)\n end\n end\n return true\nend", ["check"] = "event", ["custom_type"] = "stateupdate", ["buffShowOn"] = "showOnActive", ["customVariables"] = "{\n role = {\n type = \"select\",\n values = {\n [\"DAMAGER\"] = \"DPS\",\n [\"HEALER\"] = \"Healer\",\n [\"TANK\"] = \"Tank\",\n }\n },\n oneshot = \"bool\",\n header = \"bool\",\n ressed = \"bool\",\n}\n\n\n\n\n\n", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(t)\n if t[1] then \n WeakAuras.ScanEvents(\"DEAD_RAID_SHOW\", true)\n else\n WeakAuras.ScanEvents(\"DEAD_RAID_SHOW\", false)\n end\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["customTextUpdate"] = "event", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return WeakAuras.GetHSVTransition(progress, r1, g1, b1, a1, r2, g2, b2, a2)\nend\n\n\n", ["rotate"] = 0, ["use_color"] = false, ["x"] = 0, }, ["finish"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["text"] = true, ["sparkHidden"] = "NEVER", ["stickyDuration"] = false, ["spark"] = false, ["timerSize"] = 12, ["version"] = 7, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c1 %c3", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "PT Sans Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_text_format_c3_format"] = "none", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c2", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "PT Sans Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_c2_format"] = "none", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowXOffset"] = 0, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["timer"] = true, ["timerFlags"] = "None", ["textSize"] = 12, ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["displayTextRight"] = "%spellName", ["source"] = "import", ["sparkOffsetX"] = 0, ["sparkHeight"] = 30, ["textFlags"] = "None", ["border"] = false, ["borderEdge"] = "None", ["stacksFont"] = "Friz Quadrata TT", ["borderSize"] = 16, ["height"] = 40, ["icon_side"] = "RIGHT", ["borderInFront"] = true, ["useAdjustededMax"] = false, ["anchorFrameParent"] = false, ["authorOptions"] = { { ["softMin"] = 1, ["type"] = "range", ["bigStep"] = 1, ["max"] = 100, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["name"] = "Max displays shown", ["softMax"] = 10, ["default"] = 5, ["key"] = "showMax", }, }, ["config"] = { ["showMax"] = 5, }, ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.0.1", ["borderColor"] = { 1, 1, 1, 0.5, }, ["id"] = "DeadRaiders", ["url"] = "https://wago.io/RaiderDeaths/7", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["actions"] = { ["start"] = { }, ["finish"] = { ["stop_sound"] = true, }, ["init"] = { ["custom"] = "local roleTex = [[Interface\\LFGFrame\\UI-LFG-ICON-ROLES]]\nlocal getRoleIcon = function(role)\n if role and role ~= \"NONE\" then\n local left, right, top, bottom = GetTexCoordsForRole(role)\n return CreateTextureMarkup(roleTex, 256, 256, 18, 18, left, right, top, bottom)\n end\nend\n\nlocal getSchoolColour = function(spellSchool, spellName)\n if spellSchool and COMBATLOG_DEFAULT_COLORS.schoolColoring[spellSchool] then\n local col = COMBATLOG_DEFAULT_COLORS.schoolColoring[spellSchool]\n col = CreateColor(col.r, col.g, col.b, col.a)\n spellName = col:WrapTextInColorCode(spellName)\n return spellName\n end\nend\n\naura_env.createState = function(unitIndex, destName, sourceName, spellID, spellName, spellSchool, amount, overkill, role, oneshot)\n roleIcon = getRoleIcon(role) or \"\"\n local output = format(\"%s (+%s overkill)\", amount and AbbreviateNumbers(amount) or \"\", overkill and AbbreviateNumbers(overkill) or \"\")\n local table = {\n show = true, \n changed = true,\n name = roleIcon..WA_ClassColorName(destName),\n source = sourceName and sourceName:gsub('(%S+) ',function(t) return t:sub(1,1)..'.' end) or \"Environment\",\n spellId = spellID,\n spellName = getSchoolColour(spellSchool, spellName) or spellName,\n amount = output,\n icon = GetSpellTexture(spellID),\n role = role,\n oneshot = oneshot,\n header = false,\n ressed = false,\n index= 0,\n }\n return table\nend\n\naura_env.UpdateHeader = function(allstates)\n local count = 0\n for unit in WA_IterateGroupMembers() do\n --if UnitIsDeadOrGhost(unit) then\n if UnitHealth(unit) <= 0 then \n count = count+1\n end\n end\n allstates[\"header\"] = {\n show = true, \n changed = true,\n header = true,\n resort = true,\n name = \"Total dead: \".. count,\n icon = 618980,\n index= -10,\n }\nend", ["do_custom"] = true, }, }, ["borderInset"] = 11, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "TANK", ["variable"] = "role", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "oneshot", ["value"] = 1, }, ["changes"] = { { ["value"] = { 1, 0, 0.007843137254902, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "ressed", ["value"] = 1, }, ["changes"] = { { ["value"] = 0.5, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["preferToUpdate"] = false, }, ["Chipped Quick Topaz"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210681, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210681\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Quick Topaz", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "(RC4DPrEWm2", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629527", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[Ruby[ Flammentanz (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 385536, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby[ Flammentanz (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "SLb1dJ1ylbR", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Pulverizing Meteor"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "339690", }, ["auranames"] = { "296737", }, ["duration"] = "3", ["names"] = { }, ["use_specific_unit"] = true, ["use_unit"] = true, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["type"] = "combatlog", ["subeventSuffix"] = "_AURA_REMOVED", ["useExactSpellId"] = true, ["events"] = "", ["unevent"] = "timed", ["event"] = "Combat Log", ["custom_type"] = "stateupdate", ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { "296737", }, ["check"] = "event", ["unit"] = "boss2", ["subeventPrefix"] = "SPELL", ["customVariables"] = "", }, ["untrigger"] = { ["unit"] = "boss2", ["use_specific_unit"] = true, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["normal"] = true, ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 796637, ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "YQ14Lxgl81u", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "09 Pulverizing Meteor", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["Halls of Infusion - Cleave's & Frontal's"] = { ["controlledChildren"] = { "[HoI] Titanfist (Frontal)", "[HoI] Oceanic Breath (Frontal)", "[HoI] Whirling Fury (Cleave)", "[HoI] Frost Cyclon (Frontal)", "[HoI] Hailstorm (LoS)", "[HoI] Glacial Surge (Dance)", "[HoI] Flash Flood (Get Out)", "[HoI] Nullification Impulse (Get Out)", "[HoI] Belly Slam (Get Out)", "[HoI] Earth Quake (Move Out)", "[HoI] Magma Crush (Get Out)", "[HoI] Gulp (Get Out) - Dps/Heal", "[HoI] Gulp (Get In) - Tank", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578415, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Halls of Infusion - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "XFwGv)0uQC4", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["01 High Energy (Mythic)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "184445", ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss2", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_absorbHealMode"] = true, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["type"] = "unit", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["use_specific_unit"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = false, ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "", ["auranames"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["use_specific_unit"] = true, ["percentpower"] = "85", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["percenthealth"] = { "40", }, ["event"] = "Health", ["use_percentpower"] = true, ["use_npcId"] = false, ["use_debuffClass"] = false, ["spellIds"] = { }, ["unit"] = "boss1", ["use_unit"] = true, ["use_percenthealth"] = true, ["percenthealth_operator"] = { ">=", }, ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 35, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 High Energy (Mythic)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "VwI1IUeuG8Z", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 2065616, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["03 Call of the Valkyr"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350467, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["matchesShowOn"] = "showOnMissing", ["useName"] = false, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "unit", ["use_spellNames"] = true, ["duration"] = "7", ["custom_hide"] = "timed", ["useExactSpellId"] = false, ["spellIds"] = { }, ["event"] = "Cast", ["use_absorbMode"] = true, ["custom_type"] = "event", ["names"] = { }, ["unit"] = "boss", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Call Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["do_custom"] = false, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Call of the Valkyr", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "sw7ijQK3Tez", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 134229, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Lost Soul"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "362055", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4224727, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "LxB19yWA7E4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Lost Soul", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Academy] Sentry (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377912, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN OUT!!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Sentry (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "zPjlDwxhFvL", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["11 Death Sentence"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["names"] = { }, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["auraspellids"] = { "368593", "368591", "368592", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["ignoreAuraSpellids"] = { }, ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spawns Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["instance_type"] = { }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["sound_path"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Magic.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Death Sentence", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "S7U5u(iTtnq", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 4263293, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["04 Song of the Dragon Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421029, }, ["auranames"] = { "421024", }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["event"] = "Cast", ["unit"] = "boss", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["use_castType"] = true, ["type"] = "unit", ["auraspellids"] = { }, ["use_spellNames"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Plant", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 133886, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["do_custom"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "QcieQgv(TZp", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Song of the Dragon Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Swoop Up"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Swoop Up", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 370388, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Swoop Up", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 370388, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 370388, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Swoop Up", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "sHjXwVssvp)", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Pull 2 Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sameTexture"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["backgroundColor"] = { 0.73333333333333, 0.39607843137255, 0.094117647058824, 1, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["tocversion"] = 90001, ["alpha"] = 1, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "rJNoy5wRX", ["parent"] = "RaidTools_WLNO", ["customText"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["event"] = "Conditions", ["use_unit"] = true, ["custom_type"] = "status", ["spellIds"] = { }, ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n elseif event == \"GROUP_ROSTER_UPDATE\" and not InCombatLockdown() or event == \"PLAYER_REGEN_ENABLED\" then\n aura_env.applyTimer()\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["names"] = { }, ["check"] = "event", ["events"] = "WA_ExalityRaidTools GROUP_ROSTER_UPDATE PLAYER_REGEN_ENABLED", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["useAdjustedMin"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["discrete_rotation"] = 0, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 20, ["rotate"] = true, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_mini.tga", ["source"] = "import", ["regionType"] = "progresstexture", ["useAdjustedMax"] = false, ["mirror"] = false, ["uid"] = "V0xrSUAhxuQ", ["adjustedMin"] = "", ["crop_x"] = 0.9, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["adjustedMax"] = "", ["crop_y"] = 0.8, ["width"] = 31, ["fontSize"] = 12, ["semver"] = "2.0.6", ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "local timerType -- types: DBM, BW, ERT\nlocal timerLengthB = aura_env.config.pullB\nlocal dungeonTimer = false -- change to true/false if you wish to have different timer length for dungeons \nlocal dungeonLength = 3 -- dungeon timer length\nlocal timerNumber = aura_env.config.myEncounter\n\nif timerNumber == 1 then\n timerType = \"BW\"\nelseif timerNumber == 2 then\n timerType = \"DBM\"\nelseif timerNumber == 3 then\n timerType = \"ERT\"\nend\n\n\n\n--- DONT TOUCH ANYTHING BELOW THIS ---\nlocal timers = {\n DBM = \"/dbm pull %i\",\n BW = \"/pull %i\",\n ERT = \"/ert pull %i\",\n}\n\nif not EX_PullTimerB then\n local region = aura_env.region\n local frame = CreateFrame(\"Button\", \"EX_PullTimerB\", region, \"SecureActionButtonTemplate\")\n frame:SetAllPoints(region)\n frame:RegisterForClicks(\"AnyUp\", \"AnyDown\")\n \nelse\n EX_PullTimerB:RegisterForClicks(\"AnyUp\", \"AnyDown\")\nend\n\naura_env.determineTimer = function()\n if IsInGroup() and not IsInRaid() and dungeonTimer then\n -- party (dungeon)\n aura_env.pulltimer = string.format(timers[timerType],dungeonLength)\n else\n -- raid or w/e\n aura_env.pulltimer = string.format(timers[timerType],timerLengthB)\n end\n aura_env.cancelpulltimer = string.format(timers[timerType],0)\nend\n\naura_env.applyTimer = function()\n aura_env.determineTimer()\n EX_PullTimerB:SetAttribute(\"type1\",\"macro\")\n EX_PullTimerB:SetAttribute(\"macrotext1\",aura_env.pulltimer)\n EX_PullTimerB:SetAttribute(\"type2\",\"macro\")\n EX_PullTimerB:SetAttribute(\"macrotext2\",aura_env.cancelpulltimer)\nend\naura_env.applyTimer()\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["id"] = "Pull 2 Background", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_Smooth_Border", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["auraRotation"] = 0, ["color"] = { 0, 0, 0, 0.75, }, ["inverse"] = false, ["compress"] = false, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["foregroundColor"] = { 0.81176470588235, 0.17647058823529, 0.13333333333333, 0.70000001788139, }, }, ["08 Typhoon"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 421603, }, ["auranames"] = { }, ["duration"] = "7", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["type"] = "combatlog", ["useExactSpellId"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Feathers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 132929, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Intermission.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "wopaJsGwOPU", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Typhoon", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Felblade Left"] = { ["user_y"] = 0, ["user_x"] = 0, ["color"] = { 1, 1, 1, 0.75, }, ["preferToUpdate"] = false, ["yOffset"] = 8.392333984375e-05, ["anchorPoint"] = "CENTER", ["desaturateBackground"] = false, ["parent"] = "Ipse: Demon Hunter", ["sameTexture"] = true, ["url"] = "https://wago.io/4kTH1dUFb/43", ["backgroundColor"] = { 0.5, 0.5, 0.5, 0.5, }, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 232893, ["duration"] = "1", ["event"] = "Spell Activation Overlay", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_unit"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["foregroundColor"] = { 1, 1, 1, 1, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "pulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 280, ["rotate"] = true, ["load"] = { ["use_class"] = true, ["zoneIds"] = "", ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["useAdjustededMax"] = false, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["uid"] = "98ZX7woxKJy", ["foregroundTexture"] = "801268", ["discrete_rotation"] = 0, ["width"] = 94, ["mirror"] = false, ["useAdjustededMin"] = false, ["regionType"] = "texture", ["frameStrata"] = 1, ["blendMode"] = "BLEND", ["fontSize"] = 12, ["desaturateForeground"] = false, ["slantMode"] = "INSIDE", ["anchorFrameParent"] = false, ["texture"] = "801268", ["compress"] = false, ["startAngle"] = 0, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Felblade Left", ["crop_y"] = 0.41, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -156, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["orientation"] = "VERTICAL", ["crop_x"] = 0.41, ["information"] = { ["forceEvents"] = true, }, ["backgroundOffset"] = 2, }, ["09 Reverberating Eruption (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitGroupRolesAssigned(unit..\"target\") ~= \"TANK\"\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,startMS,endMS,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and spellId == 344496\n and guid\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = ((endMS-startMS)/1000) + 1.5,\n expirationTime = (endMS / 1000) + 1.5,\n unit = unit..\"target\",\n autoHide = true,\n }\n return true\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "344655", }, ["unit"] = "player", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_unit_color"] = "class", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 2101174, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "qGnNyyphFJU", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Reverberating Eruption (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Obliteration Arc"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss1", ["use_specific_unit"] = true, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_spellNames"] = true, ["event"] = "Cast", ["castType"] = "cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellNames"] = { 361513, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorB"] = 0, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["colorType"] = "custom", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038104, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "vJboha(vSvH", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Obliteration Arc", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Sanctum of Domination (wago.io/slraid2)"] = { ["arcLength"] = 360, ["controlledChildren"] = { "WA Version Check Sanctum (CHECK CUSTOM OPTIONS)", "01 The Jailer's Gaze", "01 Overpower Cast On You (Tank)", "01 Crushed Armor (Tank)", "01 Chains of Eternity", "01 Remnant of the Forgotten Torments Spawn", "01 Hungering Mist", "01 Hungering Mist Transition ", "01 High Energy 3", "01 Predator's Howl", "01 Predator's Howl Cast", "01 Remnants of Forgotten Torments", "01 Grasp of Death", "01 Fury of the Ages (Druid, Hunter)", "02 Deathlink (Tank)", "02 Assailing Lance (Tank)", "02 Desolation Beam Cast On You", "02 Annihilating Glare", "02 Spreading Misery", "02 Dragging Chains", "02 Dragging Chains (Others)", "02 Fractured Soul", "02 Hopeless Lethargy", "02 Stygian Ejection", "02 Immediate Extermination", "02 Titanic Death Gaze", "02 Fracture Soul", "02 Scorn", "02 Ire", "02 Slothful Corruption", "02 Immediate Extermination Dot", "03 Unending Strike (Tank)", "03 Pierce Soul (Tank)", "03 Arthura's Crushing Gaze", "03 Brynja's Mournful Dirge", "03 Daschla's Mighty Impact", "03 Arthura's Crushing Gaze (Others)", "03 Aradne's Falling Strike (Call of the Valkyr)", "03 Aradne's Falling Strike Inc (Call of the Valkyr)", "03 Word of Recall", "03 Annhylde's Bright Aegis", "03 Agatha's Eternal Blade", "03 Call of the Valkyr", "03 Reverberating Refrain", "03 High Energy (Signe)", "03 Wings of Rage", "03 High Energy (Kyra)", "03 Fragments of Destiny", "03 Fragments of Destiny Cast", "03 Formless Mass", "03 Link Essence", "03 Song of Dissolution", "04 Energy (Tank, You)", "04 Suffering Cast On You (Tank)", "04 Suffering Cast (Others)", "04 Suffering (Tank)", "04 Shatter", "04 Malevolence", "04 Grasp of Malice", "04 Aura of Spite", "04 Torment", "05 Ruinblade (Tank)", "05 Warmonger's Shackles Cast", "05 Encore of Torment", "05 Brand of Torment", "05 High Energy 3", "05 Encore of Torment Cone", "05 Torment Cone", "05 Call Mawsworn", "05 Hellscream", "05 Torment", "05 Agonizing Spike", "05 Torment Dot", "05 Soul Manacles", "06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Tank)", "06 Blackened Armor (Tank)", "06 Shadowsteel Chains", "06 Flameclasp Trap", "06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Others)", "06 Forge Weapon", "06 Forge Weapon end", "06 Spiked Balls", "06 Shadowsteel Chains Dot", "06 Shadowsteel Ember", "06 Flameclasp Detonation", "07 Shatter (Tank)", "07 Threat Neutralization Cast", "07 Threat Neutralization", "07 Disintegration", "07 Meltdown", "07 Form Sentry", "07 Obliterate Cast", "07 Obliterate", "08 Invoke Destiny (Tank)", "08 Invoke Destiny (Others)", "08 Fated Conjunction", "08 Call of Eternity Cast", "08 Call of Eternity", "08 Grim Portent", "08 Runic Affinity", "08 Darkest Destiny", "08 Realign Fate", "08 Despair", "08 Exposed Threads of Fate", "08 Overwhelming Burden", "08 Twist Fate", "08 Anomalous Blast", "08 Fated Conjunction Dot", "09 Soul Fracture Cast On You (Tank)", "09 Soul Exhaustion (Tank)", "09 Soul Fracture (Others)", "09 Oblivion's Echo", "09 Glacial Wrath", "09 Frost Blast", "09 Frost Blast (Others)", "09 Howling Blizzard", "09 Demolish", "09 Freezing Blast", "09 Dark Evocation", "09 Onslaught of the Damned", "09 Undying Wrath", "09 Necrotic Destruction", "09 Soul Reaver / Abomination Spawn", "09 Frostbound Devoted Spawn", "09 Relentless Hunt", "09 Shatter", "09 Frozen Binds", "10 Raze", "10 Wailing / Black Arrow", "10 Banshee's Mark (Tank)", "10 Fury (Tank)", "10 Death Knives", "10 Banshee Wail", "10 Banshee Scream", "10 Domination Chains", "10 Wailing / Black Arrow (Others)", "10 Filth Cast (Others)", "10 Expulsion", "10 Veil of Darkness", "10 Merciless", "10 Bane Arrows", "10 Summon Decrepit Orbs / Dark Communion", "10 Haunting Wave", "10 Crushing Dread", "10 Banshee's Bane", "10 Curse of Lethargy", "10 Rage", "10 Banshee Shroud", "10 Oribos Portal", "10 Barbed Arrow", "10 Veil of Darkness Dot", "10 Death Knives Dot", "10 Shadow Dagger", "10 Haunting Wave Dot", "10 Lashing Wound", "10 Misery", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 232.499267578125, ["preferToUpdate"] = true, ["yOffset"] = 161.3892822265625, ["gridType"] = "RD", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/slraid2/69", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["frameStrata"] = 1, ["rotation"] = 0, ["desc"] = "\nAuthor: Causese\nDiscord: Causese#5189\nChannel: discord.gg/weakauras\n", ["stagger"] = 0, ["rowSpace"] = 1, ["version"] = 69, ["subRegions"] = { }, ["fullCircle"] = true, ["grow"] = "RIGHT", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["useLimit"] = true, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["groupIcon"] = "4062738", ["animate"] = false, ["borderInset"] = 1, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 6, ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["constantFactor"] = "RADIUS", ["uid"] = "IFSUAiKTZCj", ["borderOffset"] = 4, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "Sanctum of Domination (wago.io/slraid2)", ["selfPoint"] = "LEFT", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["sort"] = "none", ["config"] = { }, ["authorOptions"] = { }, ["anchorPoint"] = "CENTER", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "SL_Raids", }, ["[Ruby] Glutblitz (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 384194, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Glutblitz (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "dgAmBJIT6tj", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["06 Continuum"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 420846, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Bars ", ["adjustedMax"] = "", ["barColor"] = { 0, 1, 0.7294117808342, 1, }, ["desaturate"] = false, ["authorOptions"] = { }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "AoE Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["selfPoint"] = "CENTER", ["alpha"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 1394953, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["sparkHidden"] = "NEVER", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.46", ["config"] = { }, ["inverse"] = false, ["id"] = "06 Continuum", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = "AoE", ["property"] = "sub.3.text_text", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "TIXhu9XagiV", }, ["03 Burning Remnants (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326456", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "aISIO((tvcA", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Burning Remnants (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["08 Rushing Darkness Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "407221", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "407221", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2684", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "AlK8Gqyxtpb", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Debuffs in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Rushing Darkness Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Hover"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "358267", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 358267, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 358267, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 358267, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = ">", ["value"] = "0", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["value"] = true, ["property"] = "cooldownSwipe", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ACQPgU8mkWy", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Utilities - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Hover", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, }, ["01 Remnants of Forgotten Torments"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "352384", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "352387", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "352392", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.i", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0, 0.11372549019608, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_3.s_format"] = "none", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.i", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0, 0.11372549019608, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_3.s_format"] = "none", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.i", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0, 0.11372549019608, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_3.s_format"] = "none", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOM", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_text_format_3.s_format"] = "none", ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_text_format_3.s_format"] = "none", ["text_anchorPoint"] = "CENTER", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_text_format_3.s_format"] = "none", ["text_anchorPoint"] = "INNER_BOTTOM", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 0, ["text_fontSize"] = 21, ["anchorXOffset"] = 0, ["text_text_format_1.s_format"] = "none", }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = false, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Remnants of Forgotten Torments", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 0.47058823529412, 0.47058823529412, 0.47058823529412, 1, }, ["uid"] = "FMQ6FZlMhmq", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["BronzeLFR"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -195, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.lfr_progress, aura_env.lfr_total\nend\n", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.lfr_progress, aura_env.lfr_total, true\nend", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local AddFilteredSets = function(items, cost)\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if items[className] ~= nil then\n AddToTotal(items[className], cost)\n end\n else\n for key,value in pairs(items) do\n AddToTotal(value, cost)\n end\n end\n end\n \n local lfr_sets = {}\n \n lfr_sets[\"WARRIOR\"] = {446,442,440}\n lfr_sets[\"MAGE\"] = {531,528,525}\n lfr_sets[\"DEATHKNIGHT\"] = {579,576,574}\n lfr_sets[\"DRUID\"] = {565,562,559}\n lfr_sets[\"HUNTER\"] = {543,546,541}\n lfr_sets[\"PALADIN\"] = {495,492,489}\n lfr_sets[\"WARLOCK\"] = {462,459,457}\n lfr_sets[\"SHAMAN\"] = {428,426,423}\n lfr_sets[\"PRIEST\"] = {333,335,337}\n lfr_sets[\"ROGUE\"] = {473,476,479}\n lfr_sets[\"MONK\"] = {515,512,508}\n \n AddFilteredSets(lfr_sets, 5000)\n \n aura_env.lfr_progress = total_acquired\n aura_env.lfr_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raid Finder Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeLFR", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "phvxkHhlPZe", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["09 Aflame"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "417807", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "1lxNsY1wcHd", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Aflame", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["property"] = "sub.4.border_color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Vote Count on Nameplates"] = { ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state and aura_env.state.guid then\n local region = aura_env.region\n local nameplate = aura_env.getNamePlateForGUID(aura_env.state.guid)\n\n if nameplate and aura_env.state.visible then\n region:ClearAllPoints()\n region:SetAnchor(\"BOTTOM\", nameplate, \"TOP\")\n region:SetAlpha(0.8)\n region:Show()\n\n if (aura_env.state.votes > 1) then\n region:SetScale(1.1)\n else\n region:SetScale(0.7)\n end\n else\n region:SetAlpha(0)\n region:Hide()\n end\n\n return aura_env.state.votes\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dW5U0N3HP/22", ["actions"] = { ["start"] = { }, ["finish"] = { ["custom"] = "if aura_env.region then\n aura_env.region:SetScale(1)\n aura_env.region:SetAlpha(1)\nend", ["do_custom"] = true, }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"AEON_IVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_UVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_E\")\n\n\naura_env.spellId = aura_env.config.debugMode and 48018 or 360418\n\n\naura_env.getNamePlateForGUID = function(guid)\n for _, nameplate in pairs(C_NamePlate.GetNamePlates()) do\n if UnitGUID(nameplate.namePlateUnitToken) == guid then\n return nameplate\n end\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "CHAT_MSG_ADDON, NAME_PLATE_UNIT_ADDED, NAME_PLATE_UNIT_REMOVED, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(allstates, event, ...)\n if event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_IVOTE\" then\n if guid == UnitGUID(\"player\") then\n return false\n elseif (allstates[guid] == nil) then\n allstates[guid] = {\n show = true,\n visible = true,\n guid = guid,\n votes = 0\n }\n end\n allstates[guid].votes = allstates[guid].votes + 1\n allstates[guid].changed = true\n return true\n elseif prefix == \"AEON_UVOTE\" then\n if guid == UnitGUID(\"player\") or not allstates[guid] then\n return false\n end\n allstates[guid].votes = allstates[guid].votes - 1\n if allstates[guid].votes == 0 then\n allstates[guid].show = false\n end\n allstates[guid].changed = true\n return true\n elseif prefix == \"AEON_DBG_E\" then\n for _, state in pairs(allstates) do\n state.show = false;\n state.changed = true;\n end\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if allstates[guid] then\n allstates[guid].visible = true\n allstates[guid].changed = true\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if allstates[guid] then\n allstates[guid].visible = false\n allstates[guid].changed = true\n return true\n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n for _, state in pairs(allstates) do\n state.show = false;\n state.changed = true;\n end\n return true\n end\n elseif event == \"OPTIONS\" then\n -- Fake state to prevent anything showing when options open\n local guid = UnitGUID(\"player\")\n allstates[guid] = {\n show = true,\n visible = false,\n changed = true,\n guid = guid,\n votes = 0\n }\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 0, 0, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_fontSize"] = 35, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Blizzard Chat Bubble", ["border_offset"] = 0, }, }, ["height"] = 35, ["load"] = { ["use_encounterid"] = true, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["xOffset"] = 0, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownEdge"] = false, ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["adjustedMin"] = "", ["icon"] = true, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Vote Count on Nameplates", ["parent"] = "Aeon Remnants - Among Us Helper", ["useCooldownModRate"] = true, ["width"] = 50, ["alpha"] = 0.8, ["uid"] = "ycIBRd3JveD", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["08 Surrender to Corruption"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 403057, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "", ["use_genericShowOn"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Cast", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_absorbHealMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["unit"] = "player", ["specificUnit"] = "", ["use_unit"] = true, ["use_genericShowOn"] = true, ["useName"] = false, ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["use_absorbHealMode"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "405484", }, ["debuffType"] = "HARMFUL", ["use_exact_spellId"] = false, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914666, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "gqiFSwa5SGG", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Surrender to Corruption", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["Ruby Life Pools - Last Boss Fire Drop"] = { ["controlledChildren"] = { "Drop Location", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "udzwTKN2T", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/udzwTKN2T/4", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "A text description indicating where to drop the fire pools at any given time in the last fight in ruby life pools. Based off of the winds casts", ["version"] = 4, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.3", ["tocversion"] = 100005, ["id"] = "Ruby Life Pools - Last Boss Fire Drop", ["groupIcon"] = "132847", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "V4s(zs7RBvK", ["config"] = { }, ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["04 Glyph of Destruction (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "326271", }, ["useGroup_count"] = true, ["duration"] = "2", ["use_unit"] = true, ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = true, ["group_count"] = "0", ["unevent"] = "timed", ["names"] = { }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_absorbMode"] = true, ["auranames"] = { "325236", }, ["use_spellId"] = true, ["spellIds"] = { }, ["unit"] = "group", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_SUCCESS", ["group_countOperator"] = ">", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "326271", }, ["auranames"] = { "325236", }, ["duration"] = "2", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "zpXW4bPFLRb", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "04 Glyph of Destruction (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Corruption"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "430045", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "RB56)SB5gYz", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Corruption", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Votes Summary"] = { ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 100, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "aura_env:deactivate()", ["do_custom"] = true, }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"ADBG_TBL_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"ADBG_TBL_E\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_E\")\n\nlocal AceGUI = LibStub(\"AceGUI-3.0\")\n\naura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\naura_env.addonMessageType = (aura_env.config.debugMode and \"GUILD\") or \"RAID\"\naura_env.isActive = false\naura_env.votesSummary = {}\n\n\naura_env.render = function(aura_env)\n if #aura_env.votesSummary == 0 or not AceGUI then\n return\n end\n \n local frame = AceGUI:Create(\"Frame\")\n frame:SetTitle(\"Aeon Remnants - Among Us Helper v5.0.0-21\")\n frame:SetStatusText(\"You can prevent this frame from showing in the custom options.\")\n frame:SetCallback(\"OnClose\", function(widget) AceGUI:Release(widget) end)\n frame:SetLayout(\"Flow\")\n \n local container = AceGUI:Create(\"SimpleGroup\")\n container:SetFullWidth(true)\n container:SetFullHeight(true)\n container:SetLayout(\"Fill\")\n frame:AddChild(container)\n \n local scroll = AceGUI:Create(\"ScrollFrame\")\n scroll:SetLayout(\"Flow\")\n container:AddChild(scroll)\n \n local heading = AceGUI:Create(\"Heading\")\n heading:SetText(\"Summary of votes\")\n heading:SetFullWidth(true)\n scroll:AddChild(heading)\n \n for phaseNumber = 1, #aura_env.votesSummary do\n scroll:AddChild(aura_env:createInfiltrationPhaseFrame(phaseNumber))\n end\nend\n\naura_env.createInfiltrationPhaseFrame = function(aura_env, phaseNumber)\n local text = \"\"\n \n for targetGUID, voters in pairs(aura_env.votesSummary[phaseNumber]) do\n local targetName = aura_env:getNameStringForGUID(targetGUID)\n text = text .. targetName .. \" [\" .. #voters .. \"] was voted by \"\n \n for _, voterGUID in ipairs(voters) do\n local voterName = aura_env:getNameStringForGUID(voterGUID)\n text = text .. voterName .. \" \"\n end\n \n text = text .. \"\\n\"\n end\n \n local frame = AceGUI:Create(\"MultiLineEditBox\")\n frame:SetLabel(\"Infiltration of Dread #\" .. phaseNumber .. \":\")\n frame:SetText(text)\n frame:SetFullWidth(true)\n frame:DisableButton(true)\n frame:SetNumLines(6)\n \n return frame\nend\n\naura_env.beginInfiltrationPhase = function(aura_env)\n if #aura_env.votesSummary == 0 then\n table.insert(aura_env.votesSummary, {})\n end\n \n local count = 0\n for _, _ in pairs(aura_env.votesSummary[#aura_env.votesSummary]) do\n count = count + 1\n end\n \n if count > 0 then\n table.insert(aura_env.votesSummary, {})\n end\nend\n\naura_env.getNameStringForGUID = function(aura_env, guid)\n for unit in WA_IterateGroupMembers() do\n if guid == UnitGUID(unit) then\n return WA_ClassColorName(unit)\n end\n end\n return guid\nend\n\naura_env.activate = function(aura_env)\n if aura_env.isActive then\n return\n end\n \n aura_env.isActive = true\n aura_env.votesSummary = {}\nend\n\naura_env.deactivate = function(aura_env)\n aura_env:render()\n aura_env.isActive = false\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(event, ...)\n if not aura_env.config.showVotesSummary then\n return false\n end\n \n -- Main trigger conditions\n if event == \"ENCOUNTER_START\" then\n aura_env:activate()\n return true\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"ADBG_TBL_S\" then\n aura_env:activate()\n return true\n end\n end\n \n if not aura_env.isActive then\n return false\n end\n \n -- Phase trigger\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" and ... then\n local unitTarget, _, spellID = ...\n if spellID == 360717 then\n aura_env:beginInfiltrationPhase()\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ... \n if prefix == \"AEON_DBG_S\" then\n aura_env:beginInfiltrationPhase()\n end\n end\n \n -- Event listeners\n if #aura_env.votesSummary == 0 then\n return\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"AEON_IVOTE\" then\n local _, targetGUID, _, sender = ...\n local senderGUID = UnitGUID(Ambiguate(sender, \"short\"))\n local currentPhaseSummary = aura_env.votesSummary[#aura_env.votesSummary]\n \n if not currentPhaseSummary[targetGUID] then\n currentPhaseSummary[targetGUID] = {}\n end\n \n table.insert(currentPhaseSummary[targetGUID], senderGUID)\n end\n end\nend", ["events"] = "CHAT_MSG_ADDON, UNIT_SPELLCAST_SUCCEEDED, ENCOUNTER_START, ENCOUNTER_END", ["check"] = "event", ["unit"] = "player", ["subeventPrefix"] = "", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event, ...)\n if event == \"ENCOUNTER_END\" then\n return true\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"ADBG_TBL_E\" then\n return true\n end\n end\nend", }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 100, ["load"] = { ["use_encounterid"] = true, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["icon"] = true, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/dW5U0N3HP/22", ["selfPoint"] = "CENTER", ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["adjustedMin"] = "", ["parent"] = "Aeon Remnants - Among Us Helper", ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Votes Summary", ["color"] = { 1, 1, 1, 0, }, ["alpha"] = 1, ["width"] = 100, ["frameStrata"] = 1, ["uid"] = "jrSMrVHr7uX", ["inverse"] = false, ["xOffset"] = -300, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["06 Impending Loom - RED"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["combinePerUnit"] = false, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = false, ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "429785", }, ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["useGroupRole"] = false, ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "ZVWUH6SWTP)", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Impending Loom - RED", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["Wing Buffet 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Wing Buffet", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 357214, ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 357214, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "8wKbjwBiWuY", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Wing Buffet 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["05 Gloom Bolt"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "360259", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Healabsorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_tooltip1_format"] = "none", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "frS3FEC9mMk", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Gloom Bolt", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Outline"] = { ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.MainRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.MainRingColor\n aura_env.region:Color(color[1], color[2], color[3], color[4])\nend\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["showClones"] = false, ["type"] = "custom", ["custom_type"] = "event", ["matchesShowOn"] = "showAlways", ["event"] = "Health", ["unit"] = "player", ["custom_hide"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 4 and (t[1])\nend\n\n\n\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if aura_env.config[\"MainRingClassColor\"] then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n return c.r, c.g, c.b\n end\n \nend", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "1000", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["desaturate"] = false, ["discrete_rotation"] = 0, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 75, ["rotate"] = true, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["regionType"] = "texture", ["blendMode"] = "BLEND", ["width"] = 75, ["anchorFrameParent"] = false, ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Ring_10px.tga", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["color"] = { 1, 0.94117653369904, 0.96862751245499, 1, }, ["semver"] = "1.2.9", ["tocversion"] = 100100, ["id"] = "Outline", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["uid"] = "Qwv9UMrJCnp", ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["rotation"] = 0, ["xOffset"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["05 Torment Cone"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["spellId"] = { "349985", }, ["auranames"] = { "352658", }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["spellIds"] = { }, ["spellName"] = { 0, }, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local _, _, spellID = ...\n if spellID and aura_env.spellIDs[spellID] then\n allstates[\"carpet\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = aura_env.difficulty,\n expirationTime = aura_env.difficulty + GetTime(),\n autoHide = true,\n }\n return true\n end\n end\nend", ["use_spellId"] = true, ["realSpellName"] = 0, ["type"] = "custom", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["useName"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["customStacks"] = "", ["castType"] = "channel", ["use_spellName"] = true, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["custom_type"] = "stateupdate", ["check"] = "event", ["names"] = { }, ["use_track"] = true, ["duration"] = "10", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2434", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [349879] = true,\n [349880] = true,\n [349881] = true,\n [349882] = true,\n}\n\naura_env.difficulty = select(3, GetInstanceInfo()) ~= 14 and 10.9 or 12.5", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Torment Cone", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "1NHR8WTA89Z", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528310, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[BHH] Greater Healing Rapids (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 377950, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Greater Healing Rapids (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "xZ(alsnu3SW", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Spiritbloom Cheaper"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "376138", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "group", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 382731, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382731, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115546] = true, [115556] = true, [87596] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 367226, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "hoP(1BE7(Pw", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Spiritbloom Cheaper", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = "4622476", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["08 Fire Beam Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { 421398, }, ["subeventSuffix"] = "_CAST_SUCCESS", ["useExactSpellId"] = false, ["duration"] = "4", ["event"] = "Combat Log", ["unit"] = "player", ["useName"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { "421398", }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 236216, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "igF7MeO1ZND", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Fire Beam Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["05 Flaming Slash (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { "407547", }, ["auraspellids"] = { }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = true, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "vx(R8Ny(RFT", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Flaming Slash (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[UR] Charge (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 260292, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Charge (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "6T7eFJFsM7J", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[ULT] Earthen Ward (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 375276, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Earthen Ward (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "oJy(z7gh0Ba", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Bloodlust Buff"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Bloodlust", "65983", "Primal Rage", "80353", "Fury of the Aspects", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "tkaKd8AR1JQ", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Bloodlust Buff", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["Disintegrate Ticks"] = { ["outline"] = "OUTLINE", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "LEFT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local bar = aura_env.region.relativeTo\n\nlocal ticks = {}\nfor i=1,3 do\n local tickMark = aura_env.region:CreateTexture()\n tickMark:SetDrawLayer(\"OVERLAY\", 7)\n tickMark:SetColorTexture(1, 1, 1, 1)\n tickMark:SetSize(2, bar:GetHeight() * 0.9)\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", 0, 0)\n tickMark:Hide()\n \n ticks[i] = tickMark\nend\n\nlocal function GetBaseDuration()\n local base = IsPlayerSpell(369913) and 2.4 or 3\n local haste = 1 + UnitSpellHaste(\"player\") / 100\n \n return base / haste\nend\n\nlocal function GetTotalDuration()\n local _, _, _, startTime, endTime = UnitChannelInfo(\"player\")\n \n return (endTime - startTime) / 1000\nend\n\nlocal function UpdateTickMarks()\n local relativeBaseDuration = (GetBaseDuration() / GetTotalDuration())\n \n for i, tickMark in ipairs(ticks) do\n tickMark:Show()\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", (i / 3) * relativeBaseDuration * bar:GetWidth(), 0)\n end\n \n if relativeBaseDuration > 0.99 then\n ticks[3]:Hide()\n end\nend\n\nlocal function HideTickMarks()\n for _, tickMark in ipairs(ticks) do\n tickMark:Hide()\n end\nend\n\naura_env.trigger = UpdateTickMarks\naura_env.untrigger = HideTickMarks\n\n", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function()\n return true\nend", ["custom_type"] = "status", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["events"] = "OPTIONS", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_CHANNEL_START:player UNIT_SPELLCAST_CHANNEL_UPDATE:player UNIT_SPELLCAST_CHANNEL_STOP:player", ["custom"] = "function(event, _, _, spellId)\n if spellId ~= 356995 or event == 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.trigger()\nend", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "\n\nfunction(event, _, _, spellId)\n if spellId ~= 356995 or event ~= 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.untrigger()\nend", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "LEFT", ["font"] = "Friz Quadrata TT", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_never"] = true, ["use_dragonriding"] = false, ["spec"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_spellknown"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 356995, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 12, ["source"] = "import", ["wordWrap"] = "WordWrap", ["shadowXOffset"] = 1, ["internalVersion"] = 75, ["anchorFrameFrame"] = "WeakAuras:Evoker_CastBar", ["regionType"] = "text", ["parent"] = "Evoker [Resources]", ["fixedWidth"] = 200, ["displayText_format_p_format"] = "timed", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["xOffset"] = 0, ["semver"] = "1.0.7", ["justify"] = "LEFT", ["tocversion"] = 100105, ["id"] = "Disintegrate Ticks", ["shadowYOffset"] = -1, ["frameStrata"] = 3, ["anchorFrameType"] = "SELECTFRAME", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "kOqxKblTTiO", ["displayText"] = "", ["automaticWidth"] = "Auto", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["05 Smoldering Suffocation (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421594", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Leech HP", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2731", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "5z4FrZgn9ke", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Smoldering Suffocation (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Scorching Bomb Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "401500", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "401500", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "DyPKNLGdCjh", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Bombs in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Scorching Bomb Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Evoker [Core]"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Dream Breath Normal", "Dream Breath Cheaper", "Spiritbloom Normal", "Spiritbloom Cheaper", "Emerald Blossom ", "Echo", "Temporal Anomaly 2", "Reversion 2", "Verdant Embrace 2", "Fire Breath Normal", "Fire Breath Cheaper", "Eternity Surge Normal", "Eternity Surge Cheaper", "AUG_Upheaval", "AUG_Upheaval Cheaper", "Disintegrate", "AUG_Eruption", "AUG_Ebon Might", "AUG_Bestow Weyrnstone", "AUG_Breath of Eons", "AUG_Prescience", "AUG_Blistering Scales", "AUG_Time Skip", "Pyre 2", "Shattering Star 2", "Firestorm ", "Dream Flight 2", "Emerald Communion 2", "Time Dilation 2", "Deep Breath 3", "Dragonrage 2", "Stasis 2", "Tip the Scales", "Rewind 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "4574311", ["anchorPoint"] = "CENTER", ["animate"] = false, ["gridWidth"] = 5, ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 3, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["selfPoint"] = "CENTER", ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["gridType"] = "RD", ["arcLength"] = 360, ["stagger"] = 0, ["xOffset"] = 0, ["version"] = 8, ["internalVersion"] = 75, ["rotation"] = 0, ["uid"] = "S3AItYSJTEs", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["yOffset"] = 0.5, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local limits = { --icons per row\n 6, --row 1\n 9, --row 2\n \n }\n local rows = #limits -- total rows (matches limits size)\n local iconSizes = { --have to match #limits size (if limits is {x,y} iconSizes have to be {a, b}, i.e. 2 and 2)\n 39, --row 1\n 33, --row 2\n \n }\n local spacings = {\n 1, --row 1\n 2, --row 2\n \n }\n \n -- spacing between icons\n local checkFit = true --resize only if total clones > totalWidth. Otherwise 1-2 icons will be giga huge\n ----------------------\n local check = true\n \n local xCount = 0\n local yCount = 0\n local tCount = 0\n local lastRowCount = 0\n \n local limit = limits[yCount+1]\n local firstRowLimit = limits[yCount+1]\n \n local xSpacing = 3\n local ySpacing = spacings[yCount+1]\n local offset = spacings[yCount+1]\n \n local xOffset = 0\n local yOffset = 0\n \n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n \n local region = regionData.region\n if iconSizes[yCount+1] then\n regionData.region:SetRegionWidth(iconSizes[yCount+1])\n regionData.region:SetRegionHeight(iconSizes[yCount+1])\n end\n \n local why = 0\n for i=1, yCount+1 do\n local wtf = (i==1 or i==yCount+1) and iconSizes[i]/2 or iconSizes[i]\n why = why + wtf\n end\n local shift = yCount == 0 and 0 or why + offset\n \n local width = width or region.width\n local totalWidth = totalWidth or (width + xSpacing) * limit\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= firstRowLimit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows - 1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n if yCount == rows - 1 then\n local fit = checkFit and (width + xSpacing) * rowTotal < totalWidth\n local lastRowWidth = fit and width or ((totalWidth - (rowTotal * xSpacing)) / rowTotal)\n \n xOffset = 0 - (lastRowWidth + xSpacing) / 2 * (rowTotal - 1) + (lastRowCount * (lastRowWidth + xSpacing))\n yOffset = 0 - (shift - (width - lastRowWidth) / 2)-- change '-' to '+' after 0 to grow up instead of down\n \n lastRowCount = lastRowCount + 1\n \n regionData.region:SetRegionWidth(lastRowWidth)\n regionData.region:SetRegionHeight(lastRowWidth)\n else\n xOffset = 0 - (width + xSpacing) / 2 * (rowTotal - 1) + (xCount * (width + xSpacing))\n yOffset = 0 - shift\n end\n \n xCount = xCount + 1\n \n if yCount < rows - 1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n limit = limits[yCount+1]\n ySpacing = spacings[yCount+1]\n offset = offset + ySpacing\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["rowSpace"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker [Core]", ["stepAngle"] = 15, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sortHybridTable"] = { ["Shattering Star 2"] = false, ["Eternity Surge Normal"] = false, ["Rewind 2"] = false, ["AUG_Breath of Eons"] = false, ["Pyre 2"] = false, ["Echo"] = false, ["Dragonrage 2"] = false, ["Emerald Communion 2"] = false, ["Spiritbloom Normal"] = false, ["AUG_Prescience"] = false, ["Firestorm "] = false, ["Fire Breath Normal"] = false, ["Emerald Blossom "] = false, ["AUG_Bestow Weyrnstone"] = false, ["Temporal Anomaly 2"] = false, ["Deep Breath 3"] = false, ["AUG_Time Skip"] = false, ["Fire Breath Cheaper"] = false, ["Stasis 2"] = false, ["AUG_Upheaval"] = false, ["Spiritbloom Cheaper"] = false, ["Eternity Surge Cheaper"] = false, ["Dream Breath Cheaper"] = false, ["AUG_Eruption"] = false, ["AUG_Upheaval Cheaper"] = false, ["AUG_Ebon Might"] = false, ["Verdant Embrace 2"] = false, ["AUG_Blistering Scales"] = false, ["Time Dilation 2"] = false, ["Reversion 2"] = false, ["Dream Flight 2"] = false, ["Dream Breath Normal"] = false, ["Disintegrate"] = false, ["Tip the Scales"] = false, }, ["config"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Evoker [Afenar] || Updated for 10.1.5", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["fullCircle"] = true, }, ["Warlock_PvPT10"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 201996, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 201996, }, ["untrigger"] = { ["spellName"] = 212459, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 201996, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT10", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "jAg81SRYOB(", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["05 Next Gluttonous Miasma"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["auranames"] = { "329298", }, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Health", ["group_countOperator"] = ">", ["combineMode"] = "showHighest", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["remOperator"] = "<=", ["useGroup_count"] = true, ["type"] = "aura2", ["useRem"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "329298", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Next Leech", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ZgyKGb5x5A)", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "05 Next Gluttonous Miasma", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "2", }, { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "4", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Algeth'ar Academy."] = { ["controlledChildren"] = { "[Academy] Monotone Sleep (Cast)", "[Academy] Mythic Slam (Cast)", "[Academy] Arcane Missiles (Cast)", "[Academy] Call of the Swarm (Cast)", "[Academy] Ast (Heal)", "[Academy] Restorer (Heal)", "[Academy] Zepter (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578414, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Algeth'ar Academy.", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "5eMlJifyAQ2", ["parent"] = "Interrupt's & Casts's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["06 Deconstructing Energy"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { "363795", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["duration"] = "", ["use_exact_spellId"] = false, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["spellName"] = { 0, }, ["useName"] = true, ["event"] = "Combat Log", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Nuke Motes", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4287471, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "teDDbPjHV2t", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Deconstructing Energy", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Health-Corner"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = -1, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196081399918, 0.50196081399918, 0.50196081399918, 0.5, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["use_showHealAbsorb"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_showIncomingHeal"] = true, ["spellName"] = 0, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 4 and (t[1] and t[2])\nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 90, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 70, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = -1, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 180, ["id"] = "Health-Corner", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 5, ["width"] = 70, ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Ring_30px.tga", ["slantMode"] = "INSIDE", ["inverse"] = false, ["uid"] = "DGqvSV()PKa", ["orientation"] = "CLOCKWISE", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "percenthealth", ["value"] = "70", }, ["linked"] = false, ["changes"] = { { ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "percenthealth", ["value"] = "50", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.78823529411765, 0.30196078431373, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "percenthealth", ["value"] = "35", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.45098039215686, 0.1843137254902, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "percenthealth", ["value"] = "35", }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.8, 0, 0.019607843137255, 1, }, ["property"] = "foregroundColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["07 Lightshatter Beam (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361309", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["instance_type"] = { }, ["use_role"] = true, ["encounterid"] = "2529", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "0ClWyNHH4rl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Lightshatter Beam (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Fearful Trepidation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = 360687, ["auranames"] = { }, ["duration"] = "2", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "player", ["use_exact_spellId"] = false, ["use_absorbMode"] = true, ["names"] = { }, ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["event"] = "Cast", ["auraspellids"] = { "360146", "366634", }, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellName"] = 0, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Insects", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3163624, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "f4U(mQNNTxp", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Fearful Trepidation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Warlock_CastBar"] = { ["sparkWidth"] = 2, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -66, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = true, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.6235294342041, 0.6235294342041, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["DEATHKNIGHT"] = true, ["WARRIOR"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["PRIEST"] = true, ["WARLOCK"] = true, ["DEMONHUNTER"] = true, ["SHAMAN"] = true, ["DRUID"] = true, ["MONK"] = true, ["PALADIN"] = true, }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 0.97647058823529, 1, 0.95294117647059, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Resources]", ["adjustedMin"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["type"] = "unit", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["duration"] = "1", ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["castType"] = "cast", ["use_inverse"] = false, ["spellIds"] = { }, ["names"] = { }, ["unevent"] = "auto", ["use_unit"] = true, ["genericShowOn"] = "showOnActive", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_inverse"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["use_unit"] = true, ["unevent"] = "auto", ["names"] = { }, ["use_genericShowOn"] = true, ["event"] = "Spell Known", ["duration"] = "1", ["castType"] = "cast", ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = 0, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 17962, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_inverse"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["use_unit"] = true, ["unevent"] = "auto", ["names"] = { }, ["use_genericShowOn"] = true, ["event"] = "Spell Known", ["duration"] = "1", ["castType"] = "cast", ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = 0, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 101508, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -1, ["model_st_rx"] = 270, ["rotation"] = 180, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = true, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, { ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["text_text_format_t_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text"] = "%p", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["text_text_format_t_time_precision"] = 1, ["text_visible"] = true, ["type"] = "subtext", ["text_fontType"] = "OUTLINE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_wordWrap"] = "WordWrap", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 12, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 16, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["adjustedMax"] = "", ["barColor2"] = { 0.98039221763611, 0.8117647767067, 0.96470594406128, 1, }, ["spark"] = true, ["anchorFrameFrame"] = "SUFUnitplayer", ["backgroundColor"] = { 0.23529413342476, 0.1843137294054, 0.34509804844856, 1, }, ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "LEFT", ["color"] = { }, ["config"] = { }, ["sparkHeight"] = 29, ["customTextUpdate"] = "update", ["anchorFrameType"] = "SCREEN", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(0.59,0.59,0.94,1), CreateColor(0.98,0.78,0.83,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["semver"] = "5.3.5", ["id"] = "Warlock_CastBar", ["sparkHidden"] = "BOTH", ["useAdjustededMax"] = false, ["frameStrata"] = 2, ["width"] = 213.5, ["sparkTexture"] = "GarrMission_EncounterBar-Spark", ["xOffset"] = -0.5, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { 0.32549020648003, 0.027450982481241, 0.023529414087534, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 1, 0.40000003576279, 0.40000003576279, 1, }, ["property"] = "barColor", }, { ["value"] = { 1, 0.89803928136826, 0.60000002384186, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.13333334028721, 0.16078431904316, 0.050980396568775, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 0.49803924560547, 0.70196080207825, 0.25098040699959, 1, }, ["property"] = "barColor", }, { ["value"] = { 0.89803928136826, 1, 0.72156864404678, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["property"] = "alpha", }, { ["property"] = "sub.4.model_alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["uid"] = "1APFIrKWPHp", }, ["[BHH] Necrotic Breath (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 382712, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Necrotic Breath (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "mrjOXqyhXPr", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Vulgar Brand"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "333002", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.6, 0, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -4, ["type"] = "subtext", ["text_anchorXOffset"] = -4, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "4FZEG7Dsl2(", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Vulgar Brand", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "curse", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, { ["value"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["property"] = "sub.4.border_color", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["07 Dancing Fools"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327465", }, ["auranames"] = { "327773", }, ["duration"] = "4", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["unit"] = "boss", ["unevent"] = "timed", ["names"] = { }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_absorbMode"] = true, ["spellIds"] = { }, ["use_spellId"] = true, ["custom"] = "function(event, _, _, spellID)\n if spellID\n and spellID == 330964 then\n return true \n end\nend\n\n\n", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["subeventPrefix"] = "SPELL", ["useName"] = true, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pools Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1396969, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "WKHszvzN2lD", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Dancing Fools", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["03 Disintegrate Dot"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405423", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "3844YzM)3FQ", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Disintegrate Dot", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["02 Molten Eruption / Convergent Eruption Cast"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["match_count"] = "0", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 408193 or (spellID == 403101 and WeakAuras.CheckRange(unit, 40, \"<=\")) then\n local _, _, icon, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if expirationTime then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n icon = icon,\n autoHide = true,\n } \n return true\n end\n end\nend", ["event"] = "Cast", ["type"] = "custom", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["match_countOperator"] = ">", ["check"] = "event", ["use_absorbMode"] = true, ["matchesShowOn"] = "showOnActive", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "dfpISWVQ8v9", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Molten Eruption / Convergent Eruption Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["Widowbloom"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 168583, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "dTa8Vg6O)1x", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Widowbloom", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["02 Desolation Beam Cast On You"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["custom"] = "function(allstates, event, unit, _, spellID) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,_,expirationTime,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and guid\n and spellId == 350847\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = expirationTime / 1000 - GetTime(),\n expirationTime = expirationTime / 1000,\n unit = unit,\n autoHide = true,\n }\n return true\n end\n end\n if (\n event == \"UNIT_SPELLCAST_STOP\"\n ) \n and unit\n and UnitExists(unit)\n and spellID\n and spellID == 350847\n then\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["useName"] = false, ["useExactSpellId"] = true, ["custom_hide"] = "timed", ["spellIds"] = { }, ["type"] = "custom", ["use_debuffClass"] = false, ["auraspellids"] = { "349979", }, ["custom_type"] = "stateupdate", ["spellName"] = 0, ["event"] = "Cooldown Progress (Spell)", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "UNIT_TARGET:boss1, UNIT_SPELLCAST_STOP:boss1", ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["debuffType"] = "HARMFUL", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { ["do_custom"] = false, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Desolation Beam Cast On You", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "UjnGRjsZk5L", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 236407, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Corruption"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "410972", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Hostile", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "3OhxUGIH52k", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Corruption", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Hover_Bar_1"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["xOffset"] = -1.5, ["preferToUpdate"] = false, ["yOffset"] = 47, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "RIGHT", ["barColor"] = { 1, 0.77254909276962, 0.56470590829849, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "function()\n local p = math.max(0, UnitMana(\"player\")) / math.max(1, UnitManaMax(\"player\")) * 100;\n return string.format(\"%.f\", p) .. \"%%\";\nend\n\n\n\n", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["adjustedMin"] = "", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_charges"] = false, ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["trackcharge"] = "1", ["powertype"] = 0, ["use_powertype"] = true, ["spellIds"] = { }, ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_trackcharge"] = true, ["spellName"] = 358267, ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["health_operator"] = ">=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_charges"] = false, ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["trackcharge"] = "1", ["powertype"] = 0, ["use_powertype"] = true, ["spellIds"] = { }, ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_trackcharge"] = true, ["spellName"] = 365933, ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["health_operator"] = ">=", ["event"] = "Spell Known", ["use_exact_spellName"] = true, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "358267", }, ["use_genericShowOn"] = true, ["spellName"] = 365933, ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Spell Known", ["use_exact_spellName"] = false, ["use_track"] = true, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["powertype"] = 0, ["duration"] = "1", ["useExactSpellId"] = false, ["use_trackcharge"] = true, ["charges"] = "1", ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["trackcharge"] = "1", ["names"] = { }, ["unevent"] = "auto", ["health"] = "0", ["unit"] = "player", ["custom_hide"] = "timed", ["health_operator"] = ">=", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["type"] = "aura2", ["ownOnly"] = true, ["matchesShowOn"] = "showAlways", ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["barColor2"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["crop_x"] = 0.41, ["stickyDuration"] = false, ["adjustedMax"] = "", ["customTextUpdate"] = "update", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0.003921568627451, 0.003921568627451, 0.003921568627451, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 1, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 1, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 2, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_fontType"] = "OUTLINE", ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(1,0.76,0.53,1), CreateColor(1,0.96,0.88,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun", ["source"] = "import", ["zoom"] = 0, ["regionType"] = "aurabar", ["width"] = 123.5, ["mirror"] = false, ["user_y"] = 0, ["borderBackdrop"] = "None", ["borderInFront"] = true, ["id"] = "Hover_Bar_1", ["icon_side"] = "RIGHT", ["backgroundColor"] = { 0.41960787773132, 0.10588236153126, 0.011764707043767, 1, }, ["anchorPoint"] = "CENTER", ["sparkHeight"] = 30, ["backdropColor"] = { 0, 0, 0, 0, }, ["spark"] = false, ["config"] = { }, ["semver"] = "1.0.7", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 12, ["multi"] = { [383243] = true, }, }, ["class_and_spec"] = { ["single"] = 63, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [382292] = true, [116011] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 343222, ["size"] = { ["multi"] = { }, }, }, ["sparkHidden"] = "NEVER", ["startAngle"] = 0, ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "bVtXGihaU8N", ["inverse"] = true, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = { 0.71764707565308, 0.71764707565308, 0.71764707565308, 1, }, ["property"] = "barColor", }, { ["property"] = "sub.4.model_alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["compress"] = false, }, ["08 Poisonous Mushroom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "426686", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "a4n3XPpqvEY", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Poisonous Mushroom", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Agonizing Claws"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "421022", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "ua3Yw9iY9er", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Agonizing Claws", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[NLTH] Mending Clay (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 372223, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Mending Clay (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "FJCM3ksnSpt", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Ruby Life Pools."] = { ["controlledChildren"] = { "[Ruby] Eisschild (Heal)", "[Ruby] Glutblitz (Cast)", "[Ruby] Eisblitz (Cast)", "[Ruby] Blitzschlag (Cast)", "[Ruby] Donnerblitz (Cast)", "[Ruby] Gewittersturm (Cast)", "[Ruby] Feuerblitz (Cast)", "[Ruby] Schockschlag (Cast)", "[Ruby[ Tektonischer Schlag (Stun/CC)", "[Ruby[ Flammentanz (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578416, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Ruby Life Pools.", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "FhN9q(VdQ0S", ["parent"] = "Interrupt's & Casts's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[NLTH] Burning Roar (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 395427, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Burning Roar (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "rtC4PJMs33o", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["02 Wracking Skewer Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 416048, }, ["auranames"] = { "", }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["specificUnit"] = "", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["unit"] = "boss1", ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["names"] = { }, ["use_spellNames"] = true, ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 429277, ["auranames"] = { "", }, ["matchesShowOn"] = "showAlways", ["unit"] = "player", ["specificUnit"] = "", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["auraspellids"] = { "429277", }, ["type"] = "aura2", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_count"] = false, ["auranames"] = { "", }, ["duration"] = "10", ["unit"] = "player", ["destUnit"] = "player", ["specificUnit"] = "", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["spellId"] = { 415623, }, ["type"] = "combatlog", ["use_destUnit"] = true, ["use_unit"] = true, ["subeventSuffix"] = "_AURA_APPLIED", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 645219, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "Hw0EpZmIDuJ", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Wracking Skewer Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[NL] Molten Crash (Frontal) (Tank)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "731", ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 200732, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "USE MIDIGATION!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Molten Crash (Frontal) (Tank)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "We9GsJPjFBx", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Coiling Flames - WHITE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 1, 1, 1, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_border"] = false, ["glow_frame_type"] = "UNITFRAME", ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_YOffset"] = -1, }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "421207", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "R5rZZeVm(1h", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Coiling Flames - WHITE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["04 Noxious Blossom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "420714", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Plant-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "btcaq6Wtr)R", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Noxious Blossom", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Raid Buffs Tracker"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Arcane Intellect - Buff Tracker", "Battle Shout - Buff Tracker", "Blessing of the Bronze - Buff Tracker", "Mark of the Wild - Buff Tracker", "Power Word: Fortitude - Buff Tracker", "Atrophic/Numbing Poisons - Buff Tracker", "Devotion/Retribution Aura - Buff Tracker", "Windfury Totem - Buff Tracker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "iWkZ4Eq-i", ["parent"] = "CommonUI", ["preferToUpdate"] = true, ["yOffset"] = 431.67413330078, ["gridType"] = "RD", ["animate"] = false, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["frameStrata"] = 1, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["useLimit"] = false, ["groupIcon"] = 133201, ["internalVersion"] = 75, ["stagger"] = 0, ["grow"] = "RIGHT", ["version"] = 26, ["subRegions"] = { }, ["space"] = 5, ["rotation"] = 0, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["uid"] = "roUeOkDJIbt", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["source"] = "import", ["fullCircle"] = true, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 5, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["sortHybridTable"] = { ["Devotion Aura - Buff Tracker"] = false, ["Mark of the Wild - Buff Tracker"] = false, ["Windfury Totem - Buff Tracker"] = false, ["Power Word: Fortitude - Buff Tracker"] = false, ["Blessing of the Bronze - Buff Tracker"] = false, ["Battle Shout - Buff Tracker"] = false, ["Atrophic/Numbing Poisons - Buff Tracker"] = false, ["Arcane Intellect - Buff Tracker"] = false, }, ["borderOffset"] = 4, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Raid Buffs Tracker", ["stepAngle"] = 15, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["anchorPoint"] = "CENTER", ["config"] = { }, ["xOffset"] = 410, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["02 Deathly Roar"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334708", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132095, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "modE4sU418s", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "02 Deathly Roar", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Dread Touch"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = false, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "389775", }, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "target", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [387065] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 389775, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Dread Touch", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "7nhZnPQFY)i", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["The Vortex Pinnacle - Cleave's & Frontal's"] = { ["controlledChildren"] = { "{TVP] Altairus (Frontal)", "{TVP] Chilling Blast (Frontal)", "[TVP] Unstable Grounding Field ", "[TVP] Lethal Current (Watch ADD)", "[TVP] Pressurized Blast (Get Out)", "[TVP] Chain Lightning (Spread)", "[TVP] Lightning Lash (Get In)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 409599, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "S9IUrG7soAQ", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["09 Seismic Upheaval"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "334498", }, ["duration"] = "1", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["auraspellids"] = { "331209", }, ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, CAUSESE_UPHEAVAL", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 334498\n and destGUID == WeakAuras.myGUID then \n -- local ID = select(3, GetInstanceInfo())\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 2,\n expirationTime = 2 + GetTime(),\n remaining = 3,\n autoHide = true,\n initial = true\n }\n local rem = allstates[destGUID].remaining\n aura_env.timer = C_Timer.NewTimer(2, function() WeakAuras.ScanEvents(\"CAUSESE_UPHEAVAL\", rem-1) end)\n return true\n elseif subEvent == \"UNIT_DIED\"\n and destGUID == WeakAuras.myGUID then\n aura_env.timer:Cancel()\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n elseif event == \"CAUSESE_UPHEAVAL\"\n and ... then\n local remaining = ...\n allstates[WeakAuras.myGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 2,\n expirationTime = 2 + GetTime(),\n remaining = remaining,\n autoHide = true,\n }\n local rem = allstates[WeakAuras.myGUID].remaining\n if remaining > 1 then\n aura_env.timer = C_Timer.NewTimer(2, function() WeakAuras.ScanEvents(\"CAUSESE_UPHEAVAL\", rem-1) end)\n end\n return true\n end\nend", ["unit"] = "player", ["spellIds"] = { }, ["unevent"] = "timed", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["customVariables"] = "{initial = \"bool\"}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_format"] = "timed", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136025, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Yj(kcD8l)UT", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "preset", ["easeType"] = "none", ["colorB"] = 0.5921568627451, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Seismic Upheaval", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "initial", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Evoker Essence"] = { ["sparkWidth"] = 20, ["stacksSize"] = 12, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "None", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.32941177487373, 0.28235295414925, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { [52271] = true, [7] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["race"] = { ["single"] = "Dracthyr", ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["use_never"] = false, ["zoneIds"] = "", }, ["timerColor"] = { 1, 1, 1, 1, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["stacks"] = true, ["sparkDesaturate"] = false, ["texture"] = "Solid", ["textFont"] = "Friz Quadrata TT", ["borderOffset"] = 5, ["auto"] = true, ["tocversion"] = 100200, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["barColor2"] = { 1, 0.56470590829849, 0, 1, }, ["stacksFont"] = "Friz Quadrata TT", ["textColor"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["spark"] = false, ["borderBackdrop"] = "Blizzard Dialog Background Dark", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = "Evoker Essence (Nimeji)", ["adjustedMin"] = "", ["customText"] = "function(expirationTime, duration, progress, formatedDuration, name, icon, stacks)\n \n local e = aura_env\n local c = e.config\n local r = e.region\n local s = e.state\n \n if s then\n --print(s.name)\n return s.name\n end\n if s.progressType == \"timed\" and c.TrackDoom then\n --[[if s.nature == \"partial\" then\n local doomColor = c[\"DemoDoom\"]\n r.text1:SetTextColor(doomColor[1], doomColor[2], doomColor[3], doomColor[4])\n end]]\n local remains = s.expirationTime - GetTime()\n return e.format(remains > 2 and \"%d\" or \"%.1f\", remains)\n end\n --else\n --end\nend", ["overlays"] = { { 0.23529411764706, 1, 0, 0, }, }, ["color"] = { }, ["anchorFrameType"] = "SCREEN", ["desc"] = "", ["customTextUpdate"] = "update", ["sparkRotationMode"] = "MANUAL", ["sparkHidden"] = "BOTH", ["displayTextLeft"] = "%n", ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["customVariables"] = "{ \n duration = true,\n progressType = {\n type = \"select\",\n values = { static = \"static\", timed = \"timed\" }\n }\n}", ["event"] = "Health", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellIds"] = { }, ["events"] = "UNIT_POWER_FREQUENT:player UNIT_MAXPOWER:player", ["custom"] = "function(states, event, unit, powerType)\n if powerType and powerType ~= \"ESSENCE\" then\n return\n end\n \n return aura_env.trigger(states)\nend", ["check"] = "event", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Essence Burst", }, ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "375802", }, ["unit"] = "player", ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Leaping Flames", }, ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = 1, }, ["rotateText"] = "NONE", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["text"] = true, ["sparkMirror"] = true, ["stickyDuration"] = false, ["timerSize"] = 12, ["textureSource"] = "LSM", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_CENTER", ["text_fontType"] = "None", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 0.4, ["model_fileId"] = "328500", ["model_path"] = "spells/fel_zone.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 1, ["model_visible"] = false, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, }, ["timer"] = true, ["timerFlags"] = "None", ["uid"] = "OdoaZAkd2u(", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundColor"] = { 0.019607843831182, 0.14117647707462, 0.1294117718935, 1, }, ["source"] = "import", ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["backdropColor"] = { 0, 0, 0, 1, }, ["border"] = false, ["borderEdge"] = "None", ["borderSize"] = 16, ["borderInFront"] = false, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.lastPower = -1\n\nlocal function GetEssenceCooldown()\n local rechargeRate = GetPowerRegenForPowerType(Enum.PowerType.Essence)\n \n -- why is this needed?\n -- taken from Interface/FrameXML/EssenceFramePlayer\n if rechargeRate == nil or rechargeRate == 0 then\n rechargeRate = 0.2\n end\n \n return 1 / rechargeRate\nend\n\nlocal function UpdateState(state, changes)\n local updated = false\n for key, value in pairs(changes) do\n if state[key] ~= value then\n state[key] = value\n state.changed = true\n updated = true\n end\n end\n \n return updated\nend\n\nlocal function UpdateProgress(essence, power, state)\n if essence == power + 1 then\n local duration = GetEssenceCooldown()\n \n return UpdateState(state, {\n duration = duration,\n expirationTime = GetTime() + duration,\n progressType = \"timed\",\n show = true\n })\n elseif essence <= power then\n return UpdateState(state, {\n value = 1,\n total = 1,\n progressType = \"static\",\n show = true\n })\n else\n return UpdateState(state, {\n value = 0,\n total = 1,\n progressType = \"static\",\n show = true\n })\n end\nend\n\nlocal function Initialize(states, maxPower)\n for essence = 1, 6 do\n if states[essence] == nil then\n states[essence] = {\n progressType = \"timed\",\n index = essence\n }\n end \n end\n \n if maxPower == 5 and states[6].show then\n UpdateState(states[6], { show = false })\n \n return true\n end\n \n return false\nend\n\nlocal function Update(states, power, maxPower)\n local didUpdate = false\n for essence = 1, maxPower do\n if UpdateProgress(essence, power, states[essence]) then\n didUpdate = true\n end\n end\n \n return didUpdate\nend\n\nfunction aura_env.trigger(states) \n local maxPower = UnitPowerMax(\"player\", Enum.PowerType.Essence)\n local power = UnitPower(\"player\", Enum.PowerType.Essence)\n \n if power == aura_env.lastPower and #states ~= 0 then\n return false\n end\n aura_env.lastPower = power\n \n return Initialize(states, maxPower) or Update(states, power, maxPower)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["icon_side"] = "RIGHT", ["textSize"] = 12, ["config"] = { }, ["sparkHeight"] = 25, ["sparkOffsetX"] = 0, ["displayTextRight"] = "%p", ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.2.18", ["height"] = 14, ["id"] = "Evoker Essence", ["sparkRotation"] = 90, ["frameStrata"] = 1, ["width"] = 26, ["sparkTexture"] = "Interface\\Buttons\\JumpUpArrow", ["textFlags"] = "None", ["inverse"] = false, ["zoom"] = 0, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "progressType", ["value"] = "timed", }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { 1, 0.54901963472366, 0, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.56078433990479, 1, 0, 1, }, ["property"] = "barColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["borderInset"] = 11, }, ["PandariaBronzeCompletion"] = { ["controlledChildren"] = { "BronzeTotal", "BronzeRemaining", "BronzeMount", "BronzeToy", "BronzeHeirlooms", "BronzeLFR", "BronzeNormal", "BronzeHeroicMyth", "BronzeDungeon", "BronzeWorld", "BronzeTradingPost", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "6953n7SYm", ["xOffset"] = 19.08045196533203, ["preferToUpdate"] = false, ["yOffset"] = -207.586181640625, ["anchorPoint"] = "TOPLEFT", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 12, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["borderInset"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "PandariaBronzeCompletion", ["uid"] = "v8ewhQpI8aS", ["frameStrata"] = 1, ["anchorFrameType"] = "UIPARENT", ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { }, ["groupIcon"] = 656166, }, ["08 Chain Slam (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["unit"] = "group", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = true, ["group_count"] = "0", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "335470", }, ["spellIds"] = { }, ["auranames"] = { "335470", }, ["ignoreDead"] = false, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = true, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "335470", }, ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "335470", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_1.unitName_realm_name"] = "never", ["text_text_format_1.unit_abbreviate"] = false, ["text_text"] = "%1.unit", ["text_text_format_1.unitName_color"] = "class", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_text_format_1.unitName_abbreviate"] = false, ["rotateText"] = "NONE", ["text_text_format_s_format"] = "none", ["text_text_format_1.unitName_abbreviate_max"] = 8, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_1.unitName_format"] = "Unit", ["text_shadowYOffset"] = 0, ["text_text_format_1.unit_color"] = "class", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_1.unit_format"] = "Unit", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_realm_name"] = "never", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["encounterid"] = "2399", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 463560, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "fI72xQPBdc6", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 Chain Slam (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Shattering Blast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "332683", }, ["auranames"] = { "342425", }, ["use_absorbMode"] = true, ["message_operator"] = "find('%s')", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["names"] = { }, ["duration"] = "5", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unit"] = "boss", ["message"] = "spell:332683", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["use_message"] = true, ["use_destUnit"] = false, ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_EMOTE", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1519262, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "2JL(rtEskI1", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Shattering Blast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["07 Earthbreaker Missiles"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "361675", }, ["duration"] = "", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["custom_type"] = "event", ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Combat Log", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "361675", "369880", "369881", }, ["events"] = "", ["spellIds"] = { }, ["useName"] = false, ["check"] = "event", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drop", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4224727, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = ")oxfmPkrJIq", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Earthbreaker Missiles", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Scarlet Adaptation Percent"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["displayText"] = "%c%", ["yOffset"] = -7.8710927963257, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["displayText_format_c_round_type"] = "round", ["keepAspectRatio"] = false, ["selfPoint"] = "BOTTOM", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["font"] = "Accidental Presidency", ["sparkOffsetY"] = 0, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_1.tooltip_format"] = "none", ["shadowXOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "text", ["texture"] = "BantoBar", ["displayText_format_1.maxUnitCount_format"] = "none", ["cooldownTextDisabled"] = false, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "0%", ["shadowYOffset"] = 0, ["preferToUpdate"] = false, ["cooldownSwipe"] = true, ["information"] = { ["forceEvents"] = true, }, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["displayText_format_1.tooltip1_format"] = "none", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Scarlet Adaptation", }, ["unit"] = "player", ["use_tooltipValue"] = true, ["debuffType"] = "HELPFUL", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["tooltipValueNumber"] = 1, ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["tooltipValue_operator"] = ">", ["auraspellids"] = { "372470", }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["tooltipValue"] = "1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function()\n if aura_env.state and aura_env.state.tooltip1 then\n local toolt = aura_env.state.tooltip1\n local max = \"\"..GetSpellBonusDamage(7)*1.61\n \n return toolt/max *100\n else\n return 0\n end\nend\n", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["orientation"] = "HORIZONTAL", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "b3ba1mcm3qG", ["displayText_format_p_time_mod_rate"] = true, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["customText"] = "function()\n if aura_env.state and aura_env.state.tooltip1 then\n local toolt = aura_env.state.tooltip1\n local max = \"\"..GetSpellBonusDamage(7)*2.254\n \n return (toolt/max *100),max,true\n else\n return 0\n end\nend", ["width"] = 200, ["useCooldownModRate"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 15, ["config"] = { }, ["sparkHidden"] = "NEVER", ["sparkBlendMode"] = "ADD", ["displayText_format_c_decimal_precision"] = 0, ["fontSize"] = 16, ["source"] = "import", ["displayText_format_s_format"] = "none", ["semver"] = "1.2.18", ["wordWrap"] = "WordWrap", ["internalVersion"] = 75, ["icon"] = false, ["displayText_format_p_time_precision"] = 1, ["automaticWidth"] = "Auto", ["customTextUpdate"] = "event", ["icon_side"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["useAdjustededMax"] = false, ["sparkHeight"] = 30, ["xOffset"] = 12.254337310791, ["displayText_format_c_format"] = "Number", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["justify"] = "CENTER", ["displayText_format_1.unitCount_format"] = "none", ["id"] = "Scarlet Adaptation Percent", ["displayText_format_p_time_dynamic_threshold"] = 60, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_1.tooltip2_format"] = "none", ["displayText_format_1.tooltip3_format"] = "none", ["inverse"] = false, ["zoom"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.state and aura_env.state.tooltip1 then\n local toolt = aura_env.state.tooltip1\n local max = \"\"..GetSpellBonusDamage(7)*1.61\n if (toolt/max *100) >= 95 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 1, 0, 0.035294119268656, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.state and aura_env.state.tooltip1 then\n local toolt = aura_env.state.tooltip1\n local max = \"\"..GetSpellBonusDamage(7)*1.61\n if (toolt/max *100) > 70 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.63921570777893, 0, 1, }, ["property"] = "color", }, }, }, }, ["cooldown"] = false, ["parent"] = "ScarletAdaptationText", }, ["08 Poisonous Mushroom (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "426686", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2786", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "GYcY5Ie3R3L", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Poisonous Mushroom (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Obsidian Scales 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "363916", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 186265, }, ["useGroup_count"] = false, ["names"] = { "Дух черепахи", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Obsidian Scales", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 363916, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 186265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.65098041296005, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = true, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 363916, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "6YJY3BhRowu", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Obsidian Scales 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["p_emerald_communion"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 60.547485351563, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useCount"] = true, ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 370960, ["use_remaining"] = false, ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Emerald Communion", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 498, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["alpha"] = 1, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["useTooltip"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { [385129] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 370960, ["use_petbattle"] = false, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["parent"] = "preservation_evoker", ["xOffset"] = -54.366638183594, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 29, ["useCooldownModRate"] = true, ["desaturate"] = true, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "p_emerald_communion", ["icon"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["uid"] = "(vdgXdEth85", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["Warlock_PvPT3"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 199954, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 199954, }, ["untrigger"] = { ["spellName"] = 199954, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 4, ["multi"] = { [14] = true, [4] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 199954, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT3", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "hQPqAnvaraU", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["[UR] Wicked Frenzy (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 266209, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Wicked Frenzy (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eN0DmWIa1D4", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["AUG_Prescience"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 409311, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Prescience", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115675] = true, [409311] = true, [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 409311, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "09)zVP3OeUB", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Prescience", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Reset 2"] = { ["iconSource"] = 0, ["parent"] = "Mists of Tirna Scithe guessing game v2", ["preferToUpdate"] = true, ["customText"] = "function()\n return aura_env.resetText\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownTextDisabled"] = false, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["keepAspectRatio"] = false, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border.tga", ["desaturate"] = false, ["discrete_rotation"] = 0, ["adjustedMin"] = "", ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = -1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 2, }, }, ["height"] = 25, ["rotate"] = true, ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["source"] = "import", ["config"] = { ["debug"] = false, ["eLang"] = 1, ["useEng"] = false, ["encounter"] = false, ["noCommunication"] = false, }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.noCommunication = aura_env.config['noCommunication']\naura_env.useEng = aura_env.config['useEng']\naura_env.eLang = aura_env.config['eLang']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.resetText = \"Reset\"\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\n aura_env.resetText = \"초기화\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\n aura_env.resetText = \"Reset\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\n aura_env.resetText = \"Zurücksetzen\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\n aura_env.resetText = \"重置\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\n aura_env.resetText = \"Resetear\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\n aura_env.resetText = \"重置\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\n aura_env.resetText = \"Reiniciar\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\n aura_env.resetText = \"Сброс\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\n aura_env.resetText = \"Resetar\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\n aura_env.resetText = \"Reset\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nif aura_env.eLang == 2 and not aura_env.useEng then --Dutch\n aura_env.resetText = \"Reset\"\nelseif aura_env.eLang == 3 and not aura_env.useEng then --Norwegian\n aura_env.resetText = \"Tilbakestill\"\nelseif aura_env.eLang == 4 and not aura_env.useEng then --Hungarian\n aura_env.resetText = \"Töröl\"\nend\nif aura_env.useEng then \n aura_env.resetText = \"Reset\" \nend\n\nlocal values = {9, 9, 9, 9}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\")\n aura_env.frameData = b\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function()\n if debug then print(\"Click Registered - true\") end\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"WHISPER\", name)\n end\n WeakAuras.ScanEvents(\"GlowReset\") \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function()\n if debug then print(\"Click Registered - true\") end\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message, \"WHISPER\", name)\n end\n end\n WeakAuras.ScanEvents(\"GlowReset\", true)\n end)\nend\naura_env.LCG = LibStub(\"LibCustomGlow-1.0\")", ["do_custom"] = true, }, ["finish"] = { }, }, ["width"] = 300, ["mirror"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["alpha"] = 1, ["blendMode"] = "BLEND", ["color"] = { 1, 0.57647058823529, 0.71372549019608, 0.80000001192093, }, ["rotation"] = 0, ["anchorFrameParent"] = false, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["auto"] = false, ["zoom"] = 1, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "Reset 2", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "(Overwrites selection below)", ["key"] = "useEng", ["useDesc"] = false, ["name"] = "Use English instead of Client Regional Language", ["width"] = 2, }, { ["type"] = "select", ["values"] = { "Use Client Region Language", "Dutch", "Norwegian (Bokmål)", "Hungarian", }, ["default"] = 1, ["key"] = "eLang", ["useDesc"] = false, ["name"] = "Language (non-client region Language)", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, ["uid"] = "gwvcSCXq0)t", ["inverse"] = false, ["url"] = "https://wago.io/hVLym_eLv/67", ["conditions"] = { }, ["cooldown"] = false, ["xOffset"] = 10, }, ["BOTTOM LEFT RUNE"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -42, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "HYLB_TOPLEFT HYLB_TOPRIGHT HYLB_BOTTOMLEFT HYLB_BOTTOMRIGHT HYLB_RESET", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(states, event, arg1, arg2, arg3)\n if event == \"OPTIONS\" then\n states[\"\"] = {\n text = \"\",\n icon = 1323038,\n progressType = \"static\",\n changed = true,\n show = true\n }\n return true\n end\n if event == \"HYLB_BOTTOMLEFT\" and arg1 and arg2 then\n states[\"\"] = {\n text = arg2,\n icon = arg1,\n progressType = \"static\",\n changed = true,\n show = true\n }\n aura_env.handle()\n return true\n elseif event == \"HYLB_RESET\" and arg1 then\n aura_env.handle(true)\n if states[\"\"] then\n states[\"\"].show = false\n states[\"\"].changed = true\n end\n return true\n elseif (event == \"HYLB_TOPLEFT\" or event == \"HYLB_TOPRIGHT\" or event == \"HYLB_BOTTOMRIGHT\") and arg3 then\n aura_env.region[\"button\"..arg3]:Hide()\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["spellId"] = 346427, ["useExactSpellId"] = true, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "player", ["use_spellId"] = true, ["auraspellids"] = { "346427", }, ["use_absorbHealMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] or t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "BOTTOM LEFT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "RIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_LEFT", ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = -42, ["cooldown"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["config"] = { }, ["alpha"] = 1, ["actions"] = { ["start"] = { ["custom"] = "if not WeakAuras.IsOptionsOpen() then\n aura_env.handle(true)\nend\n\n", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "local t = {\n [1] = {\"TOPLEFT\", 1323035, \"BLUE\", \"{rt6}\"},\n [2] = {\"TOPRIGHT\", 1323037, \"PURPLE\", \"{rt3}\"},\n [3] = {\"BOTTOMLEFT\", 1323038, \"YELLOW\", \"{rt1}\"},\n [4] = {\"BOTTOMRIGHT\", 1323039, \"ORANGE\", \"{rt2}\"},\n}\n\nlocal name = \"HYLB\"\nlocal w, h = aura_env.region:GetSize()\nfor i=1, 4 do\n \n aura_env.region[\"button\"..i] = aura_env.region[\"button\"..i] or CreateFrame(\"Button\", name..i, aura_env.region)\n aura_env.region[\"button\"..i]:SetSize(w/2, h/2)\n aura_env.region[\"button\"..i]:SetPoint(t[i][1])\n aura_env.region[\"button\"..i]:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_BOTTOMLEFT\", t[i][2], t[i][3], i, t[i][4])\n end)\n \n aura_env.region[\"button\"..i]:SetNormalTexture(t[i][2])\n aura_env.region[\"button\"..i]:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\nend\n\naura_env.handle = function(show)\n for i=1, 4 do\n if show then\n aura_env.region[\"button\"..i]:Show()\n else\n aura_env.region[\"button\"..i]:Hide()\n end\n end\nend\naura_env.handle(not WeakAuras.IsOptionsOpen())", ["do_custom"] = true, }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "BOTTOM LEFT RUNE", ["zoom"] = 0, ["useCooldownModRate"] = true, ["width"] = 80, ["frameStrata"] = 1, ["uid"] = "Ru5(Px873ER", ["inverse"] = false, ["url"] = "https://wago.io/TazaveshConsole/12", ["displayIcon"] = 237290, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["03-Dimensional Tear"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362721", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362615", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.52549019607843, ["scalex"] = 1, ["colorB"] = 0.93333333333333, ["colorG"] = 0.68627450980392, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "U4bppRmwl7P", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "03-Dimensional Tear", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["Evoker [Dynamic]"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Rush of Vitality 2", "Echo ", "Ouroboros", "AUG_Attunement_Missing", "Blessing of the Bronze Missing", "Ancient Flame 2", "Cycle of Life 2", "Scarlet Adaptation 2", "Lifebind 2", "Temporal Compression 2", "Leaping Flames 2", "Iridescence", "Exhilarating Burst 2", "Call of Ysera 2", "Essence Burst 2", "Power Swell", "T30_Preservation_4P", "T30_Augmentation_4P", "Burnout 2", "Snapfire", "Ruby Embers", "Precognition (Preservation & Devastation - PvP Talent) 2", "Lifespark (4-Pieces) 2", "Fire Breath 3", "AUG_Ebon Might Buff", "AUG_Momentum Shift", "AUG_Inferno's Blessing", "Fire Breath 4", "Deep Breath 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "4574311", ["anchorPoint"] = "CENTER", ["animate"] = true, ["gridWidth"] = 5, ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["selfPoint"] = "CENTER", ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["gridType"] = "RD", ["arcLength"] = 360, ["stagger"] = 0, ["xOffset"] = -0.5, ["version"] = 8, ["internalVersion"] = 75, ["rotation"] = 0, ["uid"] = "Bi9eZxhRGO4", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["yOffset"] = 68.5, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local limit = 7 -- limit of icons per row\n local rows = 3 -- total rows\n local spacing = 3 -- spacing between icons\n ----------------------\n local check = true\n local xCount = 0\n local yCount = 0\n local tCount = 0\n \n local xOffset = 0\n local yOffset = 0\n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n local region = regionData.region\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= limit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows-1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n xOffset = 0 - (region.width + spacing) / 2 * (rowTotal-1) + (xCount * (region.width + spacing))\n yOffset = 0 + (region.height + spacing) * yCount -- change '-' to '+' after 0 to grow up instead of down\n \n xCount = xCount + 1\n \n if yCount < rows-1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend\n\n", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["rowSpace"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker [Dynamic]", ["stepAngle"] = 15, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sortHybridTable"] = { ["Iridescence"] = false, ["Blessing of the Bronze Missing"] = false, ["Call of Ysera 2"] = false, ["Rush of Vitality 2"] = false, ["Fire Breath 3"] = false, ["Deep Breath 2"] = false, ["AUG_Attunement_Missing"] = false, ["Essence Burst 2"] = false, ["AUG_Momentum Shift"] = false, ["Echo "] = false, ["AUG_Ebon Might Buff"] = false, ["Ruby Embers"] = false, ["Ancient Flame 2"] = false, ["T30_Augmentation_4P"] = false, ["T30_Preservation_4P"] = false, ["Cycle of Life 2"] = false, ["Exhilarating Burst 2"] = false, ["Leaping Flames 2"] = false, ["Ouroboros"] = false, ["Temporal Compression 2"] = false, ["Snapfire"] = false, ["Lifebind 2"] = false, ["Fire Breath 4"] = false, ["Precognition (Preservation & Devastation - PvP Talent) 2"] = false, ["Lifespark (4-Pieces) 2"] = false, ["AUG_Inferno's Blessing"] = false, ["Scarlet Adaptation 2"] = false, ["Power Swell"] = false, ["Burnout 2"] = false, }, ["config"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Evoker [Afenar] || Updated for 10.1.5", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["fullCircle"] = true, }, ["07 Catastrophic Eruption"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["displayIcon"] = 135822, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HELPFUL", ["spellNames"] = { 408358, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["use_exact_spellId"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "07 Catastrophic Eruption", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["uid"] = "tgyGLLztCBn", ["semver"] = "1.0.44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["zoom"] = 0.2, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkColor"] = { 1, 1, 1, 1, }, }, ["[HoI] Dazzle (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 374563, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Dazzle (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "etFxGpXuWpS", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["BronzeRemaining"] = { ["xOffset"] = 0, ["displayText_format_p_time_dynamic_threshold"] = 60, ["displayText_format_c1_gcd_hide_zero"] = false, ["yOffset"] = -20, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\nend\n\nlocal SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\nend\n\nlocal SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\nend\n\nlocal SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\nend\n\nlocal SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\nend\n\nlocal SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\nend\n\nlocal FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\nend\n\nlocal FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\nend\n\nlocal FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\nend\n\nlocal FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\nend\n\nlocal FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\nend\n\nlocal FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\nend\n\nlocal FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\nend\n\nlocal FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\nend\n\nFindMounts()\nFindHeirlooms()\nFindLFR()\nFindNormal()\nFindHeroic()\nFindDungeon()\nFindWorld()", ["do_custom"] = false, }, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_s_decimal_precision"] = 1, ["displayText_format_c1_abbreviate_max"] = 8, ["font"] = "2002", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["displayText_format_l.unitCount_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_c1_color"] = true, ["displayText_format_c1_gcd_gcd"] = true, ["displayText_format_2.stacks_format"] = "none", ["tocversion"] = 100207, ["uid"] = "(covSiQTU8A", ["displayText_format_2.value_format"] = "none", ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["displayText_format_c1_big_number_format"] = "AbbreviateNumbers", ["wagoID"] = "6953n7SYm", ["parent"] = "PandariaBronzeCompletion", ["customText"] = "function()\n return aura_env.total\nend\n\n\n\n", ["shadowYOffset"] = -1, ["displayText_format_c1_abbreviate"] = false, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["itemName"] = 188957, ["use_count"] = true, ["use_value"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["currencyId"] = 2778, ["value"] = "0", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_currencyId"] = true, ["type"] = "unit", ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["health_operator"] = { ">", }, ["event"] = "Currency", ["use_itemName"] = true, ["value_operator"] = ">=", ["count"] = "0", ["spellIds"] = { }, ["health"] = { "0", }, ["use_unit"] = true, ["names"] = { }, ["use_absorbHealMode"] = true, ["use_absorbMode"] = true, ["count_operator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["customStacks"] = "function()\n return aura_env.total\nend\n\n\n", ["custom"] = "function()\n if aura_env.set_store == nil then\n aura_env.set_store = {}\n setglobal(\"PandariaSetData\", aura_env.set_store)\n end\n \n if aura_env.mount_store == nil then\n aura_env.mount_store = {}\n setglobal(\"PandariaMountData\", aura_env.mount_store)\n end\n \n local classMasks = {}\n classMasks[\"WARRIOR\"] = 1\n classMasks[\"PALADIN\"] = 2\n classMasks[\"HUNTER\"] = 4\n classMasks[\"ROGUE\"] = 8\n classMasks[\"PRIEST\"] = 16\n classMasks[\"DEATHKNIGHT\"] = 32\n classMasks[\"SHAMAN\"] = 64\n classMasks[\"MAGE\"] = 128\n classMasks[\"WARLOCK\"] = 256\n classMasks[\"MONK\"] = 512\n classMasks[\"DRUID\"] = 1024\n classMasks[\"DEMONHUNTER\"] = 2048\n classMasks[\"EVOKER\"] = 4096\n \n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n elseif grid[categoryID] == nil then\n grid[categoryID] = false\n end\n end\n return grid\n end\n \n local PlayerHasSet = function(setId)\n if aura_env.set_store[setId] then\n return true\n end\n \n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.set_store[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.set_store[setId] = true\n return true\n end\n \n if not aura_env.config[\"pbc_enhanced_tracking\"] then\n return false\n else \n local slotInfo = AreSlotAppearancesCollected(setId)\n \n for i,value in ipairs(missingSlots) do\n if not slotInfo[value] then\n return false\n end\n end\n \n aura_env.set_store[setId] = true\n return true\n end\n \n return false\n end\n \n local PlayerHasMount = function(mountId)\n if aura_env.mount_store[mountId] then\n return true\n end\n \n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.mount_store[mountId] = isCollected\n return isCollected\n end\n \n local PlayerHasHeirloom = function(items)\n for i,value in ipairs(items) do\n if C_TransmogCollection.PlayerHasTransmogByItemInfo(value) then\n return true\n end\n end\n \n return false\n end\n \n local AddToTotal = function(itemType, items, cost)\n local total = 0\n if itemType == \"HEIRLOOM\" then\n for key,value in pairs(items) do\n if not(PlayerHasHeirloom(value)) then\n total = total + cost\n end\n end\n else\n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n if not(PlayerHasMount(value)) then\n total = total + cost\n end\n elseif itemType == \"TOY\" then\n if not(PlayerHasToy(value)) then\n total = total + cost\n end\n elseif itemType == \"SET\" then\n if not(PlayerHasSet(value)) then\n total = total + cost\n end\n end\n \n end\n end\n return total\n end\n \n local AddFilteredSets = function(items, cost)\n local total = 0\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if items[className] ~= nil then\n total = total + AddToTotal(\"SET\", items[className], cost)\n end\n else\n for key,value in pairs(items) do\n total = total + AddToTotal(\"SET\", value, cost)\n end\n end\n return total\n end\n \n local IsSetUsable = function(className, setId)\n return classMasks[className] == bit.band(C_TransmogSets.GetSetInfo(setId)[\"classMask\"], classMasks[className])\n end\n \n local AddFilteredMixedSets = function(items, cost)\n local total = 0\n local sets = {}\n for i,value in ipairs(items) do\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if IsSetUsable(className,value) then\n table.insert(sets,value)\n end\n else\n table.insert(sets,value)\n end\n end\n total = total + AddToTotal(\"SET\", sets, cost)\n return total\n end\n \n local BronzeMounts = function()\n local mount_total = 0\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n mount_total = mount_total + AddToTotal(\"MOUNT\", very_cheap, 2200)\n mount_total = mount_total + AddToTotal(\"MOUNT\", cheap, 4400)\n mount_total = mount_total + AddToTotal(\"MOUNT\", moderate, 6600)\n mount_total = mount_total + AddToTotal(\"MOUNT\", expensive, 18700)\n mount_total = mount_total + AddToTotal(\"MOUNT\", very_expensive, 38500)\n return mount_total\n end\n \n local BronzeToys = function()\n local toy_total = 0\n local very_cheap = {104262}\n local cheap = {86565,134023,86575,86590,86594,86571}\n local moderate = {86589,86578,86581,86593,86586,86583,86573}\n local expensive = {86582,86568,86588}\n local very_expensive = {104302,104331}\n local very_very_expensive = {98136,104309}\n \n toy_total = toy_total + AddToTotal(\"TOY\", very_cheap, 2200)\n toy_total = toy_total + AddToTotal(\"TOY\", cheap, 3850)\n toy_total = toy_total + AddToTotal(\"TOY\", moderate, 4950)\n toy_total = toy_total + AddToTotal(\"TOY\", expensive, 7700)\n toy_total = toy_total + AddToTotal(\"TOY\", very_expensive, 38500)\n toy_total = toy_total + AddToTotal(\"TOY\", very_very_expensive, 50000)\n return toy_total\n end\n \n local BronzeHeirlooms = function()\n local heirloom_total = 0\n local heirlooms = {}\n heirlooms[\"barrier\"] = {105674,104409,105687}\n heirlooms[\"cleaver\"] = {105672,104404,105685}\n heirlooms[\"decapitator\"] = {105679,104405,105692}\n heirlooms[\"doomblade\"] = {105678,104401,105691}\n heirlooms[\"pig_sticker\"] = {105673,104403,105686}\n heirlooms[\"razor\"] = {105671,104400,105684}\n heirlooms[\"shield_wall\"] = {105680,104407,105693}\n heirlooms[\"tome\"] = {105676,104408,105689}\n heirlooms[\"staff\"] = {105677,104406,105690}\n heirlooms[\"bow\"] = {105670,104399,105683}\n heirlooms[\"mace\"] = {105675,104402,105688}\n \n heirloom_total = heirloom_total + AddToTotal(\"HEIRLOOM\", heirlooms, 8000)\n return heirloom_total\n end\n \n local BronzeLFR = function()\n local lfr_total = 0\n local lfr_sets = {}\n \n lfr_sets[\"WARRIOR\"] = {446,442,440}\n lfr_sets[\"MAGE\"] = {531,528,525}\n lfr_sets[\"DEATHKNIGHT\"] = {579,576,574}\n lfr_sets[\"DRUID\"] = {565,562,559}\n lfr_sets[\"HUNTER\"] = {543,546,541}\n lfr_sets[\"PALADIN\"] = {495,492,489}\n lfr_sets[\"WARLOCK\"] = {462,459,457}\n lfr_sets[\"SHAMAN\"] = {428,426,423}\n lfr_sets[\"PRIEST\"] = {333,335,337}\n lfr_sets[\"ROGUE\"] = {473,476,479}\n lfr_sets[\"MONK\"] = {515,512,508}\n \n lfr_total = lfr_total + AddFilteredSets(lfr_sets, 5000)\n return lfr_total\n end\n \n local BronzeNormal = function()\n local normal_total = 0\n local normal_sets = {}\n \n normal_sets[\"WARRIOR\"] = {444,441,438}\n normal_sets[\"MAGE\"] = {529,526,523}\n normal_sets[\"DEATHKNIGHT\"] = {578,575,572}\n normal_sets[\"DRUID\"] = {563,560,557}\n normal_sets[\"HUNTER\"] = {542,545,539}\n normal_sets[\"PALADIN\"] = {493,490,487}\n normal_sets[\"WARLOCK\"] = {461,458,455}\n normal_sets[\"SHAMAN\"] = {427,424,421}\n normal_sets[\"PRIEST\"] = {331,310,336}\n normal_sets[\"ROGUE\"] = {471,474,478}\n normal_sets[\"MONK\"] = {513,510,506}\n \n normal_total = normal_total + AddFilteredSets(normal_sets, 5000)\n return normal_total\n end\n \n local BronzeHeroic = function()\n local heroic_total = 0\n local heroic_sets = {}\n \n heroic_sets[\"WARRIOR\"] = {445,443,439}\n heroic_sets[\"MAGE\"] = {530,527,524}\n heroic_sets[\"DEATHKNIGHT\"] = {580,577,573}\n heroic_sets[\"DRUID\"] = {564,561,558}\n heroic_sets[\"HUNTER\"] = {544,547,540}\n heroic_sets[\"PALADIN\"] = {494,491,488}\n heroic_sets[\"WARLOCK\"] = {463,460,456}\n heroic_sets[\"SHAMAN\"] = {338,425,422}\n heroic_sets[\"PRIEST\"] = {332,334,429}\n heroic_sets[\"ROGUE\"] = {472,475,477}\n heroic_sets[\"MONK\"] = {514,511,507}\n \n heroic_total = heroic_total + AddFilteredSets(heroic_sets, 5000)\n return heroic_total\n end\n \n local BronzeDungeon = function()\n local dungeon_total = 0\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n dungeon_total = dungeon_total + AddFilteredMixedSets(dungeon, 2500)\n return dungeon_total\n end\n \n local BronzeWorld = function()\n local world_total = 0\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n world_total = world_total + AddFilteredMixedSets(very_cheap, 750)\n world_total = world_total + AddFilteredMixedSets(cheap, 1250)\n world_total = world_total + AddFilteredMixedSets(moderate, 2000)\n world_total = world_total + AddFilteredMixedSets(expensive, 2500)\n return world_total\n end\n \n local BronzeClass = function()\n local class_total = 0\n local class_ensemble = {3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3509,3510,3514}\n local class_arsenal = {3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3511,3512,3513}\n \n class_total = class_total + AddFilteredMixedSets(class_ensemble, 4000)\n class_total = class_total + AddFilteredMixedSets(class_arsenal, 3000)\n return class_total\n end\n \n aura_env.total = BronzeMounts() + BronzeToys() + BronzeHeirlooms() + BronzeLFR() + BronzeNormal() + BronzeHeroic() + BronzeDungeon() + BronzeWorld() + BronzeClass()\n \n WeakAuras.ScanEvents(\"BRONZE_DATA_LOADED\")\n \n return aura_env.total\nend", ["debuffType"] = "HELPFUL", ["check"] = "event", ["events"] = "PLAYER_ENTERING_WORLD,TRANSMOG_COLLECTION_UPDATED,NEW_MOUNT_ADDED,NEW_TOY_ADDED", ["unit"] = "player", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 2, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 12, ["displayText_format_c_format"] = "none", ["displayText_format_s_format"] = "none", ["fontSize"] = 18, ["source"] = "import", ["displayText_format_c1_realm_name"] = "never", ["preferToUpdate"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_c1_gcd_cast"] = false, ["displayText"] = "Total Remaining: %c1", ["displayText_format_p_time_legacy_floor"] = false, ["displayText_format_1.value_format"] = "none", ["displayText_format_p_time_precision"] = 1, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["selfPoint"] = "TOPLEFT", ["semver"] = "1.0.11", ["subRegions"] = { { ["type"] = "subbackground", }, }, ["id"] = "BronzeRemaining", ["displayText_format_c1_decimal_precision"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["justify"] = "LEFT", ["regionType"] = "text", ["wordWrap"] = "WordWrap", ["displayText_format_c1_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { }, ["displayText_format_c1_gcd_channel"] = false, }, ["[FH] Shark Tornado (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 256546, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Shark Tornado (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "tNOx6RBQzr6", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Ire"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355245", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Ire", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Ire", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "VyLchGnPf47", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528302, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Charged Blast"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370454", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["spellknown"] = 370455, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "20", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "vhVn751fHhi", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Charged Blast", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Unravel CD & Absorb 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 368432, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_showAbsorb"] = true, ["absorb"] = { "1", }, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbMode"] = true, ["use_absorb"] = true, ["use_unit"] = true, ["absorbMode"] = "OVERLAY_FROM_START", ["unit"] = "target", ["spellIds"] = { }, ["absorb_operator"] = { ">=", }, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_2.p_format"] = "timed", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_1.absorb_format"] = "none", ["text_text_format_2.absorb_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["type"] = "subtext", ["text_text"] = "%2.absorb", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_automaticWidth"] = "Auto", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Icons", ["uid"] = "BSSP12gu(Vb", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Unravel CD & Absorb 2", ["zoom"] = 0.34, ["useCooldownModRate"] = true, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "FRAMESELECTOR", ["glow_action"] = "show", ["glow_color"] = { 0, 0.85882359743118, 1, 1, }, ["use_glow_color"] = true, ["glow_type"] = "ACShine", ["glow_frame"] = "WeakAuras:Unravel CD & Absorb", }, ["property"] = "glowexternal", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.11, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 50 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0, 0.39215689897537, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 75 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0.63921570777893, 0.054901964962482, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 98 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 1, 0.50980395078659, 0, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "absorb", ["value"] = "0", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["11 Decimator"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["names"] = { }, ["unit"] = "player", ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["spellIds"] = { }, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_exact_spellId"] = false, ["type"] = "custom", ["use_spellId"] = false, ["custom"] = "function(event, _, _, spellID)\n if spellID == 360562 then\n return true\n end\nend", ["custom_type"] = "event", ["events"] = "UNIT_SPELLCAST_START:boss1", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["duration"] = "4", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 237274, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "q4ydn7XlVRA", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Decimator", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["11 Compulsion"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useExactSpellId"] = false, ["useName"] = true, ["auranames"] = { "362397", }, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Bk5uQecFr6R", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Compulsion", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Racial_Traits_Evoker"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 69179, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Arcane Torrent", ["use_spellName"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["use_genericShowOn"] = true, ["names"] = { }, ["use_track"] = true, ["custom_hide"] = "timed", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Gift of the Naaru", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 28880, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Stoneform", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20594, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Escape Artist", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20589, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Rocket Barrage", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 69041, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Will to Survive", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 59752, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Shadowmeld", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 58984, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Blood Fury", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20572, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Quaking Palm", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 107079, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "War Stomp", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20549, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Darkflight", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 68992, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Will of the Forsaken", ["use_spellName"] = true, ["spellName"] = 7744, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["use_track"] = true, ["custom_hide"] = "timed", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 7744, }, }, { ["trigger"] = { ["subeventSuffix"] = "_CAST_START", ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["realSpellName"] = "Arcane Pulse", ["use_spellName"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 260364, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 260364, }, }, { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["spellName"] = 26297, ["type"] = "spell", ["unevent"] = "auto", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 26297, ["use_spellName"] = true, ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["use_unit"] = true, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Light's Judgment", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 255647, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Bull Rush", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 255654, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["realSpellName"] = "Spatial Rift", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 256948, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["realSpellName"] = "Regeneratin'", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 291944, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["auto"] = true, ["xOffset"] = 0, ["desaturate"] = true, ["stickyDuration"] = false, ["cooldown"] = true, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["conditions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["single"] = "BloodElf", ["multi"] = { ["BloodElf"] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["MAGE"] = true, ["WARLOCK"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["fontSize"] = 24, ["source"] = "import", ["adjustedMax"] = "", ["uid"] = "voQg8WC3JRb", ["cooldownEdge"] = false, ["anchorFrameType"] = "SELECTFRAME", ["anchorFrameFrame"] = "ElvUF_Player", ["regionType"] = "icon", ["frameStrata"] = 3, ["useTooltip"] = false, ["parent"] = "Evoker [Utility]", ["useAdjustededMin"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["spellName"] = "28730", ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Racial_Traits_Evoker", ["alpha"] = 1, ["useCooldownModRate"] = true, ["width"] = 33, ["selfPoint"] = "CENTER", ["config"] = { }, ["inverse"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["displayIcon"] = "Interface\\Icons\\spell_shadow_teleport", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["04 Disintegration Halo"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Wave.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["stop_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "323877", }, ["duration"] = "8.1", ["message_operator"] = "find('%s')", ["names"] = { }, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["custom_type"] = "event", ["useExactSpellId"] = false, ["unit"] = "player", ["type"] = "event", ["event"] = "Chat Message", ["events"] = "", ["message"] = "spell:365373", ["unevent"] = "timed", ["spellIds"] = { }, ["auraspellids"] = { "323877", }, ["use_message"] = true, ["subeventSuffix"] = "_CAST_START", ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_EMOTE", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "323877", }, ["duration"] = "8.1", ["message_operator"] = "find('%s')", ["names"] = { }, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["custom_type"] = "event", ["useExactSpellId"] = false, ["unit"] = "player", ["type"] = "event", ["event"] = "Chat Message", ["events"] = "", ["message"] = "spell:365373", ["unevent"] = "timed", ["spellIds"] = { }, ["auraspellids"] = { "323877", }, ["use_message"] = true, ["subeventSuffix"] = "_CAST_START", ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_WHISPER", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Wave Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4038100", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "i)wE044lktf", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Disintegration Halo", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, [".EvokerUI-Preheat"] = { ["controlledChildren"] = { ".EvokerDurations", ".DPSEvoker", "d_essence_burst", "CHARGEBLAST", "STASIS DURATION", "CHEAT DOWN", "ES Range Checker", "Silverflint Range Tracker", "ScarletAdaptationText", "Unravel CD & Absorb", "Disintegrate Ticks 2", "Evoker Essence (Nimeji)", "Blessing of the Bronze 3", "preservation_evoker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -0.000244140625, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 38, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["borderInset"] = 1, ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = ".EvokerUI-Preheat", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = 4397694, ["config"] = { }, ["xOffset"] = 0, ["uid"] = "uv5TLrqXbyp", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["selfPoint"] = "CENTER", }, ["10 Crushing Dread"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.enrage\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "351117", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Crushing Dread", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Tula2S6QZH7", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Void Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["auranames"] = { "411241", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2685", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "U3hkTm2Swhl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Claws (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["07 Lingering Burn - RED"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["combinePerUnit"] = false, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = false, ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "425574", }, ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["useGroupRole"] = false, ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "4))lApxsrpL", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Lingering Burn - RED", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["Precognition (Preservation & Devastation - PvP Talent) 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "377362", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 64, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { }, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 377360, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ICVqzV776sb", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Precognition (Preservation & Devastation - PvP Talent) 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["04 Recombobulation"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327902", }, ["auranames"] = { "328324", }, ["duration"] = "12", ["names"] = { }, ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = true, ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["use_destUnit"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Port", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3512762", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "M92D7FBhyYp", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5843137254902, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5843137254902, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "04 Recombobulation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Consuming Flame"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["config"] = { }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421316, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["authorOptions"] = { }, ["adjustedMax"] = "", ["barColor"] = { 0.72156864404678, 0, 1, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Pull Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 236207, ["sparkHeight"] = 30, ["texture"] = "Clean", ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Consuming Flame", ["zoom"] = 0.2, ["alpha"] = 1, ["width"] = 240, ["spark"] = false, ["uid"] = "0pgK0epkEeW", ["inverse"] = false, ["sparkHidden"] = "NEVER", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = "Pulled", ["property"] = "sub.3.text_text", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkColor"] = { 1, 1, 1, 1, }, }, ["Landswipe CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Landslide", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 358385, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control", ["uid"] = "0HuigYn8mfc", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Landswipe CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["03 High Energy 2"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["auraspellids"] = { }, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_debuffClass"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "boss1", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pull Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3954409, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "GFHk3YMaECk", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 High Energy 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Verdant Rend"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "429798", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 135864, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "ED8ySNa5gjd", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Verdant Rend", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[UR] Withering Curse (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 265433, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Withering Curse (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "FuZGeVBW0bE", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Soul Fracture Cast On You (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { "352538", }, ["duration"] = "", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["event"] = "Combat Log", ["type"] = "custom", ["spellIds"] = { }, ["use_spellId"] = false, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 348071\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 348071 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["auraspellids"] = { }, ["check"] = "event", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_STOP:boss", ["names"] = { }, ["useExactSpellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Soul Fracture Cast On You (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "FGXKdMWh55F", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2576087, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Sinful Brand Duration"] = { ["sparkWidth"] = 27, ["iconSource"] = -1, ["wagoID"] = "gV1laVyXg", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -101.15490722656, ["anchorPoint"] = "CENTER", ["parent"] = "Sinful Brand Duration/Eyebeam CD Tracker", ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/gV1laVyXg/1", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useGroup_count"] = true, ["matchesShowOn"] = "showOnActive", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["unitExists"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["group_count"] = "1", ["combineMode"] = "showHighest", ["ownOnly"] = true, ["useExactSpellId"] = false, ["group_countOperator"] = ">=", ["showClones"] = false, ["useName"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellName"] = 198013, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 198013, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["auranames"] = { "Sinful Brand", }, ["unit"] = "multi", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["sparkOffsetX"] = 0, ["xOffset"] = 148.25427246094, ["barColor"] = { 0.78823529411765, 0, 0.043137254901961, 0.80744256079197, }, ["desaturate"] = false, ["adjustedMax"] = "30", ["ignoreWagoUpdate"] = true, ["version"] = 1, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0.090196078431373, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 163, ["textureSource"] = "LSM", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { [13] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_talent"] = false, ["use_spec"] = true, ["class_and_spec"] = { ["multi"] = { [577] = true, [581] = true, }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = true, ["sparkTexture"] = "130877", ["backgroundColor"] = { 0.06274509803921569, 0.06274509803921569, 0.06274509803921569, 1, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["gradientOrientation"] = "HORIZONTAL", ["sparkOffsetY"] = 0, ["icon_side"] = "RIGHT", ["uid"] = "446D5Tde25H", ["config"] = { }, ["sparkHeight"] = 7, ["texture"] = "ElvUI Blank", ["alpha"] = 1, ["zoom"] = 0.3, ["spark"] = true, ["tocversion"] = 90200, ["sparkHidden"] = "NEVER", ["width"] = 20, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["icon"] = true, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["id"] = "Sinful Brand Duration", ["orientation"] = "VERTICAL_INVERSE", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "8", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.0", }, ["10-Massive Bang"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["displayText_format_count_format"] = "none", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_remaining"] = true, ["type"] = "addons", ["spellId"] = "363533", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["remaining_operator"] = "<=", ["use_text"] = false, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["event"] = "Health", ["remaining"] = "8", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "363533", ["remaining_operator"] = "<=", ["names"] = { }, ["remaining"] = "8", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", ["use_remaining"] = true, ["subeventSuffix"] = "_CAST_START", ["use_text"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["type"] = "addons", ["unit"] = "player", ["use_dbmType"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["selfPoint"] = "BOTTOM", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["internalVersion"] = 75, ["shadowXOffset"] = 1, ["displayText_format_p_time_mod_rate"] = true, ["fixedWidth"] = 250, ["preferToUpdate"] = true, ["regionType"] = "text", ["displayText"] = "%c in %p", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.55294117647059, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 1, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["automaticWidth"] = "Fixed", ["anchorFrameParent"] = false, ["yOffset"] = 0, ["authorOptions"] = { }, ["semver"] = "1.0.3", ["justify"] = "LEFT", ["tocversion"] = 90200, ["id"] = "10-Massive Bang", ["wordWrap"] = "Elide", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Uh9mkViBWF9", ["xOffset"] = 0, ["displayText_format_c_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/ogIfZ7c2i/4", }, ["05 Dream Fatigue"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "425531", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Seed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "udHrPdUPH6G", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Dream Fatigue", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Corrupt Timer"] = { ["sparkWidth"] = 4, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.27058824896812, 0, 0, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "ebEGa(XJd5g", ["displayIcon"] = "532284", ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 419144, }, ["use_specific_unit"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["percentpower"] = "", ["use_castType"] = false, ["check"] = "event", ["use_unit"] = true, ["spellName"] = 0, ["custom_type"] = "stateupdate", ["use_extend"] = false, ["debuffType"] = "HELPFUL", ["realSpellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "channel", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["extend"] = "", ["unit"] = "boss1", ["use_track"] = true, ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "BLEND", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "09 Corrupt Timer", ["xOffset"] = 0, ["sparkHeight"] = 33, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["sparkHidden"] = "BOTH", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite", ["inverse"] = false, ["sparkColor"] = { 0.96078437566757, 0.98431378602982, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["property"] = "sparkHeight", }, { ["property"] = "sparkWidth", }, { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Shield.ogg", ["sound_path"] = "", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["backgroundColor"] = { 0, 0, 0, 0, }, }, ["Atrophic/Numbing Poisons - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["parent"] = "Raid Buffs Tracker", ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useGroup_count"] = true, ["matchesShowOn"] = "showOnMissing", ["use_unit"] = true, ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["unevent"] = "auto", ["event"] = "Health", ["use_absorbMode"] = true, ["auranames"] = { "Devotion Aura", }, ["group_countOperator"] = "==", ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "381637", "5761", }, ["subeventPrefix"] = "SPELL", ["duration"] = "1", ["useExactSpellId"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["unit"] = "player", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Class/Spec", ["specId"] = { ["multi"] = { [260] = true, [261] = true, [259] = true, }, }, ["use_genericShowOn"] = true, ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["class"] = "ROGUE", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "", ["use_class"] = true, ["specId"] = { }, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["use_genericShowOn"] = true, ["classification"] = { }, ["use_ignoreDead"] = true, ["subeventSuffix"] = "", ["use_role"] = false, ["unevent"] = "auto", ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["type"] = "unit", ["useExactSpellId"] = false, ["duration"] = "1", ["use_track"] = true, ["unit"] = "group", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "NO \\nPOISON", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "OUTLINE", ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["zoneIds"] = "", ["talent"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["selfPoint"] = "CENTER", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136242, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["adjustedMax"] = "", ["uid"] = "K8yT4nLnVg8", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "6.3.1", ["tocversion"] = 100100, ["id"] = "Atrophic/Numbing Poisons - Buff Tracker", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["cooldown"] = false, ["authorOptions"] = { }, }, ["07 Waltz of Blood"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "7.9", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["auraspellids"] = { "327773", }, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(_,_,_, spellID)\n if spellID\n and spellID == 346800 then\n return true\n end\nend", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["custom_type"] = "event", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_scale"] = false, ["alphaType"] = "straight", ["colorB"] = 0.96862745098039, ["colorG"] = 0.96862745098039, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorA"] = 1, ["scalex"] = 1, ["use_translate"] = false, ["use_alpha"] = false, ["easeStrength"] = 3, ["scaleType"] = "custom", ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["scaley"] = 1, ["translateType"] = "custom", ["colorFunc"] = "", ["rotate"] = 0, ["duration_type"] = "seconds", ["scaleFunc"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 0.027450980392157, 0, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["cooldown"] = true, ["displayIcon"] = 236279, ["adjustedMax"] = "", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "6teQESNjQ8V", ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Waltz of Blood", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["inverse"] = false, ["color"] = { 0.98039215686275, 0.97254901960784, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["iconInset"] = 0, }, ["08 Calamitous Strike Cast (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 401022\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["auraspellids"] = { }, ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 252222, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "x)UbFBBXzD4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Calamitous Strike Cast (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["\"My Votes\" List"] = { ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 100, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "local LCG = LibStub(\"LibCustomGlow-1.0\")\n\nAeonAmongUs_MyVotes = AeonAmongUs_MyVotes or {}\naura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\naura_env.addonMessageType = (aura_env.config.debugMode and \"GUILD\") or \"RAID\"\naura_env.isActive = false\n\n\n-- Create main frame\nlocal frame = AeonMyVotesFrame or CreateFrame(\"Frame\", \"AeonMyVotesFrame\", aura_env.region, \"BackdropTemplate\")\nframe:SetBackdrop({\n bgFile = \"Interface/Tooltips/UI-Tooltip-Background\",\n edgeFile = \"Interface/Tooltips/UI-Tooltip-Border\",\n edgeSize = 16,\n insets = { left = 4, right = 4, top = 4, bottom = 4 },\n})\nframe:SetBackdropColor(0, 0, 0, .6)\nframe:SetFrameLevel(999)\n\n-- Create font string\nfontString = AeonMyVotesFontString or frame:CreateFontString(\"AeonMyVotesFontString\", \"OVERLAY\", \"GameTooltipText\")\nfontString:SetPoint(\"TOPLEFT\", 10, -10)\n\n-- Create button\nlocal btn = AeonClearVotesButton or CreateFrame(\"Button\", \"AeonClearVotesButton\", frame, \"UIMenuButtonStretchTemplate\")\nbtn:SetText(\"Clear votes\")\nbtn:SetSize(btn:GetTextWidth() + 25, btn:GetTextHeight() + 15)\nbtn:SetPoint(\"BOTTOM\", 0, 5)\nbtn.aura_env = aura_env\nbtn:SetScript(\"OnClick\", function(self, ...)\n for guid, _ in pairs(AeonAmongUs_MyVotes) do\n C_ChatInfo.SendAddonMessage(\"AEON_UVOTE\", guid, self.aura_env.addonMessageType)\n end\n AeonAmongUs_MyVotes = {}\n WeakAuras.ScanEvents(\"AEON_SCAN_STATECHANGE\", \"nil\")\n self.aura_env:render()\nend)\n\n-- Make button glow\nif LCG then LCG.PixelGlow_Start(btn, {0.95, 0.95, 0.32, 1}, 10, 0.15, 5, 2) end\n\n\naura_env.getTableLength = function(aura_env, givenTable)\n local count = 0\n for _ in pairs(givenTable) do\n count = count + 1\n end\n return count\nend\n\naura_env.getNameStringForGUID = function(aura_env, guid)\n for unit in WA_IterateGroupMembers() do\n if guid == UnitGUID(unit) then\n return WA_ClassColorName(unit)\n end\n end\n return guid\nend\n\naura_env.getVotesString = function(aura_env, votes)\n local text = \"My votes:\\n\"\n for guid, _ in pairs(votes) do\n text = text .. \"\\n\" .. aura_env:getNameStringForGUID(guid)\n end\n return text\nend\n\naura_env.render = function(aura_env, myVotesOverride)\n if not aura_env.config.showMyVotes then\n AeonMyVotesFrame:Hide()\n return\n end\n \n local votes = myVotesOverride or AeonAmongUs_MyVotes\n local voteCount = aura_env:getTableLength(votes)\n \n if voteCount == 0 then\n AeonMyVotesFrame:Hide()\n return\n end\n \n AeonMyVotesFrame:SetParent(aura_env.region)\n AeonMyVotesFrame:SetPoint(\"CENTER\")\n AeonMyVotesFrame:Show()\n \n -- Important to set text before width + height\n local text = aura_env:getVotesString(votes)\n AeonMyVotesFontString:SetText(text)\n \n local frameWith = math.max(AeonClearVotesButton:GetWidth() + 20, AeonMyVotesFontString:GetStringWidth() + 20)\n local frameHeight = AeonMyVotesFontString:GetStringHeight() + 25 + AeonClearVotesButton:GetHeight()\n AeonMyVotesFrame:SetWidth(frameWith)\n AeonMyVotesFrame:SetHeight(frameHeight)\nend\n\naura_env.activate = function(aura_env)\n if aura_env.isActive then\n return\n end\n \n aura_env.isActive = true\n AeonAmongUs_MyVotes = {}\n aura_env:render()\nend\n\naura_env.deactivate = function(aura_env)\n aura_env.isActive = false\n AeonMyVotesFrame:Hide()\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(event, ...)\n -- Main trigger conditions\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" and spellID == aura_env.spellId then\n aura_env:activate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_DBG_S\" then\n aura_env:activate()\n return true\n end\n end\n\n if event == \"OPTIONS\" then\n local fakeVotes = {}\n fakeVotes[\"player1\"] = true\n fakeVotes[\"player2\"] = true\n aura_env:render(fakeVotes)\n end\n\n -- Event listeners\n if not aura_env.isActive then\n return false\n elseif event == \"AEON_SCAN_STATECHANGE\" then\n aura_env:render()\n end\nend", ["events"] = "CHAT_MSG_ADDON, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, AEON_SCAN_STATECHANGE", ["check"] = "event", ["unit"] = "player", ["subeventPrefix"] = "", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n aura_env:deactivate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"AEON_DBG_E\" then\n aura_env:deactivate()\n return true\n end\n end\nend", }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 100, ["load"] = { ["use_encounterid"] = true, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["icon"] = true, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/dW5U0N3HP/22", ["selfPoint"] = "CENTER", ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["adjustedMin"] = "", ["parent"] = "Aeon Remnants - Among Us Helper", ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "\"My Votes\" List", ["color"] = { 1, 1, 1, 0, }, ["alpha"] = 1, ["width"] = 100, ["frameStrata"] = 1, ["uid"] = "1F01mQu7d6p", ["inverse"] = false, ["xOffset"] = -300, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Minor Spool of Eternal Thread"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 226145, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0.10980392992496, 1, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:226145\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4549268", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "s5MgFZqvwr9", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Minor Spool of Eternal Thread", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["06 Change of Heart (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "aura2", ["useGroup_count"] = true, ["auranames"] = { "340452", }, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["group_count"] = "0", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["spellIds"] = { }, ["combineMode"] = "showHighest", ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "340452", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "6SZqF5fYOvy", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Change of Heart (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Landslide"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Landslide", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 358385, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Landslide", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 358385, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 358385, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Landslide", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "psZAa)uU)1J", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["01 Predator's Howl"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "347283", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellName"] = true, ["realSpellName"] = 0, ["use_spellId"] = false, ["spellIds"] = { }, ["spellName"] = 0, ["use_genericShowOn"] = true, ["unit"] = "player", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Predator's Howl", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "vAEtIy9aRss", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132097, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["{NLTH] Throw Lava (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 379410, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Throw Lava (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "1CEbiM72WWc", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Lifebind 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "373267", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 373270, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "6TE9ZrK5MtC", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Lifebind 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["05 Blistering Splinters"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "418520", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "heXUuVt7wpd", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Blistering Splinters", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[FH] Revitalizing Brew (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 256060, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Revitalizing Brew (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "xS0Os4oJS3F", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Warlock_Pet"] = { ["sparkWidth"] = 2, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.6235294342041, 0.6235294342041, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { [47] = false, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["DEATHKNIGHT"] = true, ["WARRIOR"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["PRIEST"] = true, ["WARLOCK"] = true, ["DEMONHUNTER"] = true, ["SHAMAN"] = true, ["DRUID"] = true, ["MONK"] = true, ["PALADIN"] = true, }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 0, ["sparkColor"] = { 0.97647058823529, 1, 0.95294117647059, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Resources]", ["adjustedMin"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_inverse"] = false, ["genericShowOn"] = "showOnActive", ["unit"] = "pet", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["unevent"] = "auto", ["event"] = "Health", ["duration"] = "1", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "pet", ["use_inverse"] = false, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["use_absorbHealMode"] = true, ["unevent"] = "auto", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Spell Known", ["castType"] = "cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 17962, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "pet", ["use_inverse"] = false, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["use_absorbHealMode"] = true, ["unevent"] = "auto", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Spell Known", ["castType"] = "cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 101508, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 0, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -1, ["model_st_rx"] = 270, ["rotation"] = 180, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -3, ["model_visible"] = true, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["adjustedMax"] = "", ["barColor2"] = { 0.98039221763611, 0.8117647767067, 0.96470594406128, 1, }, ["spark"] = false, ["anchorFrameFrame"] = "SUFUnitplayer", ["backgroundColor"] = { 0.23529413342476, 0.1843137294054, 0.34509804844856, 1, }, ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "LEFT", ["color"] = { }, ["config"] = { }, ["sparkHeight"] = 29, ["customTextUpdate"] = "update", ["anchorFrameType"] = "SCREEN", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(0.59,0.59,0.94,1), CreateColor(0.98,0.78,0.83,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["semver"] = "5.3.5", ["id"] = "Warlock_Pet", ["sparkHidden"] = "BOTH", ["useAdjustededMax"] = false, ["frameStrata"] = 2, ["width"] = 213, ["sparkTexture"] = "GarrMission_EncounterBar-Spark", ["xOffset"] = -0.5, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { 0.32549020648003, 0.027450982481241, 0.023529414087534, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 1, 0.40000003576279, 0.40000003576279, 1, }, ["property"] = "barColor", }, { ["value"] = { 1, 0.89803928136826, 0.60000002384186, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.13333334028721, 0.16078431904316, 0.050980396568775, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 0.49803924560547, 0.70196080207825, 0.25098040699959, 1, }, ["property"] = "barColor", }, { ["value"] = { 0.89803928136826, 1, 0.72156864404678, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "percenthealth", ["value"] = "100", }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = 1, ["property"] = "sub.4.model_alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["uid"] = "VhIF4gboRSh", }, ["BronzeHeroicMyth"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -275, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.heroic_progress, aura_env.heroic_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.heroic_progress, aura_env.heroic_total, true\nend", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local AddFilteredSets = function(items, cost)\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if items[className] ~= nil then\n AddToTotal(items[className], cost)\n end\n else\n for key,value in pairs(items) do\n AddToTotal(value, cost)\n end\n end\n end\n \n local heroic_sets = {}\n \n heroic_sets[\"WARRIOR\"] = {445,443,439}\n heroic_sets[\"MAGE\"] = {530,527,524}\n heroic_sets[\"DEATHKNIGHT\"] = {580,577,573}\n heroic_sets[\"DRUID\"] = {564,561,558}\n heroic_sets[\"HUNTER\"] = {544,547,540}\n heroic_sets[\"PALADIN\"] = {494,491,488}\n heroic_sets[\"WARLOCK\"] = {463,460,456}\n heroic_sets[\"SHAMAN\"] = {338,425,422}\n heroic_sets[\"PRIEST\"] = {332,334,429}\n heroic_sets[\"ROGUE\"] = {472,475,477}\n heroic_sets[\"MONK\"] = {514,511,507}\n \n AddFilteredSets(heroic_sets, 5000)\n \n aura_env.heroic_progress = total_acquired\n aura_env.heroic_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Heroic/Mythic Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeHeroicMyth", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "obD4EnC8F5y", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["04 Blazing Spear"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_count"] = false, ["auranames"] = { "405876", }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["names"] = { }, ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["useName"] = false, ["event"] = "Combat Log", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 401452\n and destGUID == WeakAuras.myGUID then\n allstates[sourceGUID] = {\n show = true,\n changed = true,\n }\n return true\n elseif subEvent == \"UNIT_DIED\" then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["events"] = "CLEU:SPELL_AURA_APPLIED:UNIT_DIED", ["check"] = "event", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_count"] = false, ["auranames"] = { "405876", }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["unit"] = "player", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "401452", }, ["custom_type"] = "stateupdate", ["useName"] = false, ["event"] = "Combat Log", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "", ["useExactSpellId"] = true, ["check"] = "event", ["names"] = { }, ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 2, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135126, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "8VkAWQ(3ZDn", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Blazing Spear", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.counter = {}", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["09 Reverberating Vulnerability"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "344655", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "T90QEq2oueg", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Reverberating Vulnerability", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[BHH] Fragrant Meat (Stun/CC) Hyena"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "185691", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_npcId"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["spellNames"] = { 384974, }, ["use_spellNames"] = true, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Fragrant Meat (Stun/CC) Hyena", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "PA1dR0hV2NM", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Hover 3"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "358267", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 121557, }, ["useGroup_count"] = false, ["names"] = { "Божественное перышко", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 358267, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 121536, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.85882359743118, 0.72156864404678, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 8, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.s", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_visible"] = false, ["text_text_format_2.p_time_mod_rate"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PRIEST"] = true, }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["role"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, }, }, ["use_petbattle"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 358267, ["size"] = { ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "==", ["value"] = 1, ["variable"] = "onCooldown", }, { ["trigger"] = 2, ["op"] = ">", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<=", ["value"] = "0", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, { ["property"] = "sub.4.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "y8zZ6DpnYcQ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Hover 3", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Infiltration of Dread Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360717, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_unit"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["x"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["colorFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n aura_env.region.icon:SetDesaturation((math.sin(angle) + 1)/2)\n return start\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 1, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fakes Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Infiltration of Dread Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "FtYfMCxdCYq", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 3163628, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["06 Spiked Balls"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350217", }, ["duration"] = "2.6", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_debuffClass"] = false, ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Health", ["type"] = "custom", ["auraspellids"] = { }, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["custom"] = "function(_, _, _, spellID) \n if spellID == 352052 then\n return true\n end\nend", ["spellIds"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["useExactSpellId"] = false, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Balls Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Switch.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Spiked Balls", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "sfqGi(HOfaX", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132364, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["{NLTH] Magmafist (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372372, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_status"] = false, ["use_absorbMode"] = true, ["event"] = "Conditions", ["use_unit"] = true, ["deficit_operator"] = ">=", ["use_deficit"] = false, ["use_absorbHealMode"] = true, ["use_incombat"] = true, ["use_health"] = false, ["use_percenthealth"] = false, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Magmafist (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "3X8WDIv9VNd", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[Academy] (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "196671 197219 192333 196548 196576 197905", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 0, ["uid"] = "1xS8v3yr6RJ", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[BHH] Choking Rotcloud (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 376170, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Choking Rotcloud (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "Vlst)kIh4Md", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Dream Breath"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state.stage then\n return ({ \"I\", \"II\", \"III\", \"IV\" })[aura_env.state.stage]\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 382614, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["ownOnly"] = true, ["use_empowered"] = true, ["use_spellNames"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382614, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 382614, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 355936, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["debuffType"] = "HELPFUL", ["ownOnly"] = true, ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "373835", }, ["debuffType"] = "HELPFUL", ["ownOnly"] = true, ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.stage_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { [376166] = true, }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 355936, ["size"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["xOffset"] = 0, ["source"] = "import", ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 5, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "cooldownText", }, { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "charged", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["adjustedMax"] = "", ["parent"] = "Core - LWA - Evoker", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "NbrLqH9KHKu", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Dream Breath", ["alpha"] = 1, ["useCooldownModRate"] = true, ["width"] = 48, ["adjustedMin"] = "", ["config"] = { }, ["inverse"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["displayIcon"] = 4622454, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, }, ["05 Consume"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "338614", }, ["duration"] = "1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["use_spellIds"] = true, ["names"] = { }, ["auraspellids"] = { }, ["unevent"] = "auto", ["fetchTooltip"] = false, ["event"] = "Cast", ["use_unit"] = true, ["use_absorbMode"] = true, ["useExactSpellId"] = true, ["spellIds"] = { 334522, }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = true, ["unit"] = "boss1", ["useName"] = false, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "1778226", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "GssZ1tlXDM(", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "05 Consume", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["property"] = "sub.5.glow", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Essence Break"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 258860, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Essence Break", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Essence Break", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "R(wlT5f2zyj", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["02 High Energy"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["auraspellids"] = { }, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = false, ["use_debuffClass"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "boss1", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Combo Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3136509, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "FGVo5qwWRsM", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 High Energy", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Warlock [Resources]"] = { ["controlledChildren"] = { "Soul Shard Bar", "Warlock_Mana", "Warlock_Pet", "Warlock_CastBar", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Afenar]", ["preferToUpdate"] = false, ["groupIcon"] = "626007", ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 150, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["yOffset"] = 0, ["borderOffset"] = 4, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "Warlock [Resources]", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "VCgpTKlsKpR", ["authorOptions"] = { }, ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["selfPoint"] = "CENTER", }, ["02 Brutalized"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "429277", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "jLSyypxP6NI", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Brutalized", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Cycle of Life"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "371877", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["names"] = { }, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 371832, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "HdJArQD(u8H", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Cycle of Life", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Vile_Taint"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "278350", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "target", ["names"] = { "Призрачная сингулярность", }, ["useGroup_count"] = false, ["spellIds"] = { 205276, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 278350, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Vile Taint", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 205179, }, }, { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "278350", }, ["unevent"] = "timed", ["duration"] = "0.6", ["event"] = "Combat Log", ["use_unit"] = true, ["use_spellId"] = true, ["use_absorbMode"] = true, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [91556] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 205179, ["use_class_and_spec"] = true, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Vile_Taint", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "4xYdLhLyo6G", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["SL_Misc"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Shadowlands herb counter", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = 20, ["borderEdge"] = "Square Full White", ["border"] = false, ["yOffset"] = 20, ["regionType"] = "group", ["borderSize"] = 2, ["selfPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["authorOptions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["anchorPoint"] = "LEFT", ["borderOffset"] = 4, ["scale"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["id"] = "SL_Misc", ["internalVersion"] = 75, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["config"] = { }, ["uid"] = "rfMnUVHq)sd", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { }, ["borderInset"] = 1, }, ["02 Titanic Death Gaze"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "4", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["unit"] = "boss1", ["use_spellIds"] = true, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["type"] = "unit", ["useExactSpellId"] = true, ["names"] = { }, ["spellIds"] = { 349030, }, ["use_absorbMode"] = true, ["use_unit"] = true, ["custom_type"] = "event", ["useName"] = false, ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Titanic Death Gaze", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "8dK(ShS8P03", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778226, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["11 Shattering Blast (Tank)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_absorbMode"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 359856\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n elseif event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 359856 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["auraspellids"] = { }, ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_STOP:boss1", ["use_spellName"] = true, ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["type"] = "custom", ["realSpellName"] = 0, ["use_spellId"] = false, ["spellIds"] = { }, ["spellName"] = { 0, }, ["check"] = "event", ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Nuke Pillar", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2537", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1305158, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "QpYAAq3SdAr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Shattering Blast (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[HoI] Purifying Blast (Stun(CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 389443, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Purifying Blast (Stun(CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "7I7qMXqESZ8", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[TNO] Thunder (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 397394, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Thunder (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "nujHG)iHDIQ", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["{Azure] Stomp (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 386526, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{Azure] Stomp (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "RI6r18wsLAp", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Deep Breath (Preservation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Deep Breath", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 357210, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 357210, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Dynamic Effects - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Deep Breath (Preservation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "zGespKiSuDN", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Soul_Fire"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Soul Fire", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 6353, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 6353, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387279] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 6353, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135797, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soul_Fire", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "9zcsSFhTU2O", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["[TNO] Zarii (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "194316", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 386012, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Zarii (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "2rxIoxgqc6a", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Eternity Surge"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state.stage then\n return ({ \"I\", \"II\", \"III\", \"IV\" })[aura_env.state.stage]\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 359073, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["ownOnly"] = true, ["use_empowered"] = true, ["use_spellNames"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Eternity Surge", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 382411, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 359073, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 359073, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.stage_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { [360995] = true, }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 359073, ["size"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["xOffset"] = 0, ["source"] = "import", ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "spellInRange", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.87450987100601, 0.34117648005486, 0.32941177487373, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "cooldownText", }, { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "4", ["variable"] = "stage", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["adjustedMax"] = "", ["parent"] = "Core - LWA - Evoker", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "A4niK7s5xvZ", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Eternity Surge", ["alpha"] = 1, ["useCooldownModRate"] = true, ["width"] = 48, ["adjustedMin"] = "", ["config"] = { }, ["inverse"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["displayIcon"] = 4630444, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, }, ["Right Side - LWA - Evoker"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "TOPRIGHT", ["arcLength"] = 360, ["parent"] = "Luxthos - Evoker", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["borderInset"] = 1, ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["gridType"] = "RD", ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["stagger"] = 0, ["xOffset"] = -6.103515625e-05, ["version"] = 27, ["subRegions"] = { }, ["fullCircle"] = true, ["rowSpace"] = 1, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["radius"] = 200, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["alpha"] = 1, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n\n if LWA and LWA.GrowRightSide then\n LWA.GrowRightSide(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "none", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sortHybridTable"] = { }, ["rotation"] = 0, ["anchorFrameParent"] = false, ["constantFactor"] = "RADIUS", ["animate"] = false, ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Right Side - LWA - Evoker", ["anchorFrameFrame"] = "WeakAuras:General Options - LWA - Evoker", ["gridWidth"] = 5, ["anchorFrameType"] = "SELECTFRAME", ["stepAngle"] = 15, ["config"] = { }, ["limit"] = 5, ["selfPoint"] = "TOPLEFT", ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["uid"] = "3jF)x4XMm(g", }, ["08 Hateful Gaze (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = 331209, ["auranames"] = { "331209", }, ["duration"] = "1", ["names"] = { }, ["ignoreSelf"] = true, ["group_count"] = "0", ["use_specific_unit"] = true, ["unit"] = "group", ["group_countOperator"] = ">", ["use_unit"] = true, ["useName"] = true, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "331209", }, ["fetchTooltip"] = false, ["event"] = "Cast", ["useGroup_count"] = true, ["unevent"] = "auto", ["use_spellId"] = true, ["spellIds"] = { }, ["matchesShowOn"] = "showOnMissing", ["useExactSpellId"] = false, ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "331209", }, ["useName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136215, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "z6DmowKfri5", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.027450980392157, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "08 Hateful Gaze (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["nocircle_leaf_nofill"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 5, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 5 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {1, 1, 1, 5}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 5, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\nocircle_leaf_nofill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "15JH7fjnk6w", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "nocircle_leaf_nofill", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["05 Volatile Ejection You"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "338614", }, ["duration"] = "4", ["message_operator"] = "find('%s')", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "event", ["events"] = "", ["fetchTooltip"] = false, ["event"] = "Chat Message", ["auraspellids"] = { }, ["message"] = "spell:334064", ["useExactSpellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["use_message"] = true, ["type"] = "event", ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_WHISPER", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "342917", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "nhhcMIla1aU", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "05 Volatile Ejection You", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Vicious Lunge (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "aura2", ["useGroup_count"] = true, ["auranames"] = { "334945", }, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["group_count"] = "0", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["spellIds"] = { }, ["combineMode"] = "showHighest", ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334945", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unit", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_1.unitName_abbreviate"] = false, ["rotateText"] = "NONE", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_format"] = "Unit", ["text_text_format_1.unit_abbreviate"] = false, ["text_text_format_1.unitName_color"] = "class", ["text_text_format_1.unit_realm_name"] = "never", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_text_format_1.unitName_format"] = "Unit", ["text_text_format_1.unitName_realm_name"] = "never", ["text_text_format_unit_realm_name"] = "never", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_1.unit_color"] = "class", ["text_visible"] = true, ["text_fixedWidth"] = 64, ["text_text_format_1.unitName_abbreviate_max"] = 8, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1033474, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "NZPlcPOxvtR", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Vicious Lunge (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["SL_Dungeons"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", "Mists of Tirna Scithe guessing game v2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["authorOptions"] = { }, ["yOffset"] = 0, ["border"] = false, ["borderEdge"] = "Square Full White", ["anchorPoint"] = "CENTER", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["scale"] = 1, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["regionType"] = "group", ["internalVersion"] = 75, ["xOffset"] = 0, ["selfPoint"] = "CENTER", ["id"] = "SL_Dungeons", ["borderOffset"] = 4, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = "MX6Sr1peD1g", ["borderInset"] = 1, ["information"] = { }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["config"] = { }, }, ["01 Dissonance (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "364447", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2512", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135914, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "5(ZkEqjEuxn", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Dissonance (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Ignited Essence"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421859", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+DPS/Heal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 1, 0.13725490868092, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "aLMK2Oh0CUv", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Ignited Essence", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "3", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "4", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\4.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "5", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\5.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Mass Disintegrate (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["names"] = { }, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "401680", }, ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "401680", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "401383", }, ["debuffType"] = "HARMFUL", ["matchesShowOn"] = "showAlways", ["useExactSpellId"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Debuff", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.98431378602982, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "Jl8XeUrSGtB", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Mass Disintegrate (Others)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["06 Salvage Parts"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405592", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Disable Trap!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Y)8NivNnE7i", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Salvage Parts", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Dimensional Rift"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["names"] = { "Сверхновая", "Сверхновая", }, ["use_charges"] = false, ["spellName"] = 387976, ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Dimensional Rift", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "1", ["remOperator"] = ">=", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 17962, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "RIGHT", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["single"] = 20, ["multi"] = { [108416] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 387976, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 840200, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Dimensional Rift", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "r5f7lORzA2r", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "charges", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.34117647058824, 0.25098039215686, 1, }, ["property"] = "sub.2.border_color", }, { ["value"] = { 1, 0.34117647058824, 0.25098039215686, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Trinket_2_Hunter 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["itemName"] = 165664, ["spellId"] = "200174", ["duration"] = "0.6", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["type"] = "item", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_itemName"] = true, ["event"] = "Cooldown Progress (Equipment Slot)", ["use_sourceUnit"] = true, ["use_itemSlot"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_testForCooldown"] = true, ["use_absorbMode"] = true, ["names"] = { }, ["sourceUnit"] = "player", ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", ["itemSlot"] = 13, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["level"] = { "120", }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { [17] = true, [16] = true, }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["single"] = 19, ["multi"] = { [17] = true, [21] = true, [18] = true, [19] = true, [16] = true, }, }, ["use_dragonriding"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 34433, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PRIEST"] = true, }, }, }, ["frameStrata"] = 3, ["useAdjustededMax"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["glow_frame"] = "WeakAuras:Dog", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["do_sound"] = false, }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["source"] = "import", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["stickyDuration"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Utility]", ["uid"] = "gOby1baLU)Q", ["xOffset"] = 0, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["authorOptions"] = { { ["text"] = "", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 1, }, }, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Trinket_2_Hunter 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 1, ["x"] = 1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/AU9DH6bo7/8", }, ["Unravel CD & Absorb"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -113.08630371094, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 368432, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_showAbsorb"] = true, ["absorb"] = { "1", }, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbMode"] = true, ["use_absorb"] = true, ["use_unit"] = true, ["absorbMode"] = "OVERLAY_FROM_START", ["unit"] = "target", ["spellIds"] = { }, ["absorb_operator"] = { ">=", }, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_2.p_format"] = "timed", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_1.absorb_format"] = "none", ["text_text_format_2.absorb_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["type"] = "subtext", ["text_text"] = "%2.absorb", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_automaticWidth"] = "Auto", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 32, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "0DZG89SiLYU", ["adjustedMax"] = "", ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = false, ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = -122.67132568359, ["cooldownEdge"] = false, ["width"] = 32, ["alpha"] = 1, ["zoom"] = 0.34, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Unravel CD & Absorb", ["cooldownTextDisabled"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "FRAMESELECTOR", ["glow_action"] = "show", ["glow_color"] = { 0, 0.85882359743118, 1, 1, }, ["use_glow_color"] = true, ["glow_type"] = "ACShine", ["glow_frame"] = "WeakAuras:Unravel CD & Absorb", }, ["property"] = "glowexternal", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.11, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 50 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0, 0.39215689897537, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 75 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0.63921570777893, 0.054901964962482, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 98 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 1, 0.50980395078659, 0, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "absorb", ["value"] = "0", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["10 Shatter Sphere"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 364114, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["use_unit"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["names"] = { }, ["unit"] = "boss1", ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["ignoreAuraSpellids"] = { }, ["event"] = "Cast", ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136158, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XbT3Tj7DnPk", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Shatter Sphere", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Pneumatic Impact (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "360415", "360414", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2512", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135914, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "SXOJnHuy6sE", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Pneumatic Impact (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Fragments of Destiny Cast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350541, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = false, ["matchesShowOn"] = "showOnMissing", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellNames"] = true, ["type"] = "unit", ["useExactSpellId"] = false, ["duration"] = "7", ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cast", ["custom_type"] = "event", ["custom_hide"] = "timed", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Shards Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Fragments of Destiny Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ZFht77iVLUh", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 High Energy"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 0.95686274509804, 0.9843137254902, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "334755", }, ["duration"] = "1", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = true, ["unit"] = "boss1", ["unevent"] = "auto", ["use_specific_unit"] = true, ["fetchTooltip"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_absorbMode"] = true, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0, 0.027450980392157, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "1778226", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = ")A)jPs)8V9H", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "05 High Energy", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["The Azure Vault."] = { ["controlledChildren"] = { "[Azure] Sleep (Cast)", "[Azure] Frostbinding (Cast)", "[Azure] Wachstum (Cast)", "[Azure] Mystische Dämpfe (Cast)", "{Azure] Stomp (Stun/CC)", "{Azure] Welp Scream (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578411, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Azure Vault.", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "Ill(an0sjxF", ["parent"] = "Interrupt's & Casts's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["d_eternity_surge"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 359073, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Eternity Surge", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 200025, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [152262] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_eternity_surge", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "t91TmN08pxo", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Main Bar", }, ["Drop Location"] = { ["outline"] = "OUTLINE", ["wagoID"] = "udzwTKN2T", ["parent"] = "Ruby Life Pools - Last Boss Fire Drop", ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n local posit = aura_env.windcount % 4\n \n local responseStr = {\n [0] = \"Edge ↑\",\n [1] = \"Left ←\",\n [2] = \"Entrance ↓\",\n [3] = \"Right →\"\n }\n \n return responseStr[posit]\nend", ["yOffset"] = 380.95251464844, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/udzwTKN2T/4", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.windcount = 0", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "event", ["use_absorbMode"] = true, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(e,encounterID) \n \n -- 2623 last boss of Ruby\n if e == \"ENCOUNTER_START\" and encounterID == 2623 then\n if not InCombatLockdown() then\n aura_env.windcount = 0\n return true\n end \n end\n \nend", ["events"] = "PLAYER_ENTERING_WORLD ENCOUNTER_START ENCOUNTER_END PLAYER_REGEN_ENABLED PLAYER_REGEN_DISABLED", ["check"] = "event", ["unit"] = "player", ["use_unit"] = true, ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(e)\n \n if e == \"ENCOUNTER_END\" then \n if not InCombatLockdown() then\n aura_env.windcount = 0\n return true\n end\n \n end\n \n if e == \"PLAYER_REGEN_ENABLED\" then\n if not WeakAuras.CurrentEncounter then\n aura_env.windcount = 0\n return true\n end \n end\n \nend", }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["unit"] = "player", ["custom"] = "function(allstates, event, ts, event, _, sourceGUID, sourceName, _, _, destGUID, destName, _, _, spellID, spellName, _, amount)\n \n \n -- Winds of Change\n if sourceName == \"Erkhart Stormvein\" and spellID == 381517 then\n aura_env.windcount = aura_env.windcount + 1\n end\n \n \n \n return true\nend\n\n\n", ["customVariables"] = "", ["check"] = "event", ["events"] = "CLEU:SPELL_CAST_SUCCESS", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["font"] = "Fira Mono Medium", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["fontSize"] = 50, ["source"] = "import", ["uid"] = "nmy9q99cgVf", ["shadowXOffset"] = 1, ["displayText_format_p_time_mod_rate"] = true, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 200, ["selfPoint"] = "BOTTOM", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = false, ["displayText_format_p_time_precision"] = 1, ["automaticWidth"] = "Auto", ["xOffset"] = 11.174987792969, ["semver"] = "1.0.3", ["justify"] = "LEFT", ["tocversion"] = 100005, ["id"] = "Drop Location", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["config"] = { }, ["displayText"] = "%c", ["shadowYOffset"] = -1, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Source of Magic"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["text"] = "Source of Magic", ["type"] = "description", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show if Applied", "Show if Missing", "Always Show", }, ["default"] = 1, ["name"] = "Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Source of Magic", ["width"] = 1, ["useCollapse"] = false, ["noMerge"] = false, ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "source_of_magic", ["size"] = 10, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Maintenance Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "maintenance", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["matchesShowOn"] = "showAlways", ["auranames"] = { "369459", }, ["unit"] = "group", ["ownOnly"] = true, ["event"] = "Health", ["names"] = { }, ["unitExists"] = true, ["useMatch_count"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["useName"] = true, ["match_countOperator"] = ">", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "300", ["auranames"] = { "369459", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["match_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["match_countOperator"] = ">", ["matchesShowOn"] = "showAlways", ["useMatch_count"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["remOperator"] = "<", ["unit"] = "group", ["names"] = { }, ["useRem"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "300", ["auranames"] = { "369459", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["match_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["match_countOperator"] = "==", ["matchesShowOn"] = "showAlways", ["useMatch_count"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["remOperator"] = "<", ["unit"] = "group", ["names"] = { }, ["useRem"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_resting"] = true, ["use_incombat"] = false, ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function()\n if LWA and LWA.Init then\n LWA.Init()\n end\nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["events"] = "OPTIONS", ["unit"] = "player", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if t[4] then -- If in Rested Area\n return false\n end\n \n local behavior = aura_env.config.maintenance.source_of_magic.behavior\n \n if behavior == 1 then -- Show if Applied\n return t[1]\n elseif behavior == 2 then -- Show if Missing\n return t[2] or t[3]\n else -- Always Show\n return true\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 369459, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Maintenance - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["maintenance"] = { ["source_of_magic"] = { ["behavior"] = 1, }, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Source of Magic", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "MxVow5mEWU8", ["inverse"] = false, ["cooldownEdge"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["value"] = "0", ["op"] = "==", ["variable"] = "matchCount", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 1, 1, 0.5, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Glaive Tempest"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 342817, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Glaive Tempest", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Glaive Tempest", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "EBfY)8gHk2P", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["11 Surging Azerite Dodge"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["custom_type"] = "stateupdate", ["type"] = "custom", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["auraspellids"] = { }, ["spellIds"] = { }, ["use_spellId"] = false, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType, amount = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 366703\n and aura_env.flag\n and not allstates[\"dodge\"]\n then\n allstates[\"dodge\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n autoHide = true,\n }\n return true\n elseif subEvent == \"SPELL_AURA_APPLIED_DOSE\"\n and spellID == 366703\n and aura_env.flag\n and amount == 4\n and not allstates[\"dodge\"]\n then\n allstates[\"dodge\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n autoHide = true,\n }\n return true\n elseif subEvent == \"SPELL_CAST_SUCCESS\"\n and spellID == 363332 then\n aura_env.flag = true\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.flag = false\n end\nend", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_APPLIED_DOSE:SPELL_CAST_SUCCESS, ENCOUNTER_START", ["check"] = "event", ["ignoreAuraSpellids"] = { }, ["use_unit"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["x"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.023529411764706, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Surging Azerite Dodge", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "8pFuOIMTIDP", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 1035040, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["07 Crushing Prism"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "365297", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4263293, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "ZnQjS2HM8U1", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Crushing Prism", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = false, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[ULT] Sand Breath (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375727, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Sand Breath (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "AkkW)NpKWZu", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["p_time_dilation"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_genericShowOn"] = true, ["duration"] = "1", ["spellName"] = 357170, ["type"] = "spell", ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Dilation", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 31821, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["alpha"] = 1, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["useTooltip"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { [384820] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 357170, ["use_petbattle"] = false, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["parent"] = "preservation_evoker", ["xOffset"] = 94.568359375, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 35, ["useCooldownModRate"] = true, ["desaturate"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "p_time_dilation", ["icon"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["uid"] = "JjBlB1S8ctk", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["04 Flaming Cudgel"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "410351", }, ["auranames"] = { "405876", }, ["duration"] = "3", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["unit"] = "boss1", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["custom_type"] = "stateupdate", ["events"] = "", ["event"] = "Spell Cast Succeeded", ["auraspellids"] = { }, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "event", ["check"] = "event", ["debuffType"] = "HARMFUL", ["names"] = { }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135815, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "sw5HA2Hs47O", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Flaming Cudgel", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Emerald Communion"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 370960, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_spellNames"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_unit"] = true, ["ownOnly"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Emerald Communion", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 370960, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 370960, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["parent"] = "Core - LWA - Evoker", ["authorOptions"] = { }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Emerald Communion", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["uid"] = "qQJ2KUflz2Z", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 4630447, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["Time Skip"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Time Skip", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 404977, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["load"] = { ["use_petbattle"] = false, ["zone"] = "The Forbidden Reach", ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_zone"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { [115686] = false, [115533] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 404977, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Time Skip", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "7vnyZh7lP0S", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Augmentation", }, ["05 Night Hunter (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["names"] = { }, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "group", ["group_count"] = "0", ["auraspellids"] = { "361745", }, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["ignoreAuraSpellids"] = { }, ["group_countOperator"] = ">", ["auranames"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "361745", "361784", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["instance_type"] = { }, ["encounterid"] = "2544", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "lNwkQ12c2q0", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Night Hunter (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[HoI] Frost Cyclon (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 390118, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Frost Cyclon (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "0kVN(XQGjmX", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Mayhem"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "80240", }, ["auranames"] = { "80240", }, ["duration"] = "12", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["group_count"] = "1", ["debuffType"] = "HARMFUL", ["unit"] = "multi", ["type"] = "aura2", ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_SUCCESS", ["group_countOperator"] = ">=", ["names"] = { "Хаос", }, ["event"] = "Combat Log", ["useGroup_count"] = true, ["spellIds"] = { 80240, }, ["use_spellId"] = true, ["name"] = "Хаос", ["use_sourceUnit"] = true, ["useName"] = true, ["ownOnly"] = true, ["sourceUnit"] = "player", ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_alwaystrue"] = true, ["useGroup_count"] = false, ["duration"] = "12", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["names"] = { "Хаос", }, ["use_unit"] = true, ["group_count"] = "1", ["use_absorbMode"] = true, ["ownOnly"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "timed", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["spellIds"] = { 80240, }, ["unit"] = "multi", ["event"] = "Conditions", ["spellId"] = "80240", ["group_countOperator"] = ">=", ["use_spellId"] = true, ["name"] = "Хаос", ["use_sourceUnit"] = true, ["useName"] = true, ["auranames"] = { "80240", }, ["sourceUnit"] = "player", ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83529418706894, 0.66274511814117, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["desaturate"] = true, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387275] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 387506, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 460695, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 40, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Mayhem", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "DJe4txQJMqS", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "matchCountPerUnit", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Suffering (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350388", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "349890", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Suffering (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ULGieSWAkKr", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["01 Blind Swipe"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "329362", }, ["auranames"] = { "336235", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["names"] = { }, ["use_unit"] = true, ["duration"] = "6", ["custom_hide"] = "timed", ["useName"] = true, ["debuffType"] = "HARMFUL", ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_SUCCEEDED:boss1, UNIT_SPELLCAST_STOP:boss1", ["spell"] = "", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 343005\n and IsItemInRange(32321, unit)\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local unit, _, spellID = ...\n if spellID == 343005 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["subeventSuffix"] = "_CAST_SUCCESS", ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["type"] = "custom", ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 366938, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "gaW7aKcNq3Z", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Blind Swipe", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Searing Slam"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isMythic = ID == 16", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405819", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Lava", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Nuke Orb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ol2xmZIGy9E", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Searing Slam", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function() return aura_env.isMythic end", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Firestorm"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370783", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Firestorm", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 368847, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 368847, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["parent"] = "Core - LWA - Evoker", ["authorOptions"] = { }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Firestorm", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["uid"] = "wXJRwqv5zFt", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 4622459, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["Power Swell 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "370839", "376850", }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Power Swell", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "O2901bAUg31", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Power Swell 2", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["Greater Bronze Cache 2"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = false, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 223911, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["border_size"] = 3, ["border_offset"] = 0, ["border_color"] = { 1, 0.69019609689713, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223911\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4555573", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "igfYtLCG(Dl", ["frameStrata"] = 1, ["zoom"] = 0.25, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Greater Bronze Cache 2", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = false, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["keepAspectRatio"] = true, }, ["10 Hand of Destruction"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "333932", }, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["duration"] = "6", ["event"] = "Combat Log", ["unit"] = "player", ["useName"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["fetchTooltip"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Out", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "136225", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "8bZrZEBi)l8", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Hand of Destruction", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Stasis"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370537", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "370562", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Stasis", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 370537, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_text_format_ss_format"] = "none", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 370537, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "SaSwwwGa0am", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Stasis", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["[ULT] Searing Clap (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369061, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Searing Clap (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "OOSsvZs)OjF", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["07 Molten Spittle (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["type"] = "aura2", ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["auraspellids"] = { "402994", "411149", }, ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "402994", "411149", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Pools Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Zg(Qydayd2v", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Molten Spittle (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "411149", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["08 Blasphemy"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 361989, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Marks Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 458227, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "rXaFEAW0qwl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Blasphemy", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Marrowroot"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 168589, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "2bS84hXsSgU", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Marrowroot", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["Rescue"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Rescue", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 370665, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Rescue", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 370665, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 370665, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Rescue", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "Ugtit(dPubu", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["[ULT] Brutal Smash (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369811, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Brutal Smash (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "afWdx9fE7fM", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["09 Dark Evocation"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["unit"] = "boss", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_spellIds"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "unit", ["auraspellids"] = { "349805", }, ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 352530, }, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["useName"] = false, ["auraspellids"] = { "348787", }, ["useExactSpellId"] = true, ["matchesShowOn"] = "showOnMissing", ["auranames"] = { "348787", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Small Adds", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Dark Evocation", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "P4Q1QtNmSvR", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 136179, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Searing Slam Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText"] = "Drop in %p", ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["displayText_format_count_format"] = "none", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "405821", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "5", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "405821", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "5", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["displayText_format_p_time_precision"] = 1, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2680", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["xOffset"] = 0, ["fontSize"] = 28, ["source"] = "import", ["internalVersion"] = 75, ["shadowXOffset"] = 1, ["fixedWidth"] = 300, ["preferToUpdate"] = false, ["displayText_format_p_format"] = "timed", ["regionType"] = "text", ["url"] = "https://wago.io/dfraid2/44", ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["anchorFrameParent"] = false, ["displayText_format_count._format"] = "none", ["shadowYOffset"] = -1, ["semver"] = "1.0.44", ["justify"] = "CENTER", ["tocversion"] = 100100, ["id"] = "05 Searing Slam Timer", ["color"] = { 0, 1, 0.17254902422428, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "BigWigs / DBM Timers ", ["uid"] = "MiaEYmePN9M", ["wordWrap"] = "WordWrap", ["displayText_format_c._format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["automaticWidth"] = "Fixed", }, ["Castle Nathria (wago.io/slraid1)"] = { ["arcLength"] = 360, ["controlledChildren"] = { "WA Version Check Nathria (CHECK CUSTOM OPTIONS)", "01 Exsanguinated", "01 Echolocation", "01 Earsplitting Shriek", "01 Echoing Screech", "01 Echoing Sonar", "01 Blind Swipe", "01 Blood Shroud", "01 High Energy", "01 Earsplitting Shriek Dot", "01 Bloodlight", "01 Wave of Blood", "02 Crushing Stone (Tank Only)", "02 Jagged Claws (Tank Only)", "02 Sinseeker", "02 Sinseeker (Others)", "02 Vicious Lunge", "02 Vicious Lunge (Others)", "02 Petrifying Howl", "02 Rip Soul", "02 Shades of Bargast", "02 Sinseeker Dot", "02 Vicious Wound", "02 Deathly Roar", "02 Devour Soul", "03 Burning Remnants (Tank only)", "03 Vanquished (Tank only)", "03 Ember Blast", "03 Crimson Flurry", "03 Greater Castigation", "03 Ember Blast (Others)", "03 High Energy", "03 Blazing Surge", "03 Cloak of Flames (Kael'thas)", "03 Cloak of Flames (Shade)", "03 Soul Infuser Spawn", "03 Bleakwing Assassin Spawn", "03 Rockbound Vanquisher Spawn", "03 Vile Occultist Spawn", "03 Shade of Kael'thas Spawn", "03 Unfuser's Boon", "03 Drained Soul", "03 Burning Fixation", "03 Lingering Embers", "03 Crimson Flurry Dot", "03 Vulgar Brand", "04 Glyph of Destruction (Tank Only)", "04 Glyph of Destruction Cast On You (Tank Only)", "04 Arcane Vulnerability (Tank Only)", "04 Dimensional Tear", "04 Stasis Trap", "04 Phase Announcer", "04 Fixate", "04 Crystal of Phantasms Initial Spawn", "04 Rift Blast", "04 Edge of Annihilation Initial Spawn / Duration", "04 Collapsing Realities", "04 Glyph of Destruction (Others)", "04 Withering Touch", "04 Recombobulation", "05 Growing Hunger (Tank only)", "05 Volatile Ejection You", "05 Volatile Ejection (Others)", "05 Expunge", "05 High Energy", "05 Consume", "05 Desolate", "05 Essence Sap", "05 Next Gluttonous Miasma", "05 Gluttonous Miasma", "05 Volatile Ejection", "06 Change of Heart (Tank)", "06 Warped Desires (Tank Only)", "06 Hidden Desire (Tank Only)", "06 Sins and Suffering", "06 Bottled/Lingering/Replicating Anima", "06 Bottled/Lingering/Replicating Anima Cast", "06 Concentrated Anima", "06 Concentrated Anima (Others)", "06 Change of Heart (Others)", "06 Indemnification", "06 Anima Web", "06 Unconscionable Guilt", "06 Shared Suffering", "06 Shared Cognition", "07 Danse Macabre", "07 Danse Macabre Next Step", "07 Duelist's Riposte (Tank Only)", "07 Soul Spikes Cast On You (Tank Only)", "07 Soul Spikes (Tank Only)", "07 Evasive Lunge (Tank Only)", "07 Dark Recital", "07 Dark Recital Cast", "07 Castellan's Cadre", "07 Waltz of Blood", "07 Dancing Fever", "07 Dredger Servants", "07 Violent Uproar", "07 Prideful Eruption", "07 Summon Dutiful Attendant", "07 Dancing Fools", "07 Drain Essence", "07 Dreadbolt Volley", "07 Fancy Footwork", "07 Wrong Moves", "07 Two Left Feet", "08 Hateful Gaze", "08 Hateful Gaze (Others)", "08 Chain Them!", "08 Chain Slam", "08 Chain Slam (Others)", "08 Destructive Stomp", "08 Seismic Shift", "08 Fractured Boulder/Debris", "08 Falling Rubble", "08 High Energy", "08 Destructive Impact", "08 Chain Link", "08 Chain Bleed", "09 Serrated Tear (Tank Only)", "09 Stone Fist Cast On You (Tank only)", "09 Stone Fist (Tank only)", "09 Reverberating Eruption", "09 Wicked Blade", "09 Wicked Blade (Others)", "09 Shattering Blast", "09 Seismic Upheaval Cast", "09 Pulverizing Meteor", "09 Seismic Upheaval", "09 Call Shadow Forces", "09 Crystalize", "09 Reverberating Eruption (Others)", "09 Crystalize (Others)", "09 Ricocheting Shuriken Cast On You", "09 Stone Spike Cast On You", "09 Anima Infection / Infusion", "09 Wicked Laceration", "09 Heart Rend", "09 Heart Hemorrhage", "09 Reverberating Vulnerability", "09 Stone Spike", "09 Soultaint", "10 Shattering Pain", "10 Cleansing Pain", "10 Wracking Pain Cast (Tank Only)", "10 Scorn (Tank only)", "10 Wracking Pain (Tank only)", "10 Ravage", "10 Ravage Cast", "10 Sinister Reflection", "10 High Energy P1-P3", "10 Night Hunter / Feeding Time", "10 Fatal Finesse", "10 Fatal Finesse (Others)", "10 Massacre Cast", "10 Begin the Chorus", "10 Massacre", "10 Night Hunter (Others)", "10 Carnage", "10 Impale", "10 Impale (Others)", "10 Hand of Destruction", "10 March of the Pentinent", "10 Indignation", "10 Crescendo", "10 Spiteful", "10 Burden of Sin", "10 Fatal Finesse Dot", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "RLCX-XyW4", ["xOffset"] = -93.2503662109375, ["preferToUpdate"] = true, ["yOffset"] = 442.7781982421875, ["gridType"] = "RD", ["limit"] = 5, ["borderColor"] = { 0, 0, 0, 1, }, ["useAnchorPerUnit"] = false, ["url"] = "https://wago.io/slraid1/144", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["useLimit"] = false, ["align"] = "CENTER", ["radius"] = 200, ["fullCircle"] = true, ["space"] = 2, ["stagger"] = 0, ["selfPoint"] = "LEFT", ["version"] = 144, ["subRegions"] = { }, ["rotation"] = 0, ["anchorPoint"] = "CENTER", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["config"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["groupIcon"] = 3670321, ["animate"] = false, ["grow"] = "RIGHT", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["anchorPerUnit"] = "UNITFRAME", ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["parent"] = "SL_Raids", ["borderOffset"] = 4, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "Castle Nathria (wago.io/slraid1)", ["regionType"] = "dynamicgroup", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["uid"] = "TKAVMWJO4Xg", ["rowSpace"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["[BHH] Fragrant Meat (Stun/CC) Bird"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "186246", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_npcId"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["spellNames"] = { 384974, }, ["use_spellNames"] = true, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Fragrant Meat (Stun/CC) Bird", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "O(fjpl3PKsL", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Fyr'alath's Mark"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "417443", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "tJqN4sYoAmL", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Fyr'alath's Mark", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Evoker_Mana_Bar"] = { ["sparkWidth"] = 5, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 40, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2, c3 = CreateColor(0.74,0.84,1,1), CreateColor(0.93,0.61,0.65,1), CreateColor(1,0.8,0.6,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2,c3)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.74117648601532, 0.83921575546265, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 1, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 257, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, ["MONK"] = true, ["ROGUE"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 0.94901960784314, 0, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "function()\n local mana = UnitPower(\"player\",0)\n local manaMax = UnitPowerMax(\"player\",0)\n local manaPerc = (mana / manaMax) * 100\n return string.format(\"%.0f\",manaPerc)\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["ownOnly"] = true, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["unevent"] = "auto", ["event"] = "Power", ["spellName"] = 200183, ["realSpellName"] = "Прославление", ["use_spellName"] = true, ["spellIds"] = { 200183, }, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["names"] = { "Прославление", }, ["custom_hide"] = "timed", }, ["untrigger"] = { ["spellName"] = 200183, }, }, { ["trigger"] = { ["type"] = "unit", ["use_incombat"] = false, ["unevent"] = "auto", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Conditions", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["colorR"] = 1, ["duration"] = "", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "urn function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n\n\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["duration_type"] = "seconds", ["rotate"] = 0, ["translateType"] = "straightTranslate", ["easeStrength"] = 3, ["preset"] = "fade", ["colorB"] = 1, }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["type"] = "subforeground", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.95294117647059, 0.81960784313725, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_anchorYOffset"] = -1, ["text_visible"] = true, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["adjustedMin"] = "", ["barColor2"] = { 1, 0.74509805440903, 0.74509805440903, 1, }, ["uid"] = "D4NwLpHT)TI", ["adjustedMax"] = "", ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "RIGHT", ["customTextUpdate"] = "event", ["backgroundColor"] = { 0.13333334028721, 0.24705883860588, 0.40000003576279, 1, }, ["sparkHeight"] = 20, ["config"] = { }, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.7", ["authorOptions"] = { }, ["id"] = "Evoker_Mana_Bar", ["sparkHidden"] = "BOTH", ["frameStrata"] = 3, ["width"] = 250, ["icon"] = false, ["useAdjustededMax"] = false, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "100", ["variable"] = "percentpower", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["spark"] = false, }, ["Quaking Bar"] = { ["sparkWidth"] = 3, ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 392.5000610351563, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/B1H06AUNM/4", ["backgroundColor"] = { 0.086274509803922, 0.086274509803922, 0.086274509803922, 1, }, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.63529411764706, 0.34117647058824, 0.18823529411765, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 14, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["single"] = "challenge", ["multi"] = { ["challenge"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_never"] = false, ["spec"] = { ["multi"] = { }, }, ["use_affixes"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.3, ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["uid"] = "GZbkksyveG8", ["displayIcon"] = 136025, ["sparkOffsetX"] = 0, ["wagoID"] = "B1H06AUNM", ["color"] = { }, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then\n return \"20\"\n else\n if aura_env.state and aura_env.state.expirationTime then\n local remaining = aura_env.state.expirationTime - GetTime()\n \n return floor(remaining % 20)\n end\n end\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["itemName"] = 0, ["spellId"] = { "240447", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["use_unit"] = true, ["duration"] = "60", ["use_absorbMode"] = true, ["debuffType"] = "HELPFUL", ["spellName"] = { 0, }, ["auraType"] = "DEBUFF", ["type"] = "combatlog", ["name"] = "Quake", ["subeventSuffix"] = "_AURA_APPLIED", ["use_showOn"] = true, ["use_spellName"] = false, ["event"] = "Combat Log", ["use_itemName"] = true, ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "timed", ["names"] = { }, ["use_destUnit"] = true, ["unit"] = "player", ["use_auraType"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_size"] = 2, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "1 Pixel", ["border_offset"] = 2, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_RIGHT", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 28, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtPercent", ["tick_texture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["tick_length"] = 20, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "33.3333", }, ["automatic_length"] = false, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = true, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtPercent", ["tick_texture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["tick_length"] = 20, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "66.6666", }, ["automatic_length"] = false, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = true, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["adjustedMin"] = "", ["barColor2"] = { 1, 1, 0, 1, }, ["authorOptions"] = { }, ["adjustedMax"] = "", ["borderInFront"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["icon_side"] = "LEFT", ["sparkTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["borderBackdrop"] = "None", ["sparkHeight"] = 30, ["actions"] = { ["start"] = { ["do_custom"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\sonar.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["width"] = 400, ["icon"] = false, ["semver"] = "1.1.0", ["auto"] = false, ["id"] = "Quaking Bar", ["sparkHidden"] = "NEVER", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "update", ["useAdjustededMax"] = false, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "40", ["variable"] = "expirationTime", }, ["changes"] = { { ["property"] = "sub.6.tick_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "20", ["variable"] = "expirationTime", }, ["changes"] = { { ["property"] = "sub.5.tick_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["config"] = { }, }, ["Remix Gem Combiner"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Bronze", "Minor Bronze", "Lesser Bronze", "Bronze Cache", "Greater Bronze Cache", "Cache of Infinite", "Chipped Deadly Sapphire", "Flawed Deadly Sapphire", "Deadly Sapphire", "Chipped Hungering Ruby", "Flawed Hungering Ruby", "Hungering Ruby", "Chipped Masterful Amethyst", "Flawed Masterful Amethyst", "Masterful Amethyst", "Chipped Quick Topaz", "Flawed Quick Topaz", "Quick Topaz", "Chipped Stalwart Pearl", "Flawed Stalwart Pearl", "Stalwart Pearl", "Chipped Sustaining Emerald", "Flawed Sustaining Emerald", "Sustaining Emerald", "Perfect Sustaining Emerald", "Chipped Swift Opal", "Flawed Swift Opal", "Swift Opal", "Chipped Versatile Diamond", "Flawed Versatile Diamond", "Versatile Diamond", "Asynchronized Prismatic Gem", "Asynchronized Tinker Gem", "Asynchronized Cogwheel Gem", "Asynchronized Meta Gem", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "KwParTdDA", ["xOffset"] = -518.433901511598, ["preferToUpdate"] = false, ["yOffset"] = 835.556205101526, ["gridType"] = "RD", ["sort"] = "hybrid", ["fullCircle"] = true, ["space"] = 0, ["url"] = "https://wago.io/KwParTdDA/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 2, ["radius"] = 200, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["rowSpace"] = 1, ["grow"] = "HORIZONTAL", ["useLimit"] = false, ["rotation"] = 0, ["groupIcon"] = "237185", ["version"] = 8, ["internalVersion"] = 75, ["config"] = { }, ["borderInset"] = 1, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["useAnchorPerUnit"] = false, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["source"] = "import", ["alpha"] = 1, ["scale"] = 0.75, ["centerType"] = "RL", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["hybridPosition"] = "hybridLast", ["limit"] = 5, ["borderSize"] = 2, ["regionType"] = "dynamicgroup", ["hybridSortMode"] = "descending", ["constantFactor"] = "RADIUS", ["borderColor"] = { 0, 0, 0, 1, }, ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Remix Gem Combiner", ["animate"] = false, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["sortHybridTable"] = { ["Flawed Versatile Diamond"] = false, ["Masterful Amethyst"] = false, ["Swift Opal"] = false, ["Flawed Sustaining Emerald"] = false, ["Asynchronized Prismatic Gem"] = false, ["Flawed Masterful Amethyst"] = false, ["Bronze Cache"] = false, ["Asynchronized Cogwheel Gem"] = false, ["Asynchronized Tinker Gem"] = false, ["Deadly Sapphire"] = false, ["Flawed Swift Opal"] = false, ["Flawed Stalwart Pearl"] = false, ["Versatile Diamond"] = false, ["Chipped Swift Opal"] = false, ["Lesser Bronze"] = false, ["Perfect Sustaining Emerald"] = false, ["Hungering Ruby"] = false, ["Greater Bronze Cache"] = false, ["Sustaining Emerald"] = false, ["Quick Topaz"] = false, ["Flawed Deadly Sapphire"] = false, ["Flawed Quick Topaz"] = false, ["Chipped Versatile Diamond"] = false, ["Stalwart Pearl"] = false, ["Minor Bronze"] = false, ["Bronze"] = true, ["Chipped Masterful Amethyst"] = false, ["Cache of Infinite"] = true, ["Chipped Sustaining Emerald"] = false, ["Chipped Deadly Sapphire"] = false, ["Chipped Quick Topaz"] = false, ["Chipped Hungering Ruby"] = false, ["Flawed Hungering Ruby"] = false, ["Chipped Stalwart Pearl"] = false, ["Asynchronized Meta Gem"] = false, }, ["uid"] = "CzjMegkBx7X", ["anchorPoint"] = "CENTER", ["stagger"] = 0, ["conditions"] = { }, ["information"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["09 Frost Blast (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "8", ["useGroup_count"] = true, ["names"] = { }, ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["group_countOperator"] = ">", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["auranames"] = { "352538", }, ["spellIds"] = { }, ["auraspellids"] = { "348760", }, ["remOperator"] = "<=", ["unit"] = "group", ["combineMode"] = "showHighest", ["useRem"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348760", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "348787", }, ["debuffType"] = "HARMFUL", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_1.unit_abbreviate"] = false, ["text_text"] = "%1.unit", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_1.unit_realm_name"] = "never", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_text_format_1.unit_format"] = "Unit", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_1.unit_color"] = "class", ["text_text_format_s_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Frost Blast (Others)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "QBFTeXk7cBU", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Prescience"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Prescience", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 409311, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 5, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_mod_rate"] = true, ["text_anchorYOffset"] = -5, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["load"] = { ["use_zoneIds"] = false, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["use_spellknown"] = true, ["use_class"] = true, ["use_zone"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Prescience", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "Uzp3DqHgBcO", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Main Bar", }, ["DF_Dungeons"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = 0, ["borderEdge"] = "Square Full White", ["border"] = false, ["yOffset"] = 0, ["regionType"] = "group", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["authorOptions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["anchorPoint"] = "CENTER", ["borderOffset"] = 4, ["scale"] = 1, ["selfPoint"] = "CENTER", ["id"] = "DF_Dungeons", ["internalVersion"] = 75, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["config"] = { }, ["uid"] = "mPEHk)wd9qu", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { }, ["borderInset"] = 1, }, ["[NL] Vicid Bile (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 183465, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Vicid Bile (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "YdUsl)tACS8", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[NL] Scorch (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 202075, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE PUDDLES!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Scorch (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "wF0zoQTEvwA", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[Azure} Splitter (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 370764, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Splitter (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "ZDDxnsADr5A", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Summon_Infernal"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["use_totemType"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["event"] = "Totem", ["totemType"] = 1, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { 113860, }, ["names"] = { "Черная душа: страдание", }, ["unevent"] = "auto", ["use_absorbMode"] = true, ["use_unit"] = true, ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 1122, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Summon Infernal", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 1122, }, }, { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "1122", }, ["unevent"] = "timed", ["duration"] = "0.6", ["event"] = "Combat Log", ["use_unit"] = true, ["use_spellId"] = true, ["use_absorbMode"] = true, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.68235296010971, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "timed", ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorYOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_text_format_s_time_precision"] = 1, ["text_text_format_s_time_format"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_s_time_dynamic_threshold"] = 3, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 1122, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 136219, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Summon_Infernal", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "fZbgvNcuRFF", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["AUG_Timelessness"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 412710, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Timelessness", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 412710, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "0KOzKl2QTHm", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Utility]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Timelessness", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["[Azure} Bersten (CLeave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 370766, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Bersten (CLeave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "J3871qIMLFE", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Essence 3"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["size"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_never"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 3, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 3", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "7jj87fFp9wx", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 3", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 3, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 3, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["05 Ashen Devastation"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { 428901, }, ["useGroup_count"] = true, ["names"] = { }, ["duration"] = "8", ["unit"] = "group", ["use_unit"] = true, ["use_absorbMode"] = true, ["group_count"] = "0", ["ignoreSelf"] = true, ["useExactSpellId"] = false, ["combineMode"] = "showHighest", ["useName"] = false, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", ["castType"] = "cast", ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["npcId"] = "", ["subeventPrefix"] = "SPELL", ["event"] = "Combat Log", ["use_percentpower"] = false, ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["group_countOperator"] = ">", ["auranames"] = { }, ["use_exact_spellId"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["adjustedMax"] = "", ["barColor"] = { 1, 0.95686280727386, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Explosion", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["uid"] = "V0vhRd2qpZt", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 1029721, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Ashen Devastation", ["width"] = 240, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["zoom"] = 0.2, ["config"] = { }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "4", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["scales"] = { ["sparkWidth"] = 28, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -167.25366401672, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.61568629741669, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "BantoBar", ["zoom"] = 0.42, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Obsidian Scales", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "363916", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Combustion", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 16, ["border_anchor"] = "bar", ["border_offset"] = 5, ["border_color"] = { 1, 1, 1, 0.5, }, ["border_visible"] = false, ["border_edge"] = "None", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_anchorYOffset"] = 1, ["text_fontSize"] = 6, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "ICON_CENTER", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 6, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["borderBackdrop"] = "None", ["borderInFront"] = false, ["xOffset"] = 0, ["icon_side"] = "RIGHT", ["customTextUpdate"] = "update", ["backgroundColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 43, ["spark"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 149.5, ["semver"] = "1.2.18", ["id"] = "scales", ["sparkHidden"] = "NEVER", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "u)C6JXYWTpN", }, ["[BHH] Rotting Surge (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 383392, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Rotting Surge (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "Z6cBEeAwhUa", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Death Blossom"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_exact_itemName"] = true, ["duration"] = "1", ["unevent"] = "auto", ["unit"] = "player", ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_includeBank"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["itemName"] = 169701, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 2, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["load"] = { ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 2366, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["width"] = 20, ["progressSource"] = { -1, "", }, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["cooldownEdge"] = false, ["uid"] = "TBeTD7D3Y64", ["parent"] = "Shadowlands herb counter", ["anchorFrameParent"] = false, ["alpha"] = 1, ["icon"] = true, ["zoom"] = 0.2, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Death Blossom", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["useTooltip"] = true, }, ["[TNO] Störschrei (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 384365, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Störschrei (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "(Tlj7NEB29P", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[Neltharus] - Molten Core ADD (Glow)"] = { ["iconSource"] = -1, ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["do_glow"] = true, ["glow_frame"] = "AceGUI-3.0EditBox3", ["glow_type"] = "Pixel", ["do_custom"] = false, ["glow_lines"] = 30, ["glow_thickness"] = 3, ["glow_scale"] = 1.5, ["glow_frequency"] = 0.1, ["glow_length"] = 6, ["custom"] = "\n\n", ["glow_color"] = { 1, 1, 1, 1, }, ["glow_action"] = "show", ["use_glow_color"] = true, ["do_sound"] = false, ["glow_border"] = true, }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "2", ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["showClones"] = true, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "378172", }, ["event"] = "Health", ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["useExactSpellId"] = true, ["remOperator"] = "<", ["unit"] = "nameplate", ["subeventSuffix"] = "_CAST_START", ["useRem"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["multi"] = { [260] = true, [261] = true, [66] = true, [104] = true, [253] = true, [103] = true, [254] = true, [105] = true, [255] = true, [259] = true, [102] = true, [268] = true, [581] = true, [250] = true, [73] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { ["DEMONHUNTER"] = true, }, }, ["use_encounterid"] = false, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["zoneIds"] = "g431", ["instance_type"] = { }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_zoneIds"] = true, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 20, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "bounce", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return r1 + (progress * (r2 - r1)), g1 + (progress * (g2 - g1)), b1 + (progress * (b2 - b1)), a1 + (progress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["progressSource"] = { -1, "", }, ["cooldown"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["parent"] = "Focus Target Group.", ["url"] = "https://wago.io/0zeLaqjDa/96", ["uid"] = "rtEorBgk2bx", ["useCooldownModRate"] = true, ["internalVersion"] = 75, ["zoom"] = 0, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Neltharus] - Molten Core ADD (Glow)", ["cooldownTextDisabled"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 0, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["[NLTH] Partikel of Combustion (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 384158, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Partikel of Combustion (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "3)03N4AAvW3", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Ruptured Veil"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "408131", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "(wCJUsso0mu", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Ruptured Veil", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["10 Indignation"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["duration"] = "15", ["useName"] = true, ["unit"] = "boss1", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellNames"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["realSpellName"] = 0, ["castType"] = "channel", ["use_spellName"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["type"] = "unit", ["spellName"] = 0, ["use_track"] = true, ["spellNames"] = { 326005, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528311, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "MBCzAcaUeH(", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Indignation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Forbearance_Warlock"] = { ["sparkWidth"] = 10, ["stacksSize"] = 12, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["backgroundColor"] = { 0, 0, 0, 0.41000002622604, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["HUNTER"] = true, ["WARRIOR"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["PRIEST"] = true, ["WARLOCK"] = true, ["DEMONHUNTER"] = true, ["DEATHKNIGHT"] = true, ["DRUID"] = true, ["MONK"] = true, ["SHAMAN"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_dragonriding"] = false, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = true, ["texture"] = "HalR", ["textFont"] = "Friz Quadrata TT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100002, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 1, ["displayIcon"] = "Interface\\Icons\\Spell_Holy_PainSupression", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["uid"] = "l3USeOxAhjG", ["color"] = { 1, 1, 1, 1, }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Utility]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["barInFront"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, ["sound"] = "Interface\\AddOns\\MikScrollingBattleText\\Sounds\\Pling1.ogg", ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["icon"] = true, ["cooldownSwipe"] = true, ["zoom"] = 0.3, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["displayTextLeft"] = "%p", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "25771", }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["use_tooltip"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["names"] = { "Воздержанность", }, ["event"] = "Health", ["duration"] = "1", ["ownOnly"] = false, ["useGroup_count"] = false, ["spellIds"] = { 25771, }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["combineMatches"] = "showLowest", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = 1, }, ["anchorFrameType"] = "SCREEN", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration"] = "1", ["colorB"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["colorA"] = 1, ["scalex"] = 0.5, ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["preset"] = "pulse", ["alpha"] = 0, ["translateType"] = "spiralandpulse", ["y"] = 1, ["x"] = 1, ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["scaleType"] = "pulse", ["scaley"] = -0.5, ["rotate"] = 0, ["use_scale"] = false, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useCooldownModRate"] = true, ["text"] = true, ["customTextUpdate"] = "update", ["stickyDuration"] = false, ["sparkHidden"] = "NEVER", ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["semver"] = "5.3.5", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["authorOptions"] = { }, ["timerSize"] = 12, ["sparkHeight"] = 39, ["border"] = true, ["borderEdge"] = "1 Pixel", ["cooldownTextDisabled"] = true, ["borderSize"] = 1, ["height"] = 33, ["icon_side"] = "RIGHT", ["sparkRotation"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["spark"] = false, ["sparkOffsetX"] = 0, ["stacksColor"] = { 1, 1, 1, 1, }, ["displayTextRight"] = "%n", ["textFlags"] = "OUTLINE", ["id"] = "Forbearance_Warlock", ["stacksFont"] = "Friz Quadrata TT", ["frameStrata"] = 2, ["width"] = 33, ["textSize"] = 12, ["url"] = "https://wago.io/Afenar_Warlock/150", ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL_INVERSE", ["conditions"] = { }, ["cooldown"] = true, ["borderOffset"] = 0, }, ["[TNO] Teera Wind (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 384808, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Teera Wind (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "fM6XQJXh3ZX", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["07 Volatile Charge"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["duration"] = "4", ["unit"] = "player", ["names"] = { }, ["spellName"] = 0, ["use_genericShowOn"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["event"] = "Cast", ["realSpellName"] = 0, ["castType"] = "cast", ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "368969", }, ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.54901960784314, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.58039215686275, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.56078431372549, ["y"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2529", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038106, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "iC4K0(dvpW6", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Volatile Charge", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["04 Leap Timer (Tanks, Achor To Nameplate)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 140, ["displayText"] = "Leap in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["customVariables"] = "{expirationTime = true}", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["events"] = "BigWigs_StartBar, BigWigs_StopBar, NAME_PLATE_UNIT_ADDED, NAME_PLATE_UNIT_REMOVED", ["names"] = { }, ["check"] = "event", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"BigWigs_StartBar\" and ... then\n local bar = ...\n if bar then\n local b = WeakAuras.GetBigWigsTimerById(bar)\n if b then\n local duration = b.duration\n local expirationTime = b.expirationTime\n local spellID = b.spellId\n if spellID == \"421570\" then\n local guid = UnitGUID(\"boss2\")\n if guid then\n allstates[guid] = {\n show = true,\n changed = true,\n destUnit = \"boss2\",\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true \n end\n end\n end\n end\n elseif event == \"BigWigs_StopBar\" and ... then\n local bar = ...\n if bar then\n local b = WeakAuras.GetBigWigsTimerById(bar)\n if b then\n local spellID = b.spellId\n if spellID == \"421570\" then\n local guid = UnitGUID(\"boss2\")\n if guid then\n local state = allstates[guid] \n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\n end\n end\n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and ... then\n local unit = ...\n if UnitIsUnit(unit, \"boss2\") then\n local b = WeakAuras.GetBigWigsTimerById(GetSpellInfo(421570))\n if b then\n local guid = UnitGUID(unit)\n local duration = b.duration\n local expirationTime = b.expirationTime\n allstates[guid] = {\n show = true,\n changed = true,\n destUnit = unit,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n }\n return true\n end\n end\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["useTooltip"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["anchorFrameParent"] = false, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2728", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["fontSize"] = 19, ["source"] = "import", ["displayText_format_c_format"] = "none", ["shadowXOffset"] = 1, ["customAnchor"] = "function()\n if aura_env.state.destUnit then\n return C_NamePlate.GetNamePlateForUnit(aura_env.state.destUnit)\n end\nend", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "6", }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["color"] = { 1, 1, 1, 1, }, ["selfPoint"] = "CENTER", ["uid"] = "TcBHWrKUiB4", ["internalVersion"] = 75, ["displayText_format_p_time_precision"] = 1, ["yOffset"] = 20, ["parent"] = "BigWigs / DBM Timers / Texts", ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "04 Leap Timer (Tanks, Achor To Nameplate)", ["displayText_format_p_time_legacy_floor"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "CUSTOM", ["displayText_format_p_time_dynamic_threshold"] = 60, ["config"] = { }, ["automaticWidth"] = "Fixed", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["HealthPet-Circle"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196081399918, 0.50196081399918, 0.50196081399918, 0.5, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 0.98, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["itemName"] = 0, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showHealAbsorb"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_itemName"] = true, ["unit"] = "pet", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_showIncomingHeal"] = true, ["event"] = "Health", ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.TrackHealthPet and (t[1] and t[2]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 55, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "HealthPet-Circle", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 5, ["width"] = 55, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = false, ["uid"] = "kx3dNRnhjZC", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "percenthealth", ["value"] = "70", }, ["linked"] = false, ["changes"] = { { ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "percenthealth", ["value"] = "50", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.78823529411765, 0.30196078431373, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "percenthealth", ["value"] = "35", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.45098039215686, 0.1843137254902, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "percenthealth", ["value"] = "35", }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.8, 0, 0.019607843137255, 1, }, ["property"] = "foregroundColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["MC Distance 3 Reverse"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 100, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_genericShowOn"] = true, ["range"] = "30", ["unit"] = "target", ["use_showHealAbsorb"] = false, ["range_operator"] = "<=", ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_absorbMode"] = true, ["event"] = "Range Check", ["realSpellName"] = 0, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 3 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 170, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "MC Distance 3 Reverse", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 1, ["width"] = 30, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = true, ["uid"] = "mtHb8jrDQao", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["02 Gloom Conflagration Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "405437", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "405437", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "6", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["use_id"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["use_spellId"] = true, ["spellIds"] = { }, ["use_remaining"] = true, ["type"] = "addons", ["useName"] = false, ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "eraP8IfVWI5", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Meteor in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Gloom Conflagration Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Auto Tank Misdirect"] = { ["outline"] = "OUTLINE", ["wagoID"] = "8xGN251mS", ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/8xGN251mS/1", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "local a = aura_env\n--\n-- Original author: Chilly @ Draenor\n-- Modified by: Qweekk/Whattheqweek @ Kazzak\n--\n\nif not _G[\"AutoTankMisdirect\"] then\n local locale = GetLocale()\n local _, class, _ = UnitClass(\"player\")\n a.btn = CreateFrame(\"Button\", \"AutoTankMisdirect\", UIParent, \"SecureActionButtonTemplate\")\n a.btn:SetAttribute(\"type\", \"spell\")\n a.btn:SetAttribute(\"unit\", \"player\")\n if class == \"ROGUE\" then\n if locale == \"frFR\" then\n a.btn:SetAttribute(\"spell\", \"Ficelles du métier\")\n elseif locale == \"deDE\" then\n a.btn:SetAttribute(\"spell\", \"Schurkenhandel\")\n elseif locale == \"esES\" or locale == \"esMX\" then\n a.btn:SetAttribute(\"spell\", \"Secretos del oficio\")\n elseif locale == \"itIT\" then\n a.btn:SetAttribute(\"spell\", \"Trucchi del Mestiere\")\n elseif locale == \"ptBR\" then\n a.btn:SetAttribute(\"spell\", \"Truques do Ofício\")\n elseif locale == \"ruRU\" then\n a.btn:SetAttribute(\"spell\", \"Маленькие хитрости\")\n elseif locale == \"koKR\" then\n a.btn:SetAttribute(\"spell\", \"속임수 거래\")\n elseif locale == \"zhCN\" then\n a.btn:SetAttribute(\"spell\", \"嫁祸诀窍\")\n elseif locale == \"chTW\" then\n a.btn:SetAttribute(\"spell\", \"嫁祸诀窍\")\n else\n a.btn:SetAttribute(\"spell\", \"Tricks of the Trade\")\n end\n elseif class == \"EVOKER\" then\n a.btn:SetAttribute(\"spell\", \"Blistering Scales\")\n else\n if locale == \"frFR\" then\n a.btn:SetAttribute(\"spell\", \"Détournement\")\n elseif locale == \"deDE\" then\n a.btn:SetAttribute(\"spell\", \"Irreführung\")\n elseif locale == \"esES\" or locale == \"esMX\" then\n a.btn:SetAttribute(\"spell\", \"Redirección\")\n elseif locale == \"itIT\" then\n a.btn:SetAttribute(\"spell\", \"Depistaggio\")\n elseif locale == \"ptBR\" then\n a.btn:SetAttribute(\"spell\", \"Redirecionar\")\n elseif locale == \"ruRU\" then\n a.btn:SetAttribute(\"spell\", \"Перенаправление\")\n elseif locale == \"koKR\" then\n a.btn:SetAttribute(\"spell\", \"눈속임\")\n elseif locale == \"zhCN\" then\n a.btn:SetAttribute(\"spell\", \"误导\")\n elseif locale == \"chTW\" then\n a.btn:SetAttribute(\"spell\", \"误导\")\n else\n a.btn:SetAttribute(\"spell\", \"Misdirection\")\n end\n end\n a.btn:SetAttribute(\"checkselfcast\", false)\n a.btn:SetAttribute(\"checkfocuscast\", false)\nelse\n a.btn = _G[\"AutoTankMisdirect\"]\nend\n\n\nfunction aura_env.UpdateTank()\n if aura_env.config.focus and UnitExists(\"focus\") and UnitIsFriend(\"player\", \"focus\") then\n aura_env.btn:SetAttribute(\"unit\", \"focus\")\n return\n end\n \n for unit in WA_IterateGroupMembers() do\n if UnitGroupRolesAssigned(unit) == \"TANK\" then\n aura_env.btn:SetAttribute(\"unit\", unit)\n return\n end\n end\n -- If focus is not being used and no tank exists in party, fall back to md on pet\n if UnitExists(\"pet\") then\n aura_env.btn:SetAttribute(\"unit\", \"pet\")\n else\n aura_env.btn:SetAttribute(\"unit\", \"mouseover\")\n end\nend\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["custom_hide"] = "timed", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["custom"] = "--\n-- Author: Chilly @ Draenor\n--\nfunction(e, arg1)\n if e == \"GROUP_ROSTER_UPDATE\" or e == \"CHALLENGE_MODE_START\" or e == \"PLAYER_ENTERING_WORLD\" or \"PLAYER_FOCUS_CHANGED\" or (e == \"UNIT_PET\" and arg1 == \"player\") then\n if InCombatLockdown() then\n aura_env.needUpdate = true\n else\n aura_env.UpdateTank()\n end\n elseif aura_env.needUpdate then\n aura_env.UpdateTank()\n aura_env.needUpdate = false\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["events"] = "UNIT_PET, PLAYER_ENTERING_WORLD,PLAYER_REGEN_ENABLED,GROUP_ROSTER_UPDATE,CHALLENGE_MODE_START,PLAYER_FOCUS_CHANGED", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = true, ["wordWrap"] = "WordWrap", ["desc"] = "Automatically target the current tank with your misdirect/tricks. If no tank is in your party it uses it on your pet, if you have no pet it uses it on your mouseover. Works for both rogue and hunter.\n\nRequires using this macro to cast:\n\n#showtooltip Misdirection (or Tricks of the Trade if you're a rogue)\n/click AutoTankMisdirect\n\nThat's it!", ["font"] = "Roboto Medium", ["version"] = 1, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 11.999991416931, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 261, ["multi"] = { [253] = true, [255] = true, [254] = true, [260] = true, [261] = true, [259] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { ["HUNTER"] = true, ["ROGUE"] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_class"] = false, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, }, ["authorMode"] = true, ["fontSize"] = 12, ["source"] = "import", ["config"] = { ["focus"] = false, }, ["shadowXOffset"] = 1, ["parent"] = "Hunter", ["internalVersion"] = 75, ["regionType"] = "text", ["fixedWidth"] = 200, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Auto", ["displayText_format_p_time_precision"] = 1, ["selfPoint"] = "BOTTOM", ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.0", ["justify"] = "LEFT", ["tocversion"] = 90002, ["id"] = "Auto Tank Misdirect", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Tick this if you want to use focus before any other case. For example if you need to MD a specific person in raid.", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "focus", ["desc"] = "Tick this if you want to use focus before any other case.", ["default"] = false, ["useDesc"] = true, ["name"] = "Use focus first", ["width"] = 2, }, }, ["frameStrata"] = 1, ["width"] = 11.000016212463, ["shadowYOffset"] = -1, ["uid"] = "yKmhYYWJVKo", ["color"] = { 1, 1, 1, 1, }, ["displayText"] = "%p", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["01 Deresolution"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "359610", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "8tGxVRSHQJn", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Deresolution", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Chipped Versatile Diamond"] = { ["iconSource"] = -1, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220371, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220371\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Versatile Diamond", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "k737DcwSanG", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "134098", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Evoker Essence (Nimeji)"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Evoker Essence", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 1.22, ["preferToUpdate"] = false, ["limit"] = 5, ["yOffset"] = -173.28063246465, ["sortHybridTable"] = { ["Evoker Essence"] = false, }, ["frameStrata"] = 1, ["authorOptions"] = { }, ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["arcLength"] = 360, ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["stagger"] = 0, ["groupIcon"] = 4622451, ["version"] = 38, ["subRegions"] = { }, ["gridType"] = "RD", ["uid"] = "WZrgk8FYGRy", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["anchorPoint"] = "CENTER", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["fullCircle"] = true, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n \n local totalWidth = 151\n local spacing = 1\n local availableWidth = (totalWidth - spacing * (#activeRegions - 1))\n local width = math.floor(availableWidth / #activeRegions)\n local leftOver = availableWidth - width * #activeRegions\n \n local offset = - totalWidth / 2 - spacing\n local previousWidth = 0\n \n for i, child in ipairs(activeRegions) do\n local adjustedWidth = width + (leftOver > 0 and 1 or 0)\n leftOver = leftOver - 1\n \n child.region:SetRegionWidth(adjustedWidth) \n child.region:Update()\n \n offset = offset + spacing + (previousWidth + adjustedWidth) / 2\n previousWidth = adjustedWidth\n \n newPositions[i] = {\n offset,\n 0\n }\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["regionType"] = "dynamicgroup", ["constantFactor"] = "RADIUS", ["config"] = { }, ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Evoker Essence (Nimeji)", ["source"] = "import", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["rotation"] = 0, ["borderInset"] = 1, ["parent"] = ".EvokerUI-Preheat", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["debugLog"] = false, }, ["rowSpace"] = 1, }, ["[Academy] Reaver (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 388958, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Reaver (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "VIutkvxafTC", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["04 Vigorous Gale Cast"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "407009", }, ["auranames"] = { "405876", }, ["duration"] = "2.5", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Combat Log", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Winds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1029595, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "zdkumqWcRrj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Vigorous Gale Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Winds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["03 Cloak of Flames (Shade)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 0.98823529411765, 0.99607843137255, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 343025, }, ["auranames"] = { "338600", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["specificUnit"] = "boss1", ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["unevent"] = "auto", ["unit"] = "boss", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["names"] = { }, ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", ["event"] = "Cast", ["duration"] = "1", }, ["untrigger"] = { ["unit"] = "boss", }, }, { ["trigger"] = { ["useName"] = true, ["debuffType"] = "HELPFUL", ["useGroup_count"] = true, ["auranames"] = { "338600", }, ["fetchTooltip"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["names"] = { }, ["spellIds"] = { }, ["specificUnit"] = "boss1", ["group_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_2.tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_text"] = "%2.tooltip1", ["text_text_format_2.tooltip1_format"] = "BigNumber", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tooltip1_decimal_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132093, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Rzeu)O9nmUw", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Cloak of Flames (Shade)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Oppressing Roar CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 5.7220458984375e-06, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 5.7220458984375e-06, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Oppressing Roar", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 372048, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35.000011444092, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control", ["uid"] = "yK(TsmbVHCI", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Oppressing Roar CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35.000011444092, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["05 Encore of Torment"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "349985", }, ["auranames"] = { "352658", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["spellName"] = { 0, }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_spellName"] = false, ["castType"] = "channel", ["use_spellId"] = true, ["spellIds"] = { }, ["realSpellName"] = 0, ["type"] = "combatlog", ["use_absorbMode"] = true, ["use_track"] = true, ["duration"] = "5", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2434", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Encore of Torment", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "utdif1PsL6k", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528313, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Icons"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "Underrot Boss Unravel", "Unravel CD & Absorb 2", "Trinket (Slot 2)", "Coach", "Spoils of Neltharus", "Trinket (Slot 1)", "d_firestorm", "d_shattering_star", "Quell CD", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = 436.68427929348, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 4, ["selfPoint"] = "TOP", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = -258.39946581523, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["Quell CD"] = false, ["Trinket (Slot 1)"] = false, ["Unravel CD & Absorb 2"] = false, ["Coach"] = false, ["Underrot Boss Unravel"] = false, ["d_shattering_star"] = false, ["Trinket (Slot 2)"] = false, ["Spoils of Neltharus"] = false, ["d_firestorm"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "0CwJ0OsG4XE", ["scale"] = 0.75, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Icons", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Thundering - Personal Marks"] = { ["iconSource"] = -1, ["wagoID"] = "Qit4lVLhD", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = -10, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/Qit4lVLhD/11", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "396369", "396364", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 11, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_time_mod_rate"] = true, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["affixes"] = { ["single"] = 132, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_affixes"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["xOffset"] = -100, ["uid"] = "LwSQzKWcYBh", ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["information"] = { }, ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["parent"] = "Thundering (M+)", ["width"] = 40, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.10", ["tocversion"] = 100002, ["id"] = "Thundering - Personal Marks", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["message"] = "", ["do_sound"] = false, ["message_type"] = "SAY", ["do_message"] = false, ["sound"] = 1, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "3", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bam.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = false, ["progressSource"] = { -1, "", }, }, ["Havoc"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["spellId"] = { "80240", }, ["auranames"] = { "80240", }, ["duration"] = "12", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["match_count"] = "1", ["group_count"] = "1", ["names"] = { "Хаос", }, ["debuffType"] = "HARMFUL", ["use_specific_unit"] = false, ["useName"] = true, ["match_countOperator"] = ">=", ["subeventSuffix"] = "_CAST_SUCCESS", ["ownOnly"] = true, ["spellIds"] = { 80240, }, ["event"] = "Combat Log", ["type"] = "aura2", ["useGroup_count"] = true, ["use_spellId"] = true, ["name"] = "Хаос", ["use_sourceUnit"] = true, ["unevent"] = "timed", ["group_countOperator"] = ">=", ["sourceUnit"] = "player", ["unit"] = "multi", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 80240, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Havoc", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 80240, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83529418706894, 0.61176472902298, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387976] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 80240, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 40, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Havoc", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "Ba9O4yFuSCz", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[UR] Indigestion (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 260793, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Indigestion (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "9L3aqGByhjH", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["01 Matter Dissolution"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "364881", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spawns Orbs", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135914, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "sVCYfmWqdYm", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Matter Dissolution", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Unravel"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 368432, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 368432, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_showAbsorb"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_absorb"] = true, ["unit"] = "target", ["subeventPrefix"] = "SPELL", ["absorb"] = { "500", }, ["spellIds"] = { }, ["absorb_operator"] = { ">", }, ["names"] = { }, ["event"] = "Health", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_hostility"] = true, ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["hostility"] = "hostile", ["use_unit"] = true, ["use_absorbHealMode"] = true, ["unit"] = "target", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or (t[2] and t[3] and t[4])\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.absorb", ["text_text_format_p_format"] = "timed", ["text_text_format_3.absorb_big_number_format"] = "AbbreviateNumbers", ["text_selfPoint"] = "CENTER", ["text_text_format_2.absorb_format"] = "BigNumber", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.absorb_big_number_format"] = "AbbreviateNumbers", ["text_text_format_p_time_precision"] = 1, ["text_text_format_3.absorb_format"] = "BigNumber", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_automaticWidth"] = "Auto", ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 368432, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "4)kdNiDyfm(", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Utilities - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Unravel", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, }, ["Temporal Anomaly"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Temporal Anomaly", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 373861, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 373861, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Temporal Anomaly", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "WipxkXZ3MpN", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["FloeUI_Healthstone"] = { ["outline"] = "OUTLINE", ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["displayText"] = "%p", ["customText"] = "function()\n \n local count = GetItemCount(5512, nil, true) \n return(count)\n \nend\n\n\n", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["xOffset"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["itemName"] = 5512, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["event"] = "Cooldown Progress (Item)", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["itemName"] = 5512, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_includeCharges"] = true, ["use_unit"] = true, ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["names"] = { }, ["type"] = "item", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["count"] = "0", ["event"] = "Item Count", ["use_itemName"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_exact_itemName"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["use_track"] = true, ["count_operator"] = ">", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["fixedWidth"] = 200, ["desaturate"] = false, ["cooldownEdge"] = false, ["font"] = "Expressway", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "1 Pixel", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 1, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 3, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 1.5, ["text_color"] = { 1, 0.87843143939972, 0.78431379795074, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = -0.5, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_2.charges_format"] = "none", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.87843143939972, 0.78431379795074, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["anchorYOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_charges_format"] = "none", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DRUID", ["multi"] = { ["WARLOCK"] = true, ["SHAMAN"] = true, ["MAGE"] = true, ["DRUID"] = true, ["PALADIN"] = true, ["PRIEST"] = true, }, }, ["level_operator"] = { "==", }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_dragonriding"] = false, ["use_spec"] = true, ["use_vehicleUi"] = false, ["use_level"] = false, ["level"] = { "120", }, ["use_never"] = false, ["zoneIds"] = "", }, ["config"] = { }, ["useAdjustededMax"] = false, ["fontSize"] = 17, ["source"] = "import", ["adjustedMin"] = "", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["authorOptions"] = { }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["auto"] = true, ["cooldownTextDisabled"] = true, ["anchorFrameParent"] = false, ["preferToUpdate"] = false, ["justify"] = "LEFT", ["zoom"] = 0.3, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "FloeUI_Healthstone", ["wordWrap"] = "WordWrap", ["frameStrata"] = 1, ["width"] = 33, ["stickyDuration"] = false, ["uid"] = "QQeOBfXz9LN", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.text_visible", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Don't Release V2"] = { ["outline"] = "OUTLINE", ["wagoID"] = "NkAOjKJ6G", ["parent"] = "CommonUI", ["preferToUpdate"] = true, ["customText"] = "", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["message"] = "", ["do_sound"] = false, ["message_type"] = "PRINT", ["do_custom"] = false, ["do_message"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "-- seconds to hold down modifier to enable the release button\naura_env.TIMEOUT = aura_env.config.TIMEOUT\n\n-- should we auto-release if modifier is held down long enough?\naura_env.AUTO_RELEASE = aura_env.config.AUTO_RELEASE\n\n-- format the text that explains this behavior\naura_env.INFO_TEXT = \"Hold %s for %d seconds to release.\"\naura_env.INFO_TEXT_SAFE = \"Keep holding and click the button.\"\n\n-- text shown below if someone can get back up and revive the group\naura_env.INFO_TEXT_HAS_RESS = \"|cffFF5555%d |4RESSER:RESSERS; CAN REVIVE EVERYONE!|r\"\naura_env.INFO_TEXT_HAS_RESS_NEARBY = \"|cffFF5555%d |4RESSER:RESSERS; CAN REVIVE YOU!|r\"\n\n-- the filters below sets up the behavior in a specific check order\n-- first we check the type of instance, followed by the difficultyID, then instanceID\n-- this allows you to specify a waterfell type check depending on what you wish to accomplish:\n-- (1) type - by default we ignore scenarios, arena and pvp environments, and specify exactly what kind of party and raid content to run in\n-- (2) difficulty - by default we only check for mythic keystones, and modern raids in normal, heroic or mythic to run in\n-- (3) instance - anything unspecified above, you may specifically add it to the last list of instance ids\n-- these values should always be either true, false, or just comment to ignore\n-- true means to run the release blocking behavior, false means to disable it, and comment/ignore so the next check in order is ran instead\n\n-- (1) instance types\n-- https://wow.gamepedia.com/API_GetInstanceInfo\naura_env.INSTANCE_TYPES = {\n scenario = false,\n -- party = true, -- uncomment to enable in any party content\n -- raid = true, -- uncomment to enable in any raid content\n arena = false,\n pvp = false,\n}\n\n-- (2) instance difficulties\n-- https://wow.gamepedia.com/DifficultyID\naura_env.INSTANCE_DIFFICULTIES = {\n -- party\n -- [1] = false, -- Normal\n -- [2] = false, -- Heroic\n -- [23] = false, -- Mythic\n -- [8] = true, -- Mythic Keystone\n -- raid\n -- [14] = true, -- Normal\n -- [15] = true, -- Heroic\n -- [16] = true, -- Mythic\n}\n\n-- (3) instances\n-- https://wow.gamepedia.com/InstanceID\naura_env.INSTANCES = {\n -- [2296] = true, -- Castle Nathria\n -- [2450] = true, -- Sanctum of Domination\n}\n\n-- load config overrides into `aura_env.INSTANCE_DIFFICULTIES`\nlocal enableInMapToDifficultyID = {\n [1] = 1, -- Party - Normal\n [2] = 2, -- Party - Heroic\n [3] = 23, -- Party - Mythic\n [4] = 8, -- Party - Mythic Keystone\n [5] = 14, -- Raid - Normal\n [6] = 15, -- Raid - Heroic\n [7] = 16, -- Raid - Mythic\n}\nfor k, v in ipairs(aura_env.config.enableIn) do\n if v ~= nil then\n local instDiffID = enableInMapToDifficultyID[k]\n aura_env.INSTANCE_DIFFICULTIES[instDiffID] = v\n end\nend\n\n-- get modifier key\nlocal function IsModifierKeyDown()\n if aura_env.config.modKey == 1 then\n return IsShiftKeyDown, \"SHIFT\"\n elseif aura_env.config.modKey == 3 then\n return IsAltKeyDown, \"ALT\"\n end\n return IsControlKeyDown, \"CTRL\"\nend\n\n-- unit can revive others\nlocal function UnitCanReviveOthers(unit, cr)\n local _, _, classID = UnitClass(unit)\n return classID == 2 or classID == 5 or classID == 7 or classID == 10 or classID == 11 or classID == 13 or (cr and classID == 9)\nend\n\n-- any class with self-revive that can revive the group?\nlocal function GetNumRessers()\n local c, n = 0, 0\n for unit in WA_IterateGroupMembers() do\n if UnitIsDeadOrGhost(unit) then\n if UnitHasIncomingResurrection(unit) and UnitCanReviveOthers(unit, true) then\n c = c + 1\n end\n elseif UnitInRange(unit) and UnitCanReviveOthers(unit) then\n n = n + 1\n end\n end\n return c, n\nend\n\n-- copied from StaticPopup.lua#L26\nlocal function GetSelfResurrectDialogOptions()\n local resOptions = GetSortedSelfResurrectOptions()\n if resOptions then\n if IsEncounterLimitingResurrections() then\n return resOptions[1], resOptions[2]\n else\n return resOptions[1]\n end\n end\nend\n\n-- returns true if we are in a instance we want to run the release blocking behavior\nfunction aura_env:IsRunningAllowed()\n local _, instType, instDiffID, _, _, _, _, instID = GetInstanceInfo()\n local typeVal = instType and self.INSTANCE_TYPES[instType]\n local diffVal = instDiffID and self.INSTANCE_DIFFICULTIES[instDiffID]\n local instVal = instID and self.INSTANCES[instID]\n if typeVal ~= nil then\n return not typeVal\n elseif diffVal ~= nil then\n return not diffVal\n elseif instVal ~= nil then\n return not instVal\n end\n return true\nend\n\n-- returns the popup widget\nfunction aura_env:GetPopup()\n local _, sp = StaticPopup_Visible(\"DEATH\")\n return sp\nend\n\n-- returns true if we can release and the button is enabled by default\nfunction aura_env:CanRelease()\n local sp = self:GetPopup()\n local allowed = true\n if sp then\n if IsFalling() and not IsOutOfBounds() then\n allowed = false -- wait until corpse lands\n elseif IsEncounterSuppressingRelease() then\n allowed = false -- encounter keeps us dead\n elseif HasNoReleaseAura() then\n allowed = false -- forced to stay dead\n else\n -- self ress options with potential restrictions\n local option1, option2 = GetSelfResurrectDialogOptions()\n if option1 and not option1.canUse then\n allowed = false\n end\n if option2 and not option2.canUse then\n allowed = false\n end\n end\n end\n return allowed, sp\nend\n\n-- returns true if we aren't restricted and can release\nfunction aura_env:IsReleaseAllowed()\n local canRelease, sp = self:CanRelease()\n if canRelease and sp then\n -- is running not worth it?\n local allowed = aura_env:IsRunningAllowed()\n -- check if we have held modifier long enough - if we aren't allowed to run\n if not allowed then\n local _, remain = aura_env:UpdateModifierStatus()\n if remain then\n return remain < 1\n end\n end\n -- is running allowed?\n return allowed\n end\n return true\nend\n\n-- called every second in order to keep the button status up-to-date\nfunction aura_env:UpdateButton()\n local canRelease, sp = self:CanRelease()\n if canRelease then\n -- update button status\n local status = self:IsReleaseAllowed()\n -- sp.button1:SetEnabled(status)\n sp.button1:SetShown(status)\n -- auto repop if the option is enabled\n if status and aura_env.AUTO_RELEASE then\n RepopMe()\n end\n -- append our explanation text and resize the popup widget\n local text = sp.text:GetText()\n if text then\n local _, remain, modName = aura_env:UpdateModifierStatus()\n local t\n if remain and remain >= 1 then\n t = format(self.INFO_TEXT, modName, max(0, remain))\n elseif remain then\n t = self.INFO_TEXT_SAFE\n else\n t = format(self.INFO_TEXT, modName, aura_env.TIMEOUT)\n end\n local c, n = GetNumRessers()\n if n > 0 then\n t = aura_env.INFO_TEXT_HAS_RESS_NEARBY:format(n) .. \"\\n\" .. t\n elseif c > 0 then\n t = aura_env.INFO_TEXT_HAS_RESS:format(c) .. \"\\n\" .. t\n end\n sp.text:SetText(t)\n StaticPopup_Resize(sp, sp.which)\n end\n return true\n end\n return false\nend\n\n-- called to update modifier status, returns also seconds elapsed\nfunction aura_env:UpdateModifierStatus()\n local isModifierKeyDown, modifierKeyName = IsModifierKeyDown()\n if aura_env.TIMEOUT <= 0 then\n return 0, 0, modifierKeyName\n elseif isModifierKeyDown() then\n if not aura_env.keyPressed then\n aura_env.keyPressed = GetTime() + aura_env.TIMEOUT\n end\n else\n aura_env.keyPressed = nil\n end\n local elapsed = aura_env.keyPressed\n if elapsed then\n return elapsed, elapsed - GetTime() + 1, modifierKeyName\n end\n return elapsed, nil, modifierKeyName\nend\n\n-- creates shake animation group\nlocal function CreateShake(sp)\n local a = sp:CreateAnimationGroup()\n a:SetLooping(\"REPEAT\")\n local t = a:CreateAnimation(\"Translation\")\n t:SetDuration(0)\n t:SetOffset(0, 0)\n a.t = t\n a:SetScript(\"OnStop\", function() t:SetOffset(0, 0) end)\n sp:HookScript(\"OnHide\", function() a:Stop() end)\n return a\nend\n\n-- starts shaking and updates the animation each call\nlocal function StartShaking(sp)\n local a = sp.DontReleaseAnimationGroup\n if not a then\n a = CreateShake(sp)\n sp.DontReleaseAnimationGroup = a\n end\n if not a:IsPlaying() then\n a:Play()\n end\n -- get distance from cursor to button\n local x1, y1 = sp.button1:GetCenter()\n local scale, x2, y2 = UIParent:GetEffectiveScale(), GetCursorPosition()\n x2, y2 = x2/scale, y2/scale\n local dist = sqrt((x2-x1)^2+(y2-y1)^2)\n -- create a linear shake that intensifies up to 100 pixels the closer we get to the button\n local t = min(100, max(1, 1000/(dist+1)))\n a.t:SetOffset(random(-t, t), random(-t, t))\nend\n\n-- stops shaking\nlocal function StopShaking(sp)\n local a = sp.DontReleaseAnimationGroup\n if not a then\n return\n end\n if a:IsPlaying() then\n a:Stop()\n end\nend\n\n-- update shake effect on the popup dialog\nfunction aura_env:UpdateShake()\n local canRelease, sp = self:CanRelease()\n if not sp then\n return\n end\n if not aura_env.config.APE then\n StopShaking(sp)\n elseif canRelease and self:IsReleaseAllowed() then\n StopShaking(sp)\n else\n StartShaking(sp)\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["event"] = "Conditions", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["unit"] = "player", ["spellIds"] = { }, ["genericShowOn"] = "showOnActive", ["use_unit"] = true, ["use_alive"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["custom_type"] = "status", ["type"] = "custom", ["custom"] = "function()\n if aura_env:GetPopup() then\n aura_env:UpdateModifierStatus()\n aura_env:UpdateButton()\n aura_env:UpdateShake()\n return true\n end\nend\n\n\n", ["subeventSuffix"] = "_CAST_START", ["check"] = "update", ["genericShowOn"] = "showOnActive", ["event"] = "Health", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 2, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, ["main"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, ["finish"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, }, ["font"] = "Friz Quadrata TT", ["version"] = 19, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 0.99994909763336, ["load"] = { ["use_size"] = false, ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_zone"] = false, ["class"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, ["heroic"] = true, ["normal"] = true, }, }, ["role"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["talent2"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["flexible"] = true, ["fortyman"] = true, ["ten"] = true, ["twentyfive"] = true, ["twenty"] = true, ["party"] = true, }, }, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["yOffset"] = 0, ["regionType"] = "text", ["conditions"] = { }, ["xOffset"] = 0, ["wordWrap"] = "Elide", ["authorOptions"] = { { ["type"] = "select", ["useDesc"] = false, ["default"] = 2, ["name"] = "Modifier key", ["values"] = { "Shift", "Control", "Alt", }, ["key"] = "modKey", ["width"] = 1, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 0.1, ["width"] = 2, ["min"] = 0, ["name"] = "Hold key down for # seconds before enabling the release button", ["default"] = 2, ["key"] = "TIMEOUT", }, { ["type"] = "toggle", ["key"] = "AUTO_RELEASE", ["default"] = false, ["name"] = "Auto-release when release button is clickable", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "APE", ["desc"] = "Enabling this makes the dialog shake a lot when you get closer to the button with your cursor.", ["default"] = false, ["useDesc"] = true, ["name"] = "Enable Ape mode (EXPERIMENTAL)", ["width"] = 2, }, { ["type"] = "multiselect", ["default"] = { false, false, false, true, true, true, true, }, ["values"] = { "Party - Normal", "Party - Heroic", "Party - Mythic", "Party - Mythic Keystone", "Raid - Normal", "Raid - Heroic", "Raid - Mythic", }, ["key"] = "enableIn", ["useDesc"] = false, ["name"] = "Enable release blocking behavior in the following instance types", ["width"] = 2, }, }, ["selfPoint"] = "CENTER", ["uid"] = "fJvfzfdTdF5", ["semver"] = "1.0.11", ["tocversion"] = 90002, ["id"] = "Don't Release V2", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 1.0000220537186, ["config"] = { ["TIMEOUT"] = 2, ["AUTO_RELEASE"] = false, ["modKey"] = 2, ["enableIn"] = { false, false, false, true, true, true, true, }, ["APE"] = false, }, ["color"] = { 1, 1, 1, 1, }, ["displayText"] = " ", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 1, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/NkAOjKJ6G/19", }, ["06 Full Bloom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { 426855, }, ["auranames"] = { }, ["duration"] = "6.9", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Combat Log", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 237578, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "4rmLjPW)LUt", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Full Bloom", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["06 Flameclasp Detonation"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "356870", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Flameclasp Detonation", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "KtF2B0i128r", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Dream Breath Normal"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "355941", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "group", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 355936, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115542] = true, [115556] = false, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 355936, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "LbG3BNWtu9k", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Dream Breath Normal", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["01 Spike of Creation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "360202", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Trap-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kpVIjwvUn0H", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Spike of Creation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["ScarletAdaptationText"] = { ["controlledChildren"] = { "Scarlet Adaptation Percent", "Scarlet Adaptation Number", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = -203.68431091309, ["preferToUpdate"] = false, ["yOffset"] = -185.48530578613, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "", ["version"] = 38, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 0.8, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "ScarletAdaptationText", ["selfPoint"] = "CENTER", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["borderInset"] = 1, ["uid"] = "VyDSE0DbyA2", ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = ".EvokerUI-Preheat", }, ["09 Seismic Upheaval Cast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 334498, }, ["auranames"] = { "334498", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["useName"] = true, ["auraspellids"] = { "331209", }, ["use_unit"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_absorbMode"] = true, ["unevent"] = "auto", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136025, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "9P5xG4FjbIC", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Seismic Upheaval Cast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[FH] Brutal Backhand (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257426, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Brutal Backhand (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "glnfjvPVFkd", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Runic Affinity"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "354964", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "353693", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["specificUnit"] = "boss1", ["unit"] = "member", ["auraspellids"] = { "353195", }, ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.48627450980392, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n if WeakAuras.GetActiveTriggers(aura_env.id)[2]\n or WeakAuras.GetActiveTriggers(aura_env.id)[3] then\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.48627450980392, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Do Runes", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Runic Affinity", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "g2UOOYZzhqL", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Fire Breath 4"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "382266", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "multi", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 382266, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382266, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [87596] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "0LE3Mn4OwAw", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Fire Breath 4", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["10 Crescendo"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "2", ["names"] = { }, ["subeventPrefix"] = "UNIT_DIED", ["custom_hide"] = "timed", ["useName"] = true, ["use_cloneId"] = false, ["debuffType"] = "HARMFUL", ["custom_type"] = "event", ["type"] = "custom", ["use_destNpcId"] = false, ["subeventSuffix"] = "", ["events"] = "CLEU:UNIT_DIED", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"UNIT_DIED\" \n and aura_env.GUIDS[select(6, strsplit(\"-\", destGUID))] then\n return true\n end\n end\nend", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["destNpcId"] = "", ["check"] = "event", ["use_destUnit"] = false, ["unevent"] = "timed", ["customVariables"] = "{expirationTime = true}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.GUIDS = {\n [\"173161\"] = true,\n [\"174161\"] = true,\n [\"174134\"] = true,\n [\"173162\"] = true,\n [\"174126\"] = true,\n [\"173163\"] = true,\n [\"174162\"] = true,\n [\"173164\"] = true,\n [\"169196\"] = true,\n [\"169470\"] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528310, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "b4DDaTGg9YW", ["xOffset"] = 0, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Crescendo", ["alpha"] = 1, ["useCooldownModRate"] = true, ["width"] = 80, ["url"] = "https://wago.io/slraid1/144", ["config"] = { }, ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_scale"] = false, ["colorB"] = 0, ["colorG"] = 0.07843137254902, ["colorA"] = 1, ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n return startX + (progress * (scaleX - startX)), startY + (progress * (scaleY - startY))\nend\n", ["use_translate"] = false, ["easeStrength"] = 3, ["scaleType"] = "custom", ["type"] = "none", ["use_color"] = false, ["easeType"] = "none", ["translateFunc"] = "", ["preset"] = "alphaPulse", ["alpha"] = 0, ["x"] = 0.9, ["y"] = 0, ["colorType"] = "custom", ["translateType"] = "custom", ["scaley"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["duration_type"] = "seconds", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["cooldown"] = true, ["useTooltip"] = false, }, ["[HoI] Demoralizing Shout (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 1160, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Demoralizing Shout (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "zHz6IKDLYRq", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["MC Distance 1 Reverse"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 285, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_genericShowOn"] = true, ["range"] = "10", ["unit"] = "target", ["use_showHealAbsorb"] = false, ["range_operator"] = "<=", ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_absorbMode"] = true, ["event"] = "Range Check", ["realSpellName"] = 0, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 3 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 350, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "MC Distance 1 Reverse", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 1, ["width"] = 30, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = true, ["uid"] = "0LWobxAAd9m", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["06 Change of Heart (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "340452", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ZhYQTbgDwGZ", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Change of Heart (Tank)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Runecarver's Deathtouch Cast"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360636, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["type"] = "unit", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Debuffs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2576090, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "uo6nVGUT6lh", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Runecarver's Deathtouch Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Cast Bar - LWA - Evoker"] = { ["overlays"] = { { 0.11764706671238, 0.11764706671238, 0.11764706671238, 1, }, { 0.27450981736183, 0.27450981736183, 0.27450981736183, 1, }, { 0.39215689897537, 0.39215689897537, 0.39215689897537, 1, }, { 0.50980395078659, 0.50980395078659, 0.50980395078659, 1, }, { 0.66666668653488, 0.66666668653488, 0.66666668653488, 1, }, }, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { ["do_message"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"cast_bar\"\n\nlocal bar = aura_env.region.bar\n\nlocal ticks = {}\nfor i=1,3 do\n local tickMark = bar:CreateTexture()\n tickMark:SetColorTexture(1, 1, 1, 1)\n tickMark:SetSize(3, bar:GetHeight())\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", 0, 0)\n tickMark:SetDrawLayer(\"ARTWORK\", 7);\n tickMark:Hide()\n \n ticks[i] = tickMark\nend\n\nlocal function GetBaseDuration()\n local base = IsPlayerSpell(369913) and 2.4 or 3\n local haste = 1 + UnitSpellHaste(\"player\") / 100\n \n return base / haste\nend\n\nlocal function GetTotalDuration()\n local _, _, _, startTime, endTime = UnitChannelInfo(\"player\")\n \n return (endTime - startTime) / 1000\nend\n\nlocal function UpdateTickMarks()\n local relativeBaseDuration = (GetBaseDuration() / GetTotalDuration())\n \n for i, tickMark in ipairs(ticks) do\n tickMark:Show()\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", (i / 3) * relativeBaseDuration * bar:GetWidth(), 0)\n end\n \n if relativeBaseDuration > 0.99 then\n ticks[3]:Hide()\n end\nend\n\nlocal function HideTickMarks()\n for _, tickMark in ipairs(ticks) do\n tickMark:Hide()\n end\nend\n\naura_env.trigger = UpdateTickMarks\naura_env.untrigger = HideTickMarks\n\n\n", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.71372549019608, 0.16078431372549, 0.16078431372549, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, ["zoneIds"] = "", ["use_never"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["race"] = { }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Resources - LWA - Evoker", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_showLatency"] = false, ["use_inverse"] = false, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["powertype"] = 6, ["use_stage"] = false, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_showChargedDuration"] = true, ["unevent"] = "auto", ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "player", ["use_absorbMode"] = true, ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["use_eventtype"] = true, ["event"] = "Chat Message", ["unit"] = "player", ["custom"] = "function()\n PlayerCastingBarFrame:UnregisterAllEvents()\nend", ["custom_hide"] = "custom", ["custom_type"] = "event", ["use_unit"] = true, ["events"] = "PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellNames"] = { 356995, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["spellName"] = 0, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_spellNames"] = true, ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["spellName"] = 0, ["use_genericShowOn"] = true, ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "status", ["custom_hide"] = "timed", ["subeventSuffix"] = "_AURA_REFRESH", ["event"] = "Cast", ["events"] = "UNIT_SPELLCAST_CHANNEL_START:player UNIT_SPELLCAST_CHANNEL_UPDATE:player UNIT_SPELLCAST_CHANNEL_STOP:player", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(event, _, _, spellId)\n if spellId ~= 356995 or event == 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.trigger()\nend", ["use_sourceUnit"] = true, ["check"] = "event", ["use_unit"] = true, ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event, _, _, spellId)\n if spellId ~= 356995 or event ~= 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.untrigger()\nend", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sparkMirror"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 1, ["text_shadowYOffset"] = -1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowThickness"] = 1, ["glowScale"] = 1, ["useGlowColor"] = false, ["glow_anchor"] = "bar", ["type"] = "subglow", ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_LEFT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, ["sparkWidth"] = 10, ["icon_side"] = "LEFT", ["configGroup"] = "cast_bar", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkHeight"] = 20, ["backgroundColor"] = { 0, 0, 0, 0.30000001192093, }, ["overlaysTexture"] = { "Solid", "Solid", "Solid", "Solid", "Solid", }, ["desc"] = "Disintegrate Ticks Code by Nimeji", ["semver"] = "1.1.2", ["width"] = 405, ["id"] = "Cast Bar - LWA - Evoker", ["sparkHidden"] = "BOTH", ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["config"] = { }, ["spark"] = true, ["inverse"] = false, ["icon"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["linked"] = false, ["changes"] = { { ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "interruptible", ["value"] = 0, ["checks"] = { { ["trigger"] = 1, ["variable"] = "interruptible", ["value"] = 0, }, { ["value"] = 1, ["variable"] = "show", }, }, }, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"unint\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "empowered", }, ["linked"] = true, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, { ["value"] = { ["custom"] = "aura_env.region.colorState = \"emp\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "stageTotal", }, ["changes"] = { { ["value"] = { 0.8666667342186, 0.24705883860588, 0.24705883860588, 1, }, ["property"] = "overlays.2", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "2", ["variable"] = "stageTotal", }, ["changes"] = { { ["value"] = { 0.89019614458084, 0.59607845544815, 0.19215688109398, 1, }, ["property"] = "overlays.3", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "3", ["variable"] = "stageTotal", }, ["changes"] = { { ["value"] = { 0.43529415130615, 0.87450987100601, 0.25098040699959, 1, }, ["property"] = "overlays.4", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "charged", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = 20, ["property"] = "sub.5.glowLines", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "TtpjA9v2OC8", }, ["{TVP] Altairus (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_message"] = false, ["message_type"] = "SAY", ["do_glow"] = false, ["do_custom"] = false, ["custom"] = "", ["do_sound"] = false, ["message"] = "", ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["zoneIds"] = "325", ["use_encounterid"] = false, ["difficulty"] = { }, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 88308, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{TVP] Altairus (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "(fJWgmTnzow", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["04 Siphoned Barrier"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useExactSpellId"] = false, ["useName"] = true, ["auranames"] = { "361651", }, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "member", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "boss1", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Z7XzWnee57q", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Siphoned Barrier", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[NLTH] Molten Army (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 383651, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Molten Army (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eX70s4NGEE0", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Ebon Reality Dot"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "407917", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "OXIWao)oESZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Ebon Reality Dot", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Wing Buffet CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Wing Buffet", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 357214, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control", ["uid"] = "ctCpCS3gH9y", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Wing Buffet CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["09 Soultaint"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "343895", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Heal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "VCf3kVPphb2", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Soultaint", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["custom"] = "if aura_env.state\nand aura_env.state.unitCaster then\n if not UnitIsUnit(\"target\", aura_env.state.unitCaster) then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Switch.ogg\", \"MASTER\")\n end\nend", }, ["property"] = "customcode", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["AUG_Attunement"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Black Attunement", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "Bronze Attunement", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115518] = true, [403208] = true, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "V1NB25HORl1", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Attunement", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 5199623, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Dragonriding UI Whirling Surge"] = { ["overlays"] = { { 0.1803921610117, 0.5686274766922, 0.77254909276962, 1, }, }, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "BOTTOMRIGHT", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dmui-dragonriding/36", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.vigor = 0\naura_env.charge = 0", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = true, ["wordWrap"] = "WordWrap", ["barColor"] = { 0.43529415130615, 0.76470595598221, 0.59607845544815, 1, }, ["desaturate"] = false, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { }, ["use_dragonriding"] = true, ["use_spellknown"] = false, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["zoneIds"] = "", ["spellknown"] = 372610, ["size"] = { ["multi"] = { }, }, }, ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "tXs4-ei7t", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "0.395", ["shadowYOffset"] = -1, ["parent"] = "Dragonriding UI Timers", ["cooldownSwipe"] = true, ["cooldown"] = true, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["cooldownTextDisabled"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "cooldown", ["spellId"] = { "361584", }, ["duration"] = "30", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "event", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_spellId"] = true, ["event"] = "Spell Cast Succeeded", ["use_exact_spellName"] = true, ["realSpellName"] = 374990, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 374990, ["use_absorbMode"] = true, ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t) return (t[2] or t[3]) and t[4] end", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["orientation"] = "HORIZONTAL", ["zoom"] = 0.14, ["internalVersion"] = 75, ["displayText_format_p_time_mod_rate"] = true, ["sparkRotationMode"] = "AUTO", ["width"] = 180, ["version"] = 36, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 4, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Blizzard Dialog Gold", ["border_size"] = 12, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_shadowColor"] = { 0, 0, 0, 0, }, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Oswald", ["text_anchorYOffset"] = -2.5, ["text_shadowYOffset"] = -2, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = false, ["text_shadowXOffset"] = 2, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 8, ["textureSource"] = "LSM", ["frameStrata"] = 1, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["xOffset"] = 0, ["id"] = "Dragonriding UI Whirling Surge", ["backgroundColor"] = { 0, 0, 0, 0.49857431650162, }, ["justify"] = "LEFT", ["anchorFrameFrame"] = "WeakAuras:Dragonriding UI Vigor", ["displayText_format_p_time_format"] = 0, ["config"] = { }, ["sparkHeight"] = 30, ["icon_side"] = "RIGHT", ["anchorFrameParent"] = true, ["icon"] = false, ["displayText_format_p_time_precision"] = 1, ["cooldownEdge"] = true, ["overlaysTexture"] = { "Solid", }, ["uid"] = "Pb)vw0mjDTy", ["semver"] = "3.1.0", ["displayText_format_p_time_dynamic_threshold"] = 60, ["sparkHidden"] = "NEVER", ["adjustedMax"] = "0.55", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SELECTFRAME", ["selfPoint"] = "TOPRIGHT", ["sparkWidth"] = 10, ["inverse"] = false, ["displayText"] = "Pitch: %p", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = false, }, ["barColor2"] = { 1, 1, 0, 1, }, }, ["06 Lucid Vulnerability"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "428479", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 135864, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "6BHt1RZ3zLS", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Lucid Vulnerability", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["10 Burden of Sin"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326699", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "4wth1UAf7cZ", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Burden of Sin", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[Spiteful] Glow"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["ingroup"] = { }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 123, ["multi"] = { [122] = true, [123] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_size"] = true, ["use_encounterid"] = false, ["difficulty"] = { }, ["use_zone"] = false, ["use_never"] = false, ["spec"] = { ["multi"] = { }, }, ["use_affixes"] = true, ["class_and_spec"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "g240", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.047058828175068, 0, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "174773", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Spiteful] Glow", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "Ll6XbB0tUyP", ["parent"] = "Affixes.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 High Energy (Kin'tessa)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "181399", ["auranames"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "unit", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["useName"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["unit"] = "boss", ["spellIds"] = { }, ["use_absorbHealMode"] = true, ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "181399", ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["type"] = "unit", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["unit"] = "boss", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fakes Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3163628, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "IMEmuuQJSt5", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 High Energy (Kin'tessa)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["d_EbonMight"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_genericShowOn"] = true, ["duration"] = "1", ["spellName"] = 403631, ["type"] = "spell", ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Breath of Eons", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 31884, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["stickyDuration"] = false, ["authorOptions"] = { }, ["parent"] = "Main Bar", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["cooldownEdge"] = true, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [65] = true, [1473] = true, }, }, ["talent"] = { ["multi"] = { [384914] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = "", ["source"] = "import", ["selfPoint"] = "CENTER", ["icon"] = true, ["config"] = { }, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 35, ["useCooldownModRate"] = true, ["progressSource"] = { -1, "", }, ["alpha"] = 1, ["anchorFrameParent"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_EbonMight", ["xOffset"] = 0, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["adjustedMin"] = "", ["uid"] = "MNiJVvKdmUK", ["inverse"] = true, ["desaturate"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["internalVersion"] = 75, }, ["Freehold"] = { ["controlledChildren"] = { "[FH] Healing Balm (Heal)", "[FH] Revitalizing Brew (Heal)", "[FH] Frost Blast (Cast)", "[FH] Thundering Squall (Cast)", "[FH] Blind Rage (Stun/CC)", "[FH] Duelist Dash (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 2011112, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Freehold", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "gJWNWFxaxvB", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["09 Stone Spike Cast On You"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss, UNIT_SPELLCAST_FAILED:boss, UNIT_SPELLCAST_INTERRUPTED:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, _, spellID) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,_,expirationTime,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and guid\n and aura_env.spellIDs[spellId]\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = expirationTime / 1000 - GetTime(),\n expirationTime = expirationTime / 1000,\n unit = unit,\n autoHide = true,\n }\n return true\n end\n end\n if (\n event == \"UNIT_SPELLCAST_SUCCEEDED\"\n or event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_FAILED\"\n or event == \"UNIT_SPELLCAST_INTERRUPTED\"\n ) \n and unit\n and UnitExists(unit)\n and spellID\n and aura_env.spellIDs[spellID]\n then\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_unit_color"] = "class", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135644, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "IfLQggS3Nj(", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [343060] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Stone Spike Cast On You", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Suffering Cast (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350388", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_STOP:boss", ["spellName"] = 0, ["spellIds"] = { }, ["use_spellId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["useName"] = false, ["event"] = "Cast", ["auraspellids"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(350894)\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(350894) then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["custom_hide"] = "timed", ["check"] = "event", ["matchesShowOn"] = "showOnMissing", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2432", ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.49411764705882, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Suffering Cast (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "xk0Zsa4bzTH", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 610633, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Blazing Surge"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "165805", ["auranames"] = { "326430", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_unit"] = true, ["use_npcId"] = false, ["use_absorbMode"] = true, ["spellIds"] = { }, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["event"] = "Cast", ["spellNames"] = { 329518, }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 524795, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "UFgMBh1Cgk9", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.023529411764706, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Blazing Surge", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Oppressing Howl Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 401383, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["names"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4622466, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "DCIAZQ1IyLo", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Oppressing Howl Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Dream Breath Cheaper"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "355941", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "group", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 382614, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382614, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115542] = true, [115556] = true, [87596] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 355936, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "brKZnkJfSF0", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Dream Breath Cheaper", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["11 Dominating Will"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useExactSpellId"] = false, ["useName"] = true, ["auranames"] = { "365153", }, ["auraspellids"] = { }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kpo1020XDLE", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Dominating Will", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Glyph of Relocation (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "362803", }, ["useIgnoreExactSpellId"] = false, ["event"] = "Health", ["names"] = { }, ["unit"] = "group", ["type"] = "aura2", ["spellIds"] = { }, ["useExactSpellId"] = true, ["auranames"] = { }, ["ignoreAuraSpellids"] = { }, ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "362803", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pull Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XMPDrXQ)rEi", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Glyph of Relocation (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[NL] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "92612 90997 102287 92610 113998 91000 101437 92538 101476 101437", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "En3FO07dC44", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Demolish"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["unit"] = "boss", ["useName"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["spellIds"] = { 349805, }, ["useExactSpellId"] = true, ["event"] = "Cast", ["auraspellids"] = { "349805", }, ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "", ["use_spellIds"] = true, ["check"] = "event", ["spellName"] = 0, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 349805, ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "348787", }, ["unit"] = "player", ["useName"] = false, ["use_track"] = true, ["matchesShowOn"] = "showOnMissing", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Demolish", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "gOVacc)ZgNA", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3622122, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["01 Echolocation"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "342077", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "342077", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = ")Grd3cXbJF0", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "01 Echolocation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["{NLTH] Blazing Charge (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375449, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Blazing Charge (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "SFzuNWN8(W5", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[HoI] Earth Quake (Move Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 408388, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Earth Quake (Move Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "u27Wuyr9ibq", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Temporal Fracture"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "410635", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["encounterid"] = "2693", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "f0U5gY4jAZd", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Temporal Fracture", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Fel Devastation"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 212084, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Fel Devastation", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Fel Devastation", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "PxoaRRXIlxZ", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["07 Overheated Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Debuffs in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "421455", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "IoturGsA)Oh", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.031372550874949, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.94117653369904, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0.56470590829849, 1, 0.99215692281723, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Overheated Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["10 Death Knives Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "356024", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "boss1", ["unit"] = "player", ["genericShowOn"] = "showOnCooldown", ["ignoreAuraNames"] = { "358433", }, ["spellName"] = 0, ["useExactSpellId"] = true, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "358433", }, ["useIgnoreExactSpellId"] = false, ["use_spellId"] = false, ["event"] = "Cast", ["use_genericShowOn"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["encounterid"] = "2435", ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dot.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Death Knives Dot", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "iFA12hBY8lv", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Disintegrate Ticks 2"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "LEFT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "local bar = aura_env.region.relativeTo\n\nlocal ticks = {}\nfor i=1,3 do\n local tickMark = aura_env.region:CreateTexture()\n tickMark:SetDrawLayer(\"OVERLAY\", 7)\n tickMark:SetColorTexture(1, 1, 1, 1)\n tickMark:SetSize(2, bar:GetHeight() * 0.9)\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", 0, 0)\n tickMark:Hide()\n \n ticks[i] = tickMark\nend\n\nlocal function GetBaseDuration()\n local base = IsPlayerSpell(369913) and 2.4 or 3\n local haste = 1 + UnitSpellHaste(\"player\") / 100\n \n return base / haste\nend\n\nlocal function GetTotalDuration()\n local _, _, _, startTime, endTime = UnitChannelInfo(\"player\")\n \n return (endTime - startTime) / 1000\nend\n\nlocal function UpdateTickMarks()\n local relativeBaseDuration = (GetBaseDuration() / GetTotalDuration())\n \n for i, tickMark in ipairs(ticks) do\n tickMark:Show()\n tickMark:SetPoint(\"CENTER\", bar, \"LEFT\", (i / 3) * relativeBaseDuration * bar:GetWidth(), 0)\n end\n \n if relativeBaseDuration > 0.99 then\n ticks[3]:Hide()\n end\nend\n\nlocal function HideTickMarks()\n for _, tickMark in ipairs(ticks) do\n tickMark:Hide()\n end\nend\n\naura_env.trigger = UpdateTickMarks\naura_env.untrigger = HideTickMarks\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["custom"] = "function()\n return true\nend", ["events"] = "OPTIONS", ["subeventPrefix"] = "SPELL", ["check"] = "event", ["custom_type"] = "status", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "timed", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["custom"] = "function(event, _, _, spellId)\n if spellId ~= 356995 or event == 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.trigger()\nend", ["events"] = "UNIT_SPELLCAST_CHANNEL_START:player UNIT_SPELLCAST_CHANNEL_UPDATE:player UNIT_SPELLCAST_CHANNEL_STOP:player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "\n\nfunction(event, _, _, spellId)\n if spellId ~= 356995 or event ~= 'UNIT_SPELLCAST_CHANNEL_STOP' then\n return\n end\n \n aura_env.untrigger()\nend", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "LEFT", ["font"] = "Friz Quadrata TT", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["zone"] = "The Forbidden Reach", ["use_vehicle"] = false, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_zoneIds"] = false, ["use_spellknown"] = true, ["use_zone"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 12, ["source"] = "import", ["automaticWidth"] = "Auto", ["shadowXOffset"] = 1, ["displayText"] = "", ["anchorFrameFrame"] = "PlayerCastingBarFrame", ["regionType"] = "text", ["wordWrap"] = "WordWrap", ["conditions"] = { }, ["preferToUpdate"] = false, ["parent"] = ".EvokerUI-Preheat", ["displayText_format_p_time_precision"] = 1, ["uid"] = "3Jr51CBtSWI", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Disintegrate Ticks 2", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["xOffset"] = 0, ["config"] = { }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["color"] = { 1, 1, 1, 1, }, }, ["05 Invigorating Bloom (Heal)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "365038", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip1%% HPS", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2544", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["HEALER"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "nGO3rnS6EHq", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Invigorating Bloom (Heal)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["04 Shatter"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 351066, }, ["auranames"] = { "350388", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["use_spellNames"] = true, ["type"] = "unit", ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["useExactSpellId"] = false, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Shatter", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "J6vkBnRLrSz", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 341221, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Wailing / Black Arrow"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "348064", "358705", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["unit"] = "player", ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "358", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Wailing / Black Arrow", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "zRtRQl6CnfN", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Shade of Kael'thas Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 0.98039215686275, 0.93333333333333, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "323402", }, ["auranames"] = { "339251", }, ["duration"] = "8.5", ["unit"] = "player", ["use_sourceNpcId"] = false, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unevent"] = "timed", ["sourceNpcId"] = "", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_AURA_APPLIED", ["type"] = "combatlog", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Shade Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3614365, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ZE)A(mt0ss3", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Shade of Kael'thas Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["06 Melodic Alignment"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "368740", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362850", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "PULL", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 0, 0.69803921568627, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["instance_type"] = { }, ["encounterid"] = "2539", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135769, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "7yx3uIQIDNI", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Melodic Alignment", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Iridescence: Red"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "386353", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["spellknown"] = 370867, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Ehn5lZxL7Mp", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Iridescence: Red", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Backlash"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "387384", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.82745105028152, 0.72156864404678, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387400] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 387384, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Backlash", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "Zmx)fUrJRmk", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["10 Curse of Lethargy"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "351939", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.58823529411765, 0, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "curse", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Curse of Lethargy", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "epy(2ZNAFdx", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528305, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Quell"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Quell", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 351338, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Quell", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 351338, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 351338, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Quell", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "t(fZ0Nv9bs2", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Buff Tracker"] = { ["grow"] = "HORIZONTAL", ["controlledChildren"] = { "Bloodlust Buff", "Irid Red", "BurnoutBar", "BurnoutBar 2", "Irid Blue", "Power Swell 2", "Shattering Star Debuff", "Tip The Scales Buff", "Ancient Flame 3", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = 80.746398925781, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["Power Swell 2"] = false, ["BurnoutBar"] = false, ["Shattering Star Debuff"] = false, ["Irid Red"] = false, ["Bloodlust Buff"] = false, ["BurnoutBar 2"] = false, ["Irid Blue"] = false, ["Ancient Flame 3"] = false, ["Tip The Scales Buff"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "ePTMhZhLBc7", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 9, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Buff Tracker", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["AUG_Eruption"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 356995, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Disintegrate", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "363805", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["charges"] = "1", ["debuffType"] = "HELPFUL", ["useName"] = true, ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["type"] = "spell", ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["unevent"] = "auto", ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 356995, ["use_genericShowOn"] = true, ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 395160, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "niOXHsX8QWU", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Eruption", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["Warlock_PvPT11"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 353294, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 353294, }, ["untrigger"] = { ["spellName"] = 212459, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 353294, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT11", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "B)mwhodS79D", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["[BHH] Master's Call (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 384638, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Master's Call (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = ")WzzW72meM)", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Warlock[Curses\\Banish\\Fear]"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["names"] = { "Рок", }, ["auranames"] = { "334275", "1714", "702", "5782", "710", "199954", }, ["subeventPrefix"] = "SPELL", ["duration"] = "1", ["use_unit"] = true, ["unit"] = "multi", ["unitExists"] = false, ["use_tooltip"] = false, ["use_inverse"] = true, ["ownOnly"] = true, ["useExactSpellId"] = false, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["auraspellids"] = { "334275", }, ["type"] = "aura2", ["buffShowOn"] = "showAlways", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 603, }, ["unevent"] = "auto", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["useGroup_count"] = false, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.05, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.73333334922791, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 6, ["multi"] = { [20] = true, [6] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 172, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136082, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Utility]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock[Curses\\Banish\\Fear]", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "U2D5e2h6Zpw", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["05 Gluttonous Miasma"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "329298", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Leech", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "rg5wTKm29FA", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "05 Gluttonous Miasma", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "4", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Private Seeking Inferno Anchor (Smolderon, Mythic)"] = { ["outline"] = "None", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c", ["customText"] = "function()\n return (IsAddOnLoaded(\"ElvUI\") and \"This is only for non-ElvUI users.\\nIn ElvUI Settings the anchor is called 'Private Raid Warning'\") or [=[|TInterface\\Icons\\inv_misc_orb_05:20:20:0|t You've been fixated by a |cnERROR_COLOR:[Seeking Inferno]|r!]=]\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["custom"] = "if C_UnitAuras.SetPrivateWarningTextAnchor then\n C_UnitAuras.SetPrivateWarningTextAnchor(UIParent, {\n point = \"CENTER\",\n relativeTo = aura_env.region,\n relativePoint = \"CENTER\",\n offsetX = 0,\n offsetY = 0,\n })\nend\n\n\n", ["do_custom"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbHealMode"] = true, ["use_unit"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "WordWrap", ["displayText_format_c2_format"] = "none", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["anchorFrameParent"] = true, ["load"] = { ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824,2677", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["color"] = { 1, 0.98823535442352, 0, 1, }, ["fontSize"] = 20, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_format"] = "timed", ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return not WeakAuras.IsOptionsOpen()\nend", }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["uid"] = "Gztfq6BpbZR", ["internalVersion"] = 75, ["displayText_format_p_time_precision"] = 1, ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["selfPoint"] = "CENTER", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Private Seeking Inferno Anchor (Smolderon, Mythic)", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "UIPARENT", ["displayText_format_c1_format"] = "none", ["config"] = { }, ["yOffset"] = 40, ["url"] = "https://wago.io/dfraid3/47", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["displayText_format_c_format"] = "none", }, ["04 Volcanic Shield"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "405876", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "401867", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "A)1ZBBx22T4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Volcanic Shield", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["05 Hellscream"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350411, }, ["auranames"] = { "352658", }, ["use_exact_spellId"] = false, ["unit"] = "boss", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["use_absorbMode"] = true, ["spellIds"] = { }, ["events"] = "", ["useExactSpellId"] = false, ["check"] = "event", ["names"] = { }, ["custom_hide"] = "timed", ["use_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 350411, ["auranames"] = { "348987", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["fetchTooltip"] = false, ["event"] = "Cast", ["custom_type"] = "stateupdate", ["spellIds"] = { }, ["use_spellId"] = true, ["events"] = "", ["use_absorbMode"] = true, ["check"] = "event", ["custom_hide"] = "timed", ["names"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 350411, ["auranames"] = { "354231", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["fetchTooltip"] = false, ["event"] = "Cast", ["custom_type"] = "stateupdate", ["spellIds"] = { }, ["use_spellId"] = true, ["events"] = "", ["use_absorbMode"] = true, ["check"] = "event", ["custom_hide"] = "timed", ["names"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_2.p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 25, ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_2.p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_justify"] = "CENTER", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_precision"] = 1, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_2.p_time_precision"] = 1, }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Hellscream", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "GztCEW3Sdh4", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 4050664, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Swing-Circle"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "--[[\nif not aura_env.config[\"SwingBar\"] then\n aura_env.region:Color(255,255,255,0)\n aura_env.region:SetBackgroundColor (128,128,128,0)\n \n \nend\n--]]", ["do_custom"] = true, }, ["init"] = { ["custom"] = "\n--[[\nif not aura_env.config.SwingBar then\n aura_env.region:Color(255,255,255,0)\n aura_env.region:SetBackgroundColor (128,128,128,0)\n \nend\n\n\n--]]", ["do_custom"] = true, }, ["finish"] = { }, }, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["remaining_operator"] = "<", ["unit"] = "player", ["use_hand"] = true, ["hand"] = "main", ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Swing Timer", ["unevent"] = "auto", ["type"] = "unit", ["spellIds"] = { }, ["duration"] = "1", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["names"] = { }, }, ["untrigger"] = { ["hand"] = "main", }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "PLAYER_ENTER_COMBAT", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["custom"] = "function(event)\n \n if aura_env.config.MergeRing == 5 then\n return true\n else\n return false\n end\n \nend\n\n\n", ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.SwingBar and (t[1] and t[3]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "10", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n \n if not aura_env.config[\"SwingBar\"] then\n return 0\n end\n \n \nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["preset"] = "fade", ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["scaley"] = 1, ["easeStrength"] = 3, ["rotate"] = 0, ["colorB"] = 1, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 40, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura69", ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["color"] = { }, ["xOffset"] = 0, ["adjustedMax"] = "", ["anchorPoint"] = "CENTER", ["anchorFrameParent"] = false, ["crop_x"] = 0.41, ["backgroundColor"] = { 0.50196078431373, 0.50196078431373, 0.50196078431373, 0, }, ["uid"] = "Wb6LrTEHFfj", ["semver"] = "1.2.9", ["fontSize"] = 12, ["id"] = "Swing-Circle", ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["frameStrata"] = 1, ["width"] = 40, ["crop_y"] = 0.41, ["anchorFrameType"] = "SELECTFRAME", ["inverse"] = false, ["startAngle"] = 0, ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 70, ["property"] = "height", }, { ["value"] = 70, ["property"] = "width", }, { ["value"] = { 0.36470588235294, 0.36470588235294, 0.36470588235294, 1, }, ["property"] = "foregroundColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["tocversion"] = 90200, }, ["Ipse: Demon Hunter"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Demon Hunter Buffs", "Felblade Left", "Felblade Right", "Demon Hunter Debuffs", "Demon Hunter Sigils", "Demon Hunter Power", "Demon Hunter Covenant", "Throw Glaive", "Fel Barrage", "Bulk Extraction", "Fel Rush", "Last Resort", "Infernal Strike", "Fiery Brand", "Fel Devastation", "Metamorphosis", "Felblade", "Immolation Aura", "Fracture", "Soul Barrier", "Glaive Tempest", "Eye Beam", "Essence Break", "Blade Dance", }, ["borderBackdrop"] = "Blizzard Tooltip", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -176.6662292480469, ["gridType"] = "RD", ["limit"] = 5, ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/4kTH1dUFb/43", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["growOn"] = "changed", ["useLimit"] = false, ["space"] = 2, ["rotation"] = 0, ["xOffset"] = 0, ["version"] = 43, ["subRegions"] = { }, ["groupIcon"] = "1260827", ["gridWidth"] = 5, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["uid"] = "h0t7OQVnLOs", ["animate"] = false, ["customGrow"] = "function(new, active)\n local e = aura_env\n local totalWidth, x\n local spacingTable = {\n [1] = 1,\n [2] = 1,\n [3] = 1,\n }\n local rowInfo = {\n [1] = {},\n [2] = {},\n [3] = {}\n }\n local rowCount = {\n [1] = {width = 0, active = 0},\n [2] = {width = 0, active = 0},\n [3] = {width = 0, active = 0}\n }\n \n for i, regionData in ipairs(active) do\n new[i] = {0,0}\n local width = regionData.region.width\n local row = regionData.data.config.row\n if rowInfo[row] then \n table.insert(rowInfo[row], {index = i, width = width})\n local rowCountInfo = rowCount[row]\n rowCountInfo.width = rowCountInfo.width + width\n rowCountInfo.active = rowCountInfo.active + 1\n end\n end\n \n for i = 1, 3 do \n local spacing = spacingTable[i]\n local rowTable = rowInfo[i]\n local rowCountInfo = rowCount[i]\n local rowWidth, rowActive = rowCountInfo.width, rowCountInfo.active\n totalWidth = ((rowActive - 1) * spacing + rowWidth)\n x = 0 - totalWidth / 2\n for i, regionData in ipairs(rowTable) do \n x = x + regionData.width / 2\n new[regionData.index] = {x, 0}\n x = x + regionData.width / 2 + spacing\n end\n end\nend\n\n", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["regionType"] = "dynamicgroup", ["anchorPoint"] = "CENTER", ["constantFactor"] = "RADIUS", ["config"] = { }, ["borderOffset"] = 4, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Ipse: Demon Hunter", ["stagger"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["grow"] = "CUSTOM", ["borderInset"] = 1, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "DemonHunter", }, ["05 Volatile Ejection"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "334228", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "CU)(Ssj1s1m", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "05 Volatile Ejection", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Trinket_2_Warlock"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["itemName"] = 165664, ["spellId"] = "200174", ["duration"] = "0.6", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["names"] = { }, ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_testForCooldown"] = true, ["use_itemSlot"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["event"] = "Cooldown Progress (Equipment Slot)", ["subeventSuffix"] = "_CAST_SUCCESS", ["sourceUnit"] = "player", ["use_genericShowOn"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", ["itemSlot"] = 13, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.8156863451004, 0.70588237047195, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["level"] = { "120", }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["PRIEST"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent2"] = { ["multi"] = { [17] = true, [16] = true, }, }, ["use_level"] = false, ["talent"] = { ["single"] = 19, ["multi"] = { [17] = true, [21] = true, [18] = true, [19] = true, [16] = true, }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["spellknown"] = 34433, ["use_class_and_spec"] = false, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["parent"] = "Warlock [Core]", ["source"] = "import", ["progressSource"] = { -1, "", }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stickyDuration"] = false, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["scalex"] = 1, ["type"] = "none", ["colorType"] = "custom", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 1, ["x"] = 1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["translateType"] = "spiralandpulse", ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["width"] = 33, ["anchorFrameParent"] = false, ["authorOptions"] = { { ["type"] = "description", ["text"] = "", ["fontSize"] = "medium", ["width"] = 1, }, }, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Trinket_2_Warlock", ["zoom"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "rDHXRoMX(6V", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Dog", }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, }, ["09 Void Slash (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["auranames"] = { "408429", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2685", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "QAa4S0IOm1h", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Slash (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Neltharion's Lair - Cleave's & Frontal's "] = { ["controlledChildren"] = { "[NL] Piercing Shards (Frontal)", "[NL] Vicid Bile (Frontal)", "[NL] Razor Shards (Frontal)", "[NL] Ember Swipe (Frontal)", "[NL] Landslide (Frontal)", "[NL] Molten Crash (Frontal) (Dps/Heal)", "[NL] Molten Crash (Frontal) (Tank)", "[NL] Avalanche (Cleave)", "[NL] Smash (Cleave)", "[NL] Scorch (Get Out)", "[NL] Stone Shatter ( Run Away)", "[NL] Burning Hate (Kite)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 1417429, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Neltharion's Lair - Cleave's & Frontal's ", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "8LvdVKfMYYE", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[HoI] Cauterize (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 374699, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Cauterize (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eavYWZtQhVv", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["02 Drenched Blades (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["tooltipValueNumber"] = 1, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltipValue"] = true, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "414340", }, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 0, 0.039215687662363, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -8, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 62, ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["zoneIds"] = "", }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Icons ", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Drenched Blades (Tank Only)", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "lhzELqkOM(R", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["07 Searing Aftermath AoE"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = 421672, ["useGroup_count"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_absorbMode"] = true, ["ignoreSelf"] = true, ["unit"] = "group", ["group_count"] = "0", ["auranames"] = { "422577", }, ["group_countOperator"] = ">", ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["npcId"] = "", ["use_npcId"] = false, ["event"] = "Cast", ["use_percentpower"] = false, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "", ["spellId"] = 421672, ["auranames"] = { "422577", }, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["use_unit"] = true, ["names"] = { }, ["matchesShowOn"] = "showOnMissing", ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["unit"] = "player", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["castType"] = "cast", ["event"] = "Cast", ["use_percentpower"] = false, ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["use_castType"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["adjustedMax"] = "", ["barColor"] = { 1, 0.91372555494308, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Tank Explosion", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["uid"] = "TeUgspTD2Hm", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 4622459, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Searing Aftermath AoE", ["width"] = 240, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["zoom"] = 0.2, ["config"] = { }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["06 Verdant Matrix"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "420554", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 135864, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "p13IOJP1fCE", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Verdant Matrix", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["09 Void Fracture (Transition)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "410642", }, ["auranames"] = { }, ["duration"] = "8", ["unit"] = "player", ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_AURA_APPLIED", ["event"] = "Combat Log", ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["use_destUnit"] = true, ["type"] = "combatlog", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "", }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "aura2", ["duration"] = "", ["event"] = "Combat Log", ["names"] = { }, ["auranames"] = { }, ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "410642", }, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] or (t[2] and not t[1])\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Minigame", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "Rfc0rjdC92k", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Fracture (Transition)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["03 Disintegrate"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405392", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ZFc5kAGjSgN", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Disintegrate", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Demonic_Core"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "\n", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_unit"] = true, ["use_tooltip"] = false, ["unit"] = "player", ["matchesShowOn"] = "showAlways", ["use_inverse"] = true, ["auranames"] = { "264173", }, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 264173, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Сердце демона", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 8042, }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["realSpellName"] = "Demonbolt", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 264178, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["rem"] = "4", ["spellId"] = { "264173", }, ["auranames"] = { "264173", }, ["duration"] = "1", ["custom_hide"] = "timed", ["use_debuffClass"] = false, ["subeventSuffix"] = "_AURA_APPLIED_DOSE", ["event"] = "Combat Log", ["use_spellId"] = true, ["use_sourceUnit"] = true, ["combineMatches"] = "showLowest", ["number"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["names"] = { "Сердце демона", }, ["use_tooltip"] = false, ["use_number"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["buffShowOn"] = "showAlways", ["useName"] = true, ["type"] = "combatlog", ["unit"] = "player", ["unevent"] = "timed", ["ownOnly"] = true, ["matchesShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Земной шок", ["number_operator"] = ">=", ["use_spellName"] = false, ["spellIds"] = { 264173, }, ["spellName"] = { 8042, }, ["remOperator"] = ">=", ["use_specific_unit"] = false, ["sourceUnit"] = "player", ["use_auraType"] = false, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["single"] = 4, ["multi"] = { [389367] = true, [387972] = true, [386664] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 93402, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "2032588", ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demonic_Core", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "2IiAvwcSTpQ", ["inverse"] = false, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 0.32156862745098, 0.24705882352941, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Sinful Brand Duration/Eyebeam Tracker"] = { ["sparkWidth"] = 27, ["iconSource"] = -1, ["wagoID"] = "gV1laVyXg", ["parent"] = "Sinful Brand Duration/Eyebeam CD Tracker", ["adjustedMax"] = "", ["adjustedMin"] = "", ["yOffset"] = -101.15640258789, ["anchorPoint"] = "CENTER", ["gradientOrientation"] = "HORIZONTAL", ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/gV1laVyXg/1", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 198013, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["spellName"] = 198013, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["debuffType"] = "HELPFUL", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sparkOffsetX"] = 0, ["authorOptions"] = { }, ["barColor"] = { 0.63921568627451, 0.18823529411765, 0.78823529411765, 0.80744256079197, }, ["desaturate"] = false, ["preferToUpdate"] = false, ["ignoreWagoUpdate"] = true, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 0.63921568627451, 0.18823529411765, 0.78823529411765, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 163, ["textureSource"] = "LSM", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { [13] = true, }, }, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { ["DEMONHUNTER"] = true, }, }, ["use_talent"] = false, ["use_spec"] = true, ["class_and_spec"] = { ["multi"] = { [577] = true, [581] = true, }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["zoom"] = 0.3, ["backgroundColor"] = { 0.06274509803921569, 0.06274509803921569, 0.06274509803921569, 1, }, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["barColor2"] = { 1, 1, 0, 1, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["xOffset"] = 127.25427246094, ["version"] = 1, ["icon_side"] = "RIGHT", ["id"] = "Sinful Brand Duration/Eyebeam Tracker", ["uid"] = "VkS09GSaKd8", ["sparkHeight"] = 7, ["texture"] = "ElvUI Blank", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkTexture"] = "130877", ["semver"] = "1.0.0", ["tocversion"] = 90200, ["sparkHidden"] = "NEVER", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 20, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["spark"] = true, ["orientation"] = "VERTICAL_INVERSE", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "8", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["icon"] = true, }, ["08 Overwhelming Burden"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "353435", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add-Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Overwhelming Burden", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "Zi(jsgzzAzS", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["09 Infernal Maw (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "425494", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2677", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "aWTmYQhjaIX", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Infernal Maw (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Neltharus"] = { ["controlledChildren"] = { "[NLTH] Molten Core (Cast)", "[NLTH] Burning Roar (Cast)", "[NLTH] Partikel of Combustion (Cast)", "[NLTH] Molten Army (Cast)", "[NLTH] Mending Clay (Heal)", "[NLTH] Magma Conflagration (Stun/CC)", "[NLTH] Explosive Concoction (Stun/CC)", "[NLTH] Dragon Bone Axe (Stun/CC)", "[NLTH] Binding Spear (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578417, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Neltharus", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "yv4ZSGnV8TV", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Thundering - Mark in Chat"] = { ["outline"] = "OUTLINE", ["wagoID"] = "Qit4lVLhD", ["authorOptions"] = { }, ["displayText"] = "%c", ["customText"] = "function()\n --Throttle to every 1s, enough to maintain a chat bubble & give consistent remaining time\n if not aura_env.last or aura_env.last < GetTime() - 1 then\n aura_env.last = GetTime()\n if aura_env.state.spellId then\n local remaining = math.floor(aura_env.state.expirationTime - GetTime())\n SendChatMessage(aura_env.raidMarks[aura_env.state.spellId] .. \" \" .. remaining, \"YELL\")\n end\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Qit4lVLhD/11", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.raidMarks = {\n [396369] = \"{rt6}\",\n [396364] = \"{rt7}\"\n}", ["do_custom"] = true, }, ["finish"] = { ["message"] = "CLEARED", ["do_message"] = true, ["message_type"] = "YELL", }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "396369", }, ["duration"] = "15", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["names"] = { }, ["auraspellids"] = { "396369", "396364", }, ["event"] = "Combat Log", ["subeventSuffix"] = "_AURA_APPLIED", ["spellIds"] = { }, ["use_spellId"] = true, ["events"] = "", ["custom_type"] = "event", ["check"] = "event", ["use_destUnit"] = true, ["unit"] = "player", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "WordWrap", ["font"] = "Friz Quadrata TT", ["version"] = 11, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["affixes"] = { ["single"] = 132, ["multi"] = { [132] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_affixes"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 12, ["source"] = "import", ["uid"] = "98wINjlOYZd", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = true, ["regionType"] = "text", ["fixedWidth"] = 200, ["internalVersion"] = 75, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "Thundering (M+)", ["selfPoint"] = "BOTTOM", ["justify"] = "LEFT", ["semver"] = "1.0.10", ["tocversion"] = 100002, ["id"] = "Thundering - Mark in Chat", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 0, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Auto", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { }, ["displayText_format_c_format"] = "none", }, ["04 Polymorph Bomb List"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 1, 0.58039218187332, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["config"] = { }, ["displayIcon"] = 136246, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Lists (Dynamic)", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then\n return WA_ClassColorName(\"player\")\n end\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["useMatch_count"] = false, ["matchPerUnit_count"] = "0", ["useGroupRole"] = false, ["useClass"] = false, ["group_count"] = "0", ["group_countOperator"] = ">", ["showClones"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_percentpower"] = false, ["castType"] = "cast", ["use_spellId"] = false, ["fetchRole"] = false, ["useGroup_count"] = false, ["combinePerUnit"] = true, ["use_exact_spellId"] = false, ["unit"] = "group", ["useMatchPerUnit_count"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["auraspellids"] = { "418720", }, ["fetchRaidMark"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["npcId"] = "", ["use_npcId"] = false, ["useActualSpec"] = false, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["matchPerUnit_countOperator"] = ">", ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["useMatch_count"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["useClass"] = false, ["group_count"] = "", ["group_countOperator"] = ">", ["showClones"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["perUnitMode"] = "all", ["event"] = "Cast", ["use_percentpower"] = false, ["castType"] = "cast", ["use_spellId"] = false, ["fetchRole"] = false, ["useGroup_count"] = false, ["combinePerUnit"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["useMatchPerUnit_count"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["auraspellids"] = { "427602", }, ["fetchRaidMark"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["unit"] = "group", ["use_npcId"] = false, ["npcId"] = "", ["spellIds"] = { }, ["useActualSpec"] = false, ["use_absorbMode"] = true, ["useName"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c%unit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_unit_color"] = "class", ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = -1, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_LEFT", ["anchorYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "ICON_CENTER", ["text_text_format_2.s_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 23, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 28, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["icon"] = true, ["xOffset"] = 0, ["sparkHeight"] = 30, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["sparkColor"] = { 1, 1, 1, 1, }, ["id"] = "04 Polymorph Bomb List", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 200, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["zoom"] = 0.2, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "IIFzOtsewHC", }, ["Undying_Resolve"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "104773", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Твердая решимость", }, ["useGroup_count"] = false, ["spellIds"] = { 104773, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["useCount"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["spellName"] = 104773, ["type"] = "spell", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["charges"] = "3", ["count"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["duration"] = "1", ["realSpellName"] = "Unending Resolve", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["use_remaining"] = false, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 104773, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 104773, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Utility]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Undying_Resolve", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "LgKWHWgRGLX", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Exhilarating Burst 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "377100", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 377100, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Exhilarating Burst 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "bVf3QbB1lBK", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Expunge"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 365585, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 365585, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 365585, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 365585, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 365585, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Expunge", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "DmVsCOz8vAn", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Interrupt Tracker 2"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Interrupt Tracker Bar", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "hbppO51K9", ["parent"] = "CommonUI", ["preferToUpdate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["yOffset"] = 170, ["gridType"] = "RD", ["xOffset"] = 710, ["grow"] = "DOWN", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/hbppO51K9/12", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["sortOn"] = "changed", ["useLimit"] = false, ["align"] = "CENTER", ["authorOptions"] = { }, ["anchorPoint"] = "CENTER", ["desc"] = "Contact me via: https://discord.gg/5mjcV8hgS2\n", ["stagger"] = 0, ["groupIcon"] = 132938, ["version"] = 12, ["subRegions"] = { }, ["sortHybridTable"] = { ["Interrupt Tracker Bar"] = false, }, ["rotation"] = 0, ["load"] = { ["use_class"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["customSort"] = "function(a, b)\n local A = a.region.state\n local AC = a.data.config.sorting\n local B = b.region.state\n local BC = b.data.config.sorting\n local theTime = GetTime()\n if a.data.config.sorting.sortCD == 2 then\n \n if A and (not A.expirationTime or A.expirationTime < theTime) and B and (not B.expirationTime or B.expirationTime < theTime)then\n if A.class and B.class and A.class ~= B.class then\n if AC.Classes[a.region.state.class] and BC[b.region.state.class] then\n return AC.Classes[a.region.state.class] < BC.Classes[b.region.state.class]\n else\n return A.class > B.class\n end\n elseif A.name and B.name then\n return A.name > B.name \n elseif A.name then\n return true\n elseif B.name then\n return false\n end\n elseif A and not A.expirationTime then\n return true\n elseif B and not B.expirationTime then\n return false\n elseif a.data.config.sorting.sortType and a.data.config.sorting.sortType == 1 then\n return a.region.state.expirationTime > b.region.state.expirationTime\n else\n return a.region.state.expirationTime < b.region.state.expirationTime\n end\n else \n if A.class and B.class and A.class ~= B.class then\n if AC.Classes[a.region.state.class] and BC[b.region.state.class] then\n return AC.Classes[a.region.state.class] < BC.Classes[b.region.state.class]\n else\n return A.class > B.class\n end\n elseif A.name and B.name then\n return A.name > B.name \n elseif A.name then\n return true\n elseif B.name then\n return false\n end\n \n end\n \nend", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderColor"] = { 0, 0, 0, 1, }, ["animate"] = false, ["rowSpace"] = 1, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["sort"] = "custom", ["internalVersion"] = 75, ["selfPoint"] = "TOP", ["constantFactor"] = "RADIUS", ["borderInset"] = 0, ["borderOffset"] = 16, ["semver"] = "1.0.11", ["tocversion"] = 100002, ["id"] = "Interrupt Tracker 2", ["source"] = "import", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["stepAngle"] = 15, ["uid"] = "cXyfgTRvuuZ", ["limit"] = 5, ["config"] = { }, ["gridWidth"] = 5, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["frameStrata"] = 1, }, ["Snapfire 2"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 370.74868774414, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "370783", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Snapfire", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Oswald", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 1, 0.14117647707462, 0.047058828175068, 1, }, ["automaticWidth"] = "Fixed", ["regionType"] = "text", ["displayText"] = "%p", ["conditions"] = { }, ["xOffset"] = 0, ["preferToUpdate"] = false, ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "CENTER", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Snapfire 2", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "bYBed1ONJ((", ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, }, ["wordWrap"] = "WordWrap", }, ["09 Paranoia"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "360418", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Kill Fakes", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "zGMTgYueJ)c", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Paranoia", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Blazing Pollen - BLUE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { "425816", }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["stacksOperator"] = ">=", ["auraspellids"] = { }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2820", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "ao5rYsr67mV", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Blazing Pollen - BLUE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["Source of Magic 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = true, ["useGroup_count"] = false, ["duration"] = "1", ["subeventPrefix"] = "SPELL", ["unit"] = "group", ["unitExists"] = false, ["use_tooltip"] = false, ["names"] = { "Меткий выстрел", }, ["rem"] = "300", ["group_count"] = "0", ["buffShowOn"] = "showOnActive", ["match_countOperator"] = ">=", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["use_debuffClass"] = false, ["unevent"] = "timed", ["ownOnly"] = true, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["match_count"] = "1", ["auranames"] = { "369459", }, ["type"] = "aura2", ["spellIds"] = { 193526, }, ["group_countOperator"] = "==", ["remOperator"] = "<", ["combineMatches"] = "showLowest", ["use_specific_unit"] = false, ["useRem"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useMatch_count"] = true, ["useGroup_count"] = false, ["duration"] = "1", ["names"] = { "Меткий выстрел", }, ["unitExists"] = false, ["use_tooltip"] = false, ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = "==", ["match_countOperator"] = "==", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["match_count"] = "0", ["auranames"] = { "369459", }, ["buffShowOn"] = "showOnActive", ["spellIds"] = { 193526, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["use_specific_unit"] = false, ["unit"] = "group", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = true, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 369459, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "desaturate", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "S2xw8NcPc)R", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Source of Magic 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Echo (Preservation)"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_matchedRune"] = false, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Echo", ["use_spellName"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 364343, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["auranames"] = { "364343", }, ["ownOnly"] = true, ["unit"] = "group", ["match_countOperator"] = ">", ["match_count"] = "0", ["useMatch_count"] = true, ["type"] = "aura2", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_2.spellCount_format"] = "none", ["text_text"] = "%3.unitCount", ["text_text_format_3.spellCount_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_3.unitCount_format"] = "none", ["text_text_format_s_format"] = "none", ["type"] = "subtext", ["text_shadowYOffset"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorPoint"] = "OUTER_TOP", ["text_anchorYOffset"] = -4, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_3.matchCount_format"] = "none", ["text_text_format_2.s_format"] = "none", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { }, }, ["spellknown"] = 364343, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "spellUsable", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownText", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "gmcnCP)ZrBw", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Echo (Preservation)", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = 4622456, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Flawed Stalwart Pearl"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220368, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220368\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Stalwart Pearl", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "Bz)Piw6ea9q", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "237370", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["08 Hidden in Void"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "target", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "407036", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "QQX5S4IHSxi", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Hidden in Void", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Deep Breath"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "411055", }, ["ownOnly"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 357210, ["realSpellName"] = "Deep Breath", ["use_spellName"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["unit"] = "player", ["use_absorbMode"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 357210, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Deep Breath", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "7(uRiGV26VZ", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["03 Unstable Essence Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["event"] = "Cast", ["spellNames"] = { 405042, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Debuff Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1041232, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "SyxEqPHg8)w", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Unstable Essence Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["05 Nature's Fury"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "423719", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "3mcLs3LfJ5z", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Nature's Fury", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["08 Suppressive Ember"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "424579", }, ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_1.tooltip1_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip_format"] = "none", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 510053, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "nqzojMuZDgM", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Suppressive Ember", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["CHARGEBLAST"] = { ["outline"] = "None", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 170.92700195313, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Charged Blast", }, ["matchesShowOn"] = "showOnActive", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "370454", }, ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["custom_hide"] = "timed", ["useExactSpellId"] = true, ["type"] = "aura2", ["spellIds"] = { 228358, }, ["useGroup_count"] = false, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["names"] = { "Winter's Chill", }, ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "Accidental Presidency", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 17.504261016846, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["affixes"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_zone"] = false, ["spec"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["talent3"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["class_and_spec"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 17, ["source"] = "import", ["uid"] = "JJ3juiylQL1", ["shadowXOffset"] = 1, ["internalVersion"] = 75, ["preferToUpdate"] = false, ["regionType"] = "text", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "18", }, ["changes"] = { { ["value"] = 30, ["property"] = "fontSize", }, { ["value"] = { 0.48627454042435, 1, 0.95294123888016, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "10", }, ["linked"] = true, ["changes"] = { { ["value"] = 23, ["property"] = "fontSize", }, { ["value"] = { 0, 0.086274512112141, 1, 1, }, ["property"] = "color", }, }, }, }, ["displayText_format_p_time_mod_rate"] = true, ["xOffset"] = -185.40661621094, ["wordWrap"] = "WordWrap", ["displayText_format_p_time_precision"] = 1, ["shadowYOffset"] = -1, ["width"] = 70.017189025879, ["semver"] = "1.2.18", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "CHARGEBLAST", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "BOTTOM", ["config"] = { }, ["displayText"] = "%s - %p", ["color"] = { 0.098039224743843, 0, 1, 0.49088609218597, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["08 Hopelessness"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["message"] = "", ["sound_path"] = "", ["do_sound"] = false, ["message_tts_voice"] = 2, ["do_message"] = false, ["sound"] = " custom", ["message_type"] = "TTS", }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361993", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "361993", "365966", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dark", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0, 0, 0, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Go Center", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4224727, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "TC5a(VHC1P7", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Hopelessness", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "365966", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "361993", ["variable"] = "spellId", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\temp\\Dark.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[TNO] Boroo (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "194317", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 386012, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Boroo (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "hSNf3FWdEBa", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Deep Breath"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.32941177487373, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["uid"] = "O41e2RKYcmm", ["displayIcon"] = 4622450, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["names"] = { }, ["spellNames"] = { 406227, }, ["debuffType"] = "HELPFUL", ["unit"] = "boss", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["castType"] = "cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["use_npcId"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["event"] = "Cast", ["npcId"] = "", ["use_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["anchorFrameParent"] = false, ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["icon"] = true, ["semver"] = "1.0.44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["id"] = "03 Deep Breath", ["sparkColor"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["09 Oppressing Howl"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "401383", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "K)2PD2YISoZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Oppressing Howl", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["MC Mouseover Target Name"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZbjlsgMkp", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "\n\nfunction()\n \n \n if UnitPlayerControlled(\"mouseover\") then\n local classColor = WA_ClassColorName(\"mouseover\")\n return classColor\n else\n local newName = UnitName(\"mouseover\") or \"\"\n local red, green, blue, alpha = UnitSelectionColor(\"mouseover\",true)\n \n local colorReturn = string.format(\"%02x%02x%02x\", red*255, green*255, blue*255)\n \n return \"|cff\"..colorReturn..newName..\"|r\"\n \n \n \n end\n \n \n \nend\n\n\n", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["preferToUpdate"] = true, ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "if not aura_env.config.ShowOnKeyPress then\n aura_env.region:Color(0,0,0,1)\nend\n\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["custom_hide"] = "custom", ["custom"] = "function(event,button)\n \n local ShowIt = false\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n ShowIt = true\n --return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n ShowIt = true\n --return true\n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n ShowIt = true\n --return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n ShowIt = true\n --return true\n end\n \n else\n ShowIt = true\n --return true\n end \n \n --if ShowIt == true and not aura_env.config.ShowMouseOverTarget then\n -- ShowIt = false\n --end\n \n return ShowIt\n \nend\n\n\n\n", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD,UPDATE_MOUSEOVER_UNIT", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_type"] = "event", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n local ShowIt = false \n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n ShowIt = true\n --return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n ShowIt = true\n --return true\n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n ShowIt = true\n --return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n ShowIt = true\n --return true\n end\n \n else\n ShowIt = true\n --return true\n end \n \n return ShowIt\n \nend", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.ShowMouseOverTarget and (t[1])\nend\n\n\n", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "WordWrap", ["selfPoint"] = "LEFT", ["displayText"] = "%c", ["conditions"] = { }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Arial Narrow", ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 10, ["rotate"] = true, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_c_format"] = "none", ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "1000", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n \n --[[if aura_env.config[\"HideOnRightClick\"] then\n if IsMouseButtonDown(\"RightButton\") then\n aura_env.region:Color(255,255,255,0)\n return 0\n else\n aura_env.region:Color(255,255,255,255)\n return 1\n end\n end\n]]--\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n end\n \n \nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["preset"] = "fade", ["easeStrength"] = 3, ["rotate"] = 0, ["colorB"] = 1, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["fontSize"] = 12, ["source"] = "import", ["yOffset"] = 0, ["shadowXOffset"] = 1, ["uid"] = "aL7Dyu4Wnvw", ["mirror"] = false, ["automaticWidth"] = "Auto", ["regionType"] = "text", ["anchorFrameType"] = "MOUSE", ["blendMode"] = "BLEND", ["alpha"] = 1, ["discrete_rotation"] = 0, ["displayText_format_p_time_precision"] = 1, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura45", ["color"] = { 1, 1, 1, 1, }, ["semver"] = "1.2.9", ["justify"] = "RIGHT", ["tocversion"] = 100100, ["id"] = "MC Mouseover Target Name", ["internalVersion"] = 75, ["frameStrata"] = 3, ["width"] = 10, ["parent"] = "Ultimate Mouse Cursor", ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["textureWrapMode"] = "CLAMP", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 40, }, ["[FH] Shell Bounce (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257904, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Shell Bounce (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "0STvUDKBP84", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Evoker_CastBar"] = { ["sparkWidth"] = 6, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = -66, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.74117648601532, 0.83921575546265, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { true, }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, ["WARRIOR"] = true, ["WARLOCK"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["DEMONHUNTER"] = true, ["DEATHKNIGHT"] = true, }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "XPBarAnim-OrangeSpark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["adjustedMin"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_showLatency"] = false, ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_showChargedDuration"] = true, ["event"] = "Cast", ["castType"] = "cast", ["spellIds"] = { }, ["use_unit"] = true, ["names"] = { }, ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["backdropInFront"] = false, ["sparkMirror"] = false, ["stickyDuration"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 0.8, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["glowFrequency"] = 0.1, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = true, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["glowXOffset"] = 0, ["glowScale"] = 1, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowLength"] = 10, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = true, ["text_text_format_t_time_dynamic_threshold"] = 9, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_mod_rate"] = true, ["type"] = "subtext", ["text_visible"] = true, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_text_format_t_time_precision"] = 1, ["text_text"] = "%p", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorXOffset"] = 0, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, }, ["height"] = 16, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["adjustedMax"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, ["spark"] = false, ["zoom"] = 0.3, ["anchorFrameFrame"] = "WeakAuras:Lower_Bar", ["backgroundColor"] = { 0.13333334028721, 0.24705883860588, 0.40000003576279, 1, }, ["borderInFront"] = false, ["uid"] = "n8j0IqmZzde", ["icon_side"] = "LEFT", ["customTextUpdate"] = "update", ["width"] = 213.5, ["sparkHeight"] = 30, ["useAdjustededMax"] = false, ["overlaysTexture"] = { "Solid", "Solid", "Solid", "Solid", "Solid", "Solid", }, ["borderBackdrop"] = "None", ["semver"] = "1.0.7", ["id"] = "Evoker_CastBar", ["sparkHidden"] = "BOTH", ["color"] = { }, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["overlays"] = { { 0.24313727021217, 0.2549019753933, 0.23921570181847, 1, }, { 0.35686275362968, 0.37254902720451, 0.34509804844856, 1, }, { 0.44705885648727, 0.46666669845581, 0.43137258291245, 1, }, { 0.56470590829849, 0.59215688705444, 0.54509806632996, 1, }, { 0.72549021244049, 0.76470595598221, 0.70588237047195, 1, }, { 1, 0.34117648005486, 0.25098040699959, 1, }, }, ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charged", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 1, 0.40392160415649, 0.29803922772408, 1, }, ["property"] = "overlays.2", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "2", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 1, 0.82745105028152, 0.61960786581039, 1, }, ["property"] = "overlays.3", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "3", ["variable"] = "stage", }, ["changes"] = { { ["value"] = { 0.72156864404678, 1, 0.46666669845581, 1, }, ["property"] = "overlays.4", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.4.model_alpha", }, }, }, }, ["barColor2"] = { 1, 0.74509805440903, 0.74509805440903, 1, }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2, c3 = CreateColor(0.74,0.84,1,1), CreateColor(0.93,0.61,0.65,1), CreateColor(1,0.8,0.6,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2,c3)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, }, ["Emerald Blossom 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 29.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Emerald Blossom", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 355913, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["adjustedMax"] = "", ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 29, ["zoom"] = 0.3, ["auto"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Emerald Blossom 2", ["parent"] = ".DPSEvoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -123.5, ["uid"] = "TkFQHU4v)fl", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, }, ["06-Destructing Energy"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n return string.format(\"|T%s:%s|t\", iconId, iconSize)\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "363795", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "363795", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.93333333333333, ["scalex"] = 1, ["colorB"] = 0, ["colorG"] = 0.78823529411765, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "LjIK54Iuj8B", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "06-Destructing Energy", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["09 Exploding Core"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "428400", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "MImxZxfLWMT", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Exploding Core", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Lifespark (4-Pieces) 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "394552", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["itemName"] = 0, ["type"] = "item", ["use_absorbHealMode"] = true, ["event"] = "Item Set", ["equipped_operator"] = ">=", ["use_equipped"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemSetId"] = "1530", ["use_itemSetId"] = true, ["use_genericShowOn"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["equipped"] = "4", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_never"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { }, ["use_spellknown"] = false, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "JQS6IbS9ewy", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Lifespark (4-Pieces) 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Halls of Infusion"] = { ["controlledChildren"] = { "[HoI] Expulse (Cast)", "[HoI] Demoralizing Shout (Cast)", "[HoI] Elemental Focus (Cast)", "[HoI] Dazzle (Cast)", "[HoI] Gust of Wind (Cast)", "[HoI] Cauterize (Heal)", "[HoI] Refreshing Tides (Heal)", "[HoI] Aquaeous Barrier (Heal)", "[HoI] Spear Flurry (Stun/CC)", "[HoI] Purifying Blast (Stun(CC)", "[HoI] Inundate (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578415, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Halls of Infusion", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "fw240dPHpS9", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[ULT] Spiked Carapace (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 369823, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Spiked Carapace (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "s0iwnbxPDEi", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["BronzeTotal"] = { ["outline"] = "OUTLINE", ["displayText_format_c1_big_number_format"] = "AbbreviateNumbers", ["wagoID"] = "6953n7SYm", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "\n\n", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_c1_abbreviate"] = false, ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["itemName"] = 188957, ["use_count"] = true, ["use_value"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["currencyId"] = 2778, ["value"] = "0", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_currencyId"] = true, ["type"] = "unit", ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["health_operator"] = { ">", }, ["event"] = "Currency", ["use_itemName"] = true, ["value_operator"] = ">=", ["count"] = "0", ["spellIds"] = { }, ["health"] = { "0", }, ["use_unit"] = true, ["names"] = { }, ["use_absorbHealMode"] = true, ["use_absorbMode"] = true, ["count_operator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Timerunner's Advantage", }, ["debuffType"] = "HELPFUL", ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["justify"] = "LEFT", ["displayText_format_s_decimal_precision"] = 1, ["parent"] = "PandariaBronzeCompletion", ["displayText_format_c1_abbreviate_max"] = 8, ["displayText_format_p_time_dynamic_threshold"] = 60, ["displayText_format_c1_gcd_hide_zero"] = false, ["shadowYOffset"] = -1, ["font"] = "2002", ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["url"] = "https://wago.io/6953n7SYm/12", ["displayText_format_p_format"] = "timed", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["displayText_format_l.unitCount_format"] = "none", ["internalVersion"] = 75, ["fontSize"] = 18, ["source"] = "import", ["displayText_format_c1_realm_name"] = "never", ["shadowXOffset"] = 1, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["selfPoint"] = "TOPLEFT", ["displayText"] = "Bronze: %1.value", ["displayText_format_c1_color"] = true, ["fixedWidth"] = 200, ["displayText_format_c1_gcd_cast"] = false, ["displayText_format_c1_format"] = "none", ["displayText_format_c1_gcd_gcd"] = true, ["uid"] = "yNugWwITxtd", ["displayText_format_p_time_precision"] = 1, ["displayText_format_s_format"] = "none", ["wordWrap"] = "WordWrap", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "BronzeTotal", ["frameStrata"] = 1, ["displayText_format_c1_decimal_precision"] = 1, ["anchorFrameType"] = "SCREEN", ["regionType"] = "text", ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_1.value_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { }, ["displayText_format_c1_gcd_channel"] = false, }, ["Hover_Bar"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 47, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.77254909276962, 0.56470590829849, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "function()\n local p = math.max(0, UnitMana(\"player\")) / math.max(1, UnitManaMax(\"player\")) * 100;\n return string.format(\"%.f\", p) .. \"%%\";\nend\n\n\n\n", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["adjustedMin"] = "", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_charges"] = false, ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["trackcharge"] = "1", ["powertype"] = 0, ["use_powertype"] = true, ["spellIds"] = { }, ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_trackcharge"] = true, ["spellName"] = 358267, ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["health_operator"] = ">=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["use_genericShowOn"] = true, ["unit"] = "player", ["spellName"] = 365933, ["use_inverse"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["health_operator"] = ">=", ["powertype"] = 0, ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["trackcharge"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = true, ["custom_hide"] = "timed", ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_charges"] = false, ["event"] = "Spell Known", ["use_exact_spellName"] = true, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["use_trackcharge"] = true, ["charges"] = "1", ["names"] = { }, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "358267", }, ["use_genericShowOn"] = true, ["spellName"] = 365933, ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Spell Known", ["use_exact_spellName"] = false, ["use_track"] = true, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { }, ["duration"] = "1", ["powertype"] = 0, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["charges"] = "1", ["use_trackcharge"] = true, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["trackcharge"] = "1", ["health"] = "0", ["unevent"] = "auto", ["useName"] = true, ["use_inverse"] = true, ["health_operator"] = ">=", ["unit"] = "player", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["use_powertype"] = true, ["ownOnly"] = true, ["matchesShowOn"] = "showAlways", ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["barColor2"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["crop_x"] = 0.41, ["stickyDuration"] = false, ["adjustedMax"] = "", ["customTextUpdate"] = "update", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0.003921568627451, 0.003921568627451, 0.003921568627451, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 1, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 1, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 2, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_fontType"] = "OUTLINE", ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(1,0.76,0.53,1), CreateColor(1,0.96,0.88,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun", ["source"] = "import", ["zoom"] = 0, ["regionType"] = "aurabar", ["width"] = 250, ["mirror"] = false, ["user_y"] = 0, ["borderBackdrop"] = "None", ["borderInFront"] = true, ["id"] = "Hover_Bar", ["icon_side"] = "RIGHT", ["backgroundColor"] = { 0.41960787773132, 0.10588236153126, 0.011764707043767, 1, }, ["anchorPoint"] = "CENTER", ["sparkHeight"] = 30, ["backdropColor"] = { 0, 0, 0, 0, }, ["spark"] = false, ["config"] = { }, ["semver"] = "1.0.7", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 12, ["multi"] = { [383243] = true, }, }, ["class_and_spec"] = { ["single"] = 63, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [382292] = true, [116011] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 343222, ["size"] = { ["multi"] = { }, }, }, ["sparkHidden"] = "NEVER", ["startAngle"] = 0, ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "Ww0ufHf4Vw2", ["inverse"] = true, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "onCooldown", }, ["changes"] = { { ["value"] = { 0.71764707565308, 0.71764707565308, 0.71764707565308, 1, }, ["property"] = "barColor", }, { ["property"] = "sub.4.model_alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["compress"] = false, }, ["08 Darkest Destiny"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "353195", }, ["duration"] = "51.6", ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["useExactSpellId"] = false, ["useName"] = true, ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["type"] = "aura2", ["auraspellids"] = { }, ["event"] = "Cast", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "", ["unit"] = "member", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "353693", }, ["auranames"] = { "353195", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["duration"] = "40", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["custom_hide"] = "timed", ["useExactSpellId"] = false, ["type"] = "custom", ["use_debuffClass"] = false, ["custom_type"] = "event", ["auraspellids"] = { }, ["spellIds"] = { }, ["event"] = "Combat Log", ["unit"] = "member", ["castType"] = "cast", ["use_spellId"] = true, ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 353693\n and not WeakAuras.GetActiveTriggers(aura_env.id)[2] then\n return true\n end\n end\nend", ["events"] = "CLEU:SPELL_AURA_APPLIED", ["check"] = "event", ["subeventSuffix"] = "_AURA_APPLIED", ["debuffType"] = "HELPFUL", ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "353428", }, ["debuffType"] = "HELPFUL", ["useName"] = true, ["specificUnit"] = "boss1", ["unit"] = "member", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] or t[2] and t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Darkest Destiny", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "YYVyoR6LW(2", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "237274", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Disintegration"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 352833, }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { "352394", }, ["names"] = { }, ["duration"] = "", ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, ["spellIds"] = { }, ["useName"] = true, ["use_absorbMode"] = true, ["use_spellNames"] = true, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.07843137254902, ["type"] = "custom", ["easeType"] = "none", ["use_color"] = true, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "bounce", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Disintegration", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Xct6cgV(ry(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 4038101, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Two Left Feet"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "346932", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "346932", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Speed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["encounterid"] = "2412", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "koyixBBHtux", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Two Left Feet", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Unstable Core"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "360458", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.55686274509804, ["scalex"] = 1, ["colorB"] = 0.55686274509804, ["colorG"] = 0.55686274509804, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "pulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend\n", ["rotate"] = 0, ["colorType"] = "pulseHSV", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "To Boss", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 133018, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "8u2pWCTk9Ym", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Unstable Core", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[HoI] Refreshing Tides (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = false, ["spellNames"] = { 376171, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Refreshing Tides (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "WhmWREkbL8N", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["10 Begin the Chorus"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 329697, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528307, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "JQbR85Vx(zQ", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Begin the Chorus", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "1", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Dynamic Effects - LWA - Evoker"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Deep Breath (Preservation)", "Fire Breath (Preservation)", "Ancient Flame", "Ourosboros", "Cycle of Life", "Scarlet Adaptation", "Leaping Flames", "Living Flame", "Charged Blast", "Iridescence: Red", "Iridescence: Blue", "Essence Burst", "Burnout", "Call of Ysera", "Temporal Compression", "Empath", "Exhilarating Burst", "Rush of Vitality", "Lifebind", "Precognition (Preservation & Devastation - PvP Talent)", "Blazing Shards (4-Pieces)", "Lifespark (4-Pieces)", "Essence Gathering (4-Pieces)", }, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "TOPRIGHT", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["selfPoint"] = "BOTTOMRIGHT", ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["stagger"] = 0, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.GrowDynamicEffects then\n LWA.GrowDynamicEffects(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["regionType"] = "dynamicgroup", ["hybridSortMode"] = "ascending", ["constantFactor"] = "RADIUS", ["borderOffset"] = 4, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { }, ["grow"] = "CUSTOM", ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Luxthos - Evoker", ["sortHybridTable"] = { ["Temporal Compression"] = false, ["Scarlet Adaptation"] = false, ["Burnout"] = false, ["Iridescence: Blue"] = false, ["Lifespark (4-Pieces)"] = false, ["Ancient Flame"] = false, ["Fire Breath (Preservation)"] = false, ["Leaping Flames"] = false, ["Charged Blast"] = false, ["Iridescence: Red"] = false, ["Call of Ysera"] = false, ["Essence Burst"] = false, ["Lifebind"] = false, ["Deep Breath (Preservation)"] = false, ["Essence Gathering (4-Pieces)"] = false, ["Living Flame"] = false, ["Precognition (Preservation & Devastation - PvP Talent)"] = false, ["Blazing Shards (4-Pieces)"] = false, ["Exhilarating Burst"] = false, ["Cycle of Life"] = false, ["Empath"] = false, ["Rush of Vitality"] = false, ["Ourosboros"] = false, }, ["fullCircle"] = true, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["version"] = 27, ["subRegions"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["borderSize"] = 2, ["limit"] = 5, ["gridType"] = "RD", ["sort"] = "none", ["xOffset"] = -6.103515625e-05, ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["rowSpace"] = 1, ["internalVersion"] = 75, ["semver"] = "1.1.2", ["hybridPosition"] = "hybridFirst", ["id"] = "Dynamic Effects - LWA - Evoker", ["uid"] = "Y3M(4ni648Q", ["gridWidth"] = 5, ["anchorFrameType"] = "SELECTFRAME", ["frameStrata"] = 1, ["rotation"] = 0, ["borderInset"] = 1, ["stepAngle"] = 15, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["anchorFrameFrame"] = "WeakAuras:General Options - LWA - Evoker", }, ["Lesser Bronze Cache"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 223909, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0, 0.66274511814117, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223909\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4555549", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "ePmZY)M3yqW", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Lesser Bronze Cache", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["09 Serrated Tear (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "343881", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["affixes"] = { }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "xkNN(wOx1de", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "09 Serrated Tear (Tank Only)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["op"] = "", ["variable"] = "customcheck", ["value"] = "function()\n return select(3, GetInstanceInfo()) ~= 16\nend", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["03 Unstable Essence"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isHM = ID == 16 or ID == 15", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "407327", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Orb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0.5686274766922, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "9WrjGDiGHyI", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Unstable Essence", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return aura_env.isHM\nend", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["property"] = "sub.8.text_visible", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return not aura_env.isHM\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["06 Hidden Desire (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "335396", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Face Add", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2406", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "VtvWgPOg0T7", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Turn.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Hidden Desire (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["08 Fiery Growth/Lingering Cinder/Mass Entanglement - RED/BLUE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = false, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useStacks"] = false, ["useGroup_count"] = true, ["combinePerUnit"] = true, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "424581", }, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["useGroupRole"] = false, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useMatch_count"] = false, ["useStacks"] = false, ["useGroup_count"] = false, ["combinePerUnit"] = true, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "424495", }, ["perUnitMode"] = "all", ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useGroupRole"] = false, ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useStacks"] = false, ["useGroup_count"] = false, ["combinePerUnit"] = true, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "424582", }, ["perUnitMode"] = "all", ["event"] = "Health", ["names"] = { }, ["auranames"] = { "424582", }, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["useGroupRole"] = false, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t)\nreturn t[1] and t[2] and t[3]\nend", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", ["multi"] = { ["HEALER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "UNITFRAME", ["glow_thickness"] = 2, ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_type"] = "Pixel", }, ["property"] = "glowexternal", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "UNITFRAME", ["glow_thickness"] = 2, ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["glow_type"] = "Pixel", }, ["property"] = "glowexternal", }, }, }, }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "gFDORn(BxtG", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Fiery Growth/Lingering Cinder/Mass Entanglement - RED/BLUE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["08 Grim Portent"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "354365", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Grim Portent", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "5vuTBfDahOT", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Call_Dreadstalkers"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "aura_env.texture = 1378282", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 104316, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Call Dreadstalkers", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 104316, }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["use_unit"] = true, ["realSpellName"] = "Призыв зловещих охотников", ["use_spellName"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Spell Activation Overlay", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 104316, }, ["untrigger"] = { ["spellName"] = 104316, }, }, { ["trigger"] = { ["auranames"] = { "205146", }, ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["useName"] = true, ["unevent"] = "auto", ["event"] = "Spell Activation Overlay", ["spellName"] = 104316, ["realSpellName"] = "Призыв зловещих охотников", ["use_spellName"] = true, ["use_unit"] = true, ["type"] = "aura2", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 104316, }, }, { ["trigger"] = { ["auranames"] = { "387393", }, ["duration"] = "1", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["useName"] = true, ["unevent"] = "auto", ["event"] = "Spell Activation Overlay", ["spellName"] = 104316, ["realSpellName"] = "Призыв зловещих охотников", ["use_spellName"] = true, ["use_unit"] = true, ["type"] = "aura2", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 104316, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.90588241815567, 0.7607843875885, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%5.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_justify"] = "CENTER", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_5.s_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_text_format_2.S_format"] = "none", ["text_font"] = "Expressway", ["text_fontType"] = "OUTLINE", ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_text_format_4.s_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%4.p", ["text_text_format_3.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_3.p_time_legacy_floor"] = false, ["text_automaticWidth"] = "Auto", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_4.p_time_precision"] = 1, ["text_selfPoint"] = "BOTTOMLEFT", ["text_text_format_4.p_format"] = "timed", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Expressway", ["text_text_format_3.p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -2, ["text_text_format_4.p_time_dynamic_threshold"] = 1, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_visible"] = true, ["text_text_format_3.p_format"] = "timed", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_3.p_time_mod_rate"] = true, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_3.p_time_precision"] = 1, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 104316, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 1378282, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 40, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Call_Dreadstalkers", ["frameStrata"] = 3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "JUON4m0Lrq5", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Landswipe CD 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Landslide", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 358385, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control 2", ["uid"] = "C65Z0IImVUb", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Landswipe CD 2", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["01 Wings of Extinction Dot"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "403655", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2103916, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "jzmZvMJKK14", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Wings of Extinction Dot", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Time Dilation"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "357170", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Dilation", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 357170, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 357170, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Time Dilation", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "mg5HvCTIDNj", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["circle_leaf_nofill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 1, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 1 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {0, 1, 1, 1}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 1, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\circle_leaf_nofill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "jO6Q2OafN)M", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "circle_leaf_nofill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["Interrupt's & Casts's (Season1)"] = { ["controlledChildren"] = { "The Azure Vault.", "Ruby Life Pools.", "Algeth'ar Academy.", "The Nokhud Offensive.", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Older Content", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Interrupt's & Casts's (Season1)", ["groupIcon"] = 1052642, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "0mavzMjelJd", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Sleep Walk CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Sleep Walk", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 360806, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control", ["uid"] = "4sD7AXWLsKD", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Sleep Walk CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["05 Doom Flames Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellNames"] = true, ["names"] = { }, ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["event"] = "Cast", ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["spellNames"] = { 406851, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4914678", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "6g)C9pt3lev", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Doom Flames Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, }, }, ["05 Igniting Growth Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "Fire in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Bait.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "425889", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "O2qaovPtiKi", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.89019614458084, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.98823535442352, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Igniting Growth Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["10 Fury (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "\n\n", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["use_genericShowOn"] = true, ["unit"] = "member", ["specificUnit"] = "boss4", ["group_count"] = "0", ["subeventPrefix"] = "SPELL", ["group_countOperator"] = ">", ["debuffType"] = "HELPFUL", ["useName"] = false, ["type"] = "aura2", ["auraspellids"] = { "351672", }, ["subeventSuffix"] = "_CAST_START", ["use_spellName"] = true, ["auranames"] = { "351672", }, ["event"] = "Cast", ["useHostility"] = false, ["realSpellName"] = 0, ["use_spellId"] = false, ["spellIds"] = { }, ["useExactSpellId"] = true, ["spellName"] = 0, ["genericShowOn"] = "showOnCooldown", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_status"] = false, ["useGroup_count"] = true, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_specific_threatUnit"] = true, ["specificUnit"] = "", ["group_count"] = "0", ["auranames"] = { "351672", }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["useName"] = false, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { }, ["use_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["event"] = "Threat Situation", ["unit"] = "boss4", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["group_countOperator"] = ">", ["useHostility"] = false, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targets you", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["useAdjustededMax"] = false, ["url"] = "https://wago.io/slraid2/69", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "aggro", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, }, }, }, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Fury (Tank)", ["internalVersion"] = 75, ["alpha"] = 1, ["width"] = 80, ["authorOptions"] = { }, ["uid"] = "o7iE9xOZs44", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["xOffset"] = 0, }, ["{NLTH] Eruption Blare (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 376186, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Eruption Blare (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "So0RdYcW4qp", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Withering Seeds"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\temp\\Seeds.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 361568, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["type"] = "unit", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Seeds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3636841, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "msrp3GU6XNM", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Withering Seeds", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[ULT] Thundering Stomp (GET OUT)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 369811, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Thundering Stomp (GET OUT)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "TzougDDLJTL", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["SL_Raids"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "T28: 10 corner, dispell idiot", "Sepulcher BigWigs / DBM Timers", "Sepulcher (wago.io/slraid3)", "Sanctum of Domination (wago.io/slraid2)", "Pieces:T29:Lords of Dread:Among Us - Simple version (Public)", "Jailer - Rune of Damnation", "Castle Nathria (wago.io/slraid1)", "Aeon Remnants - Among Us Helper", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = 0, ["yOffset"] = 0, ["border"] = false, ["borderEdge"] = "Square Full White", ["anchorPoint"] = "CENTER", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["authorOptions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["regionType"] = "group", ["borderOffset"] = 4, ["scale"] = 1, ["selfPoint"] = "CENTER", ["id"] = "SL_Raids", ["internalVersion"] = 75, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["uid"] = "XenIOV)J4Vc", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["information"] = { }, ["config"] = { }, }, ["02 Retch Dot"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "360448", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "TP-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XgIwFNffs3r", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Retch Dot", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Hyperlight Sparknova"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { "362849", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["duration"] = "2", ["use_exact_spellId"] = false, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["spellName"] = 0, ["useName"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4037124, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XxYPaiEY3GQ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Hyperlight Sparknova", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Shadowsteel Chains"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355505", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Shadowsteel Chains", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "FVstsAyazGq", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Growing Hunger (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["debuffType"] = "HELPFUL", ["useGroup_count"] = true, ["auranames"] = { "332295", }, ["fetchTooltip"] = false, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["names"] = { }, ["spellIds"] = { }, ["specificUnit"] = "boss1", ["group_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["unit"] = "member", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellName"] = 0, ["type"] = "unit", ["use_status"] = false, ["unevent"] = "auto", ["use_unit"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss1", ["realSpellName"] = 0, ["use_spellName"] = true, ["use_specific_threatUnit"] = true, ["use_genericShowOn"] = true, ["event"] = "Threat Situation", ["use_aggro"] = true, ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["threatUnit"] = "boss1", ["use_specific_threatUnit"] = true, }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targets you", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "k8PKetUZI2t", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "05 Growing Hunger (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.2.text_visible", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Banshee's Bane"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.enrage\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "353929", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "353929", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellNames"] = { 354068, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["type"] = "unit", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["auraspellids"] = { "353929", }, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, }, }, ["changes"] = { { ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Banshee's Bane", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "mGpvIaOxJSY", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Danse Macabre"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "330959", }, ["auranames"] = { "327773", }, ["duration"] = "10.3", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["names"] = { }, ["useName"] = true, ["custom_type"] = "stateupdate", ["unevent"] = "timed", ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["events"] = "CLEU:SPELL_CAST_SUCCESS", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if spellID == 330959 \n and not WeakAuras.GetActiveTriggers(aura_env.id)[1] then\n allstates[\"danceStart\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 10.3,\n expirationTime = 10.3 + GetTime(),\n autoHide = true\n }\n return true\n elseif spellID == 328497\n and allstates[\"danceStart\"] then\n allstates[\"danceStart\"].show = false\n allstates[\"danceStart\"].changed = true\n return true\n end\n end\nend", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["check"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "custom", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Light", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 462534, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "G3mCWrzxLRS", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Intermission.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Danse Macabre", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["06 Blast Wave"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellNames"] = true, ["names"] = { }, ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["event"] = "Cast", ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["spellNames"] = { 403978, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1029721, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "m2Y0qOmcTUr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Blast Wave", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["[TVP] Pressurized Blast (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "325", ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 410999, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TVP] Pressurized Blast (Get Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "vtNflUi(GOK", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[HoI] Hailstorm (LoS)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 386757, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "LoS @ICEBLOCK", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Hailstorm (LoS)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "oJEaxybWukN", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[Academy] (Focus) 2"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.52941179275513, 0.035294119268656, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "196044", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] (Focus) 2", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "LEp5rOH5Hm5", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["RUNE PERSONAL"] = { ["iconSource"] = 1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["customText"] = "function()\n if aura_env.states[2].show\n and aura_env.states[1].show\n and aura_env.states[1].spellId\n then\n local spellID = aura_env.states[1].spellId\n local convert = aura_env.list[spellID]\n if convert and aura_env.states[2].side[convert] then\n return aura_env.states[2].side[convert]\n end\n end\nend\n\n\n", ["yOffset"] = -22.499877929688, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"HYLB_PERSONAL\")\naura_env.list = {\n [348450] = \"BLUE\",\n [348451] = \"PURPLE\",\n [348447] = \"YELLOW\",\n [348437] = \"ORANGE\",\n}", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348450", "348451", "348447", "348437", }, ["unit"] = "player", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "CHAT_MSG_ADDON CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(states, event, ...)\n if event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, message = ...\n if prefix == \"HYLB_PERSONAL\" and message then\n local topLeft, topRight, bottomLeft, bottomRight = strsplit(\"*\", message)\n if topLeft and topRight and bottomLeft and bottomRight then\n local cfg = aura_env.config\n states[\"\"] = {\n side = {\n [topLeft] = cfg[\"1\"],\n [topRight] = cfg[\"2\"],\n [bottomLeft] = cfg[\"3\"],\n [bottomRight] = cfg[\"4\"],\n },\n progressType = \"static\",\n changed = true,\n show = true,\n }\n return true\n end\n \n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, _, _, _, _, _, _, _, _, spellid = ...\n local state = states[\"\"]\n if state and (message == \"SPELL_AURA_APPLIED\" or message == \"SPELL_AURA_REMOVED\") and spellid == 347097 then\n state.show = false\n state.changed = true\n return true\n end\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOM", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 45, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/TazaveshConsole/12", ["xOffset"] = -419.16613769531, ["config"] = { ["1"] = "TOP LEFT", ["4"] = "BOTTOM RIGHT", ["3"] = "BOTTOM LEFT", ["2"] = "TOP RIGHT", }, ["adjustedMin"] = "", ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "RUNE PERSONAL", ["icon"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "YkWC((iZ1MS", ["inverse"] = false, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "LOCALISATION DISPLAY", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "input", ["useDesc"] = false, ["width"] = 1, ["key"] = "1", ["default"] = "TOP LEFT", ["multiline"] = false, ["length"] = 10, ["name"] = "|cFF00FFFFTOP LEFT|r", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = false, ["width"] = 1, ["key"] = "2", ["default"] = "TOP RIGHT", ["multiline"] = false, ["length"] = 10, ["name"] = "|cFF00FFFFTOP RIGHT|r", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = false, ["width"] = 1, ["key"] = "3", ["default"] = "BOTTOM LEFT", ["multiline"] = false, ["length"] = 10, ["name"] = "|cFF00FFFFBOTTOM LEFT|r", ["useLength"] = false, }, { ["type"] = "input", ["useDesc"] = false, ["width"] = 1, ["key"] = "4", ["default"] = "BOTTOM RIGHT", ["multiline"] = false, ["length"] = 10, ["name"] = "|cFF00FFFFBOTTOM RIGHT|r", ["useLength"] = false, }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["01 Sear"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "367571", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "9)OzOT1P8gJ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Sear", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Forbearance_Hunter 2"] = { ["sparkWidth"] = 10, ["stacksSize"] = 12, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["backgroundColor"] = { 0, 0, 0, 0.41000002622604, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, ["WARRIOR"] = true, ["ROGUE"] = true, ["MAGE"] = true, ["PRIEST"] = true, ["WARLOCK"] = true, ["DEMONHUNTER"] = true, ["SHAMAN"] = true, ["DRUID"] = true, ["MONK"] = true, ["DEATHKNIGHT"] = true, }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = true, ["texture"] = "HalR", ["textFont"] = "Friz Quadrata TT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 1, ["displayIcon"] = "Interface\\Icons\\Spell_Holy_PainSupression", ["adjustedMax"] = "", ["cooldown"] = true, ["icon"] = true, ["color"] = { 1, 1, 1, 1, }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Utility]", ["borderOffset"] = 0, ["adjustedMin"] = "", ["barInFront"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", ["sound"] = "Interface\\AddOns\\MikScrollingBattleText\\Sounds\\Pling1.ogg", ["do_sound"] = false, }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["uid"] = "0NJCK8xsN)M", ["cooldownSwipe"] = true, ["zoom"] = 0.3, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["textSize"] = 12, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "25771", }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["use_tooltip"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["event"] = "Health", ["duration"] = "1", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["spellIds"] = { 25771, }, ["useGroup_count"] = false, ["ownOnly"] = false, ["combineMatches"] = "showLowest", ["names"] = { "Воздержанность", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = 1, }, ["width"] = 33, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration"] = "1", ["colorB"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["duration_type"] = "seconds", ["use_scale"] = false, ["type"] = "none", ["rotate"] = 0, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["preset"] = "pulse", ["alpha"] = 0, ["scaley"] = -0.5, ["y"] = 1, ["x"] = 1, ["scaleType"] = "pulse", ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["translateType"] = "spiralandpulse", ["easeStrength"] = 3, ["scalex"] = 0.5, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["frameStrata"] = 3, ["text"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["stickyDuration"] = false, ["id"] = "Forbearance_Hunter 2", ["stacksFont"] = "Friz Quadrata TT", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["displayTextRight"] = "%n", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["textFlags"] = "OUTLINE", ["timerSize"] = 12, ["sparkHeight"] = 39, ["border"] = true, ["borderEdge"] = "1 Pixel", ["sparkOffsetX"] = 0, ["borderSize"] = 1, ["spark"] = false, ["icon_side"] = "RIGHT", ["sparkRotation"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["height"] = 33, ["cooldownTextDisabled"] = true, ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.0.7", ["authorOptions"] = { }, ["sparkHidden"] = "NEVER", ["sparkColor"] = { 1, 1, 1, 1, }, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["displayTextLeft"] = "%p", ["customTextUpdate"] = "update", ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL_INVERSE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["05 Charred Brambles"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "418657", }, ["auranames"] = { }, ["duration"] = "1.5", ["unit"] = "boss", ["use_delay"] = false, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["names"] = { }, ["type"] = "event", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["useExactSpellId"] = true, ["event"] = "Spell Cast Succeeded", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = true, ["count"] = "", ["useName"] = false, ["use_count"] = false, ["use_unit"] = true, ["auraspellids"] = { "426206", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Bramble Up", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 987741, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Switch.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "RKJZZRLkfHB", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Charred Brambles", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Reversion"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Reversion", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 366155, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "394544", }, ["debuffType"] = "HELPFUL", ["ownOnly"] = true, ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 366155, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">", ["value"] = "0", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = ">", ["value"] = "0", ["variable"] = "charges", }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1cjR357FX7b", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Reversion", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["08 Surrendering to Corruption"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["unit"] = "player", ["specificUnit"] = "", ["use_unit"] = true, ["use_genericShowOn"] = true, ["useName"] = false, ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["use_absorbHealMode"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "405484", }, ["debuffType"] = "HARMFUL", ["use_exact_spellId"] = false, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Chosen", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914666, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "eKu6TQ3)9EY", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Surrendering to Corruption", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, ["sound"] = " custom", ["stop_sound"] = false, }, }, }, ["10 Domination Chains"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["use_spellIds"] = true, ["type"] = "unit", ["auraspellids"] = { "347504", }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["use_exact_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 349419, }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["unit"] = "boss1", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Chains Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Domination Chains", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "BtHEfaScTAj", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 236922, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Stellar Decay"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "364381", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XgXvi)hUKGr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Stellar Decay", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Lava Geysers Timer (DISABLED)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "Bait in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Bait.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "422691", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "RlmuCn6aEMk", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Lava Geysers Timer (DISABLED)", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Evoker [Afenar] || Updated for 10.1.5"] = { ["controlledChildren"] = { "Evoker [Dynamic]", "Evoker [Resources]", "Evoker [Core]", "Evoker [Utility]", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -220, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["unevent"] = "timed", ["duration"] = "1", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["buffShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 8, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "HUNTER", ["multi"] = { }, }, ["zoneIds"] = "", ["ingroup"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_class"] = "true", ["spec"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "None", ["regionType"] = "group", ["borderSize"] = 16, ["borderInset"] = 11, ["borderOffset"] = 5, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker [Afenar] || Updated for 10.1.5", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = "4574311", ["config"] = { }, ["uid"] = "wzA6jYmbSAX", ["selfPoint"] = "CENTER", ["conditions"] = { }, ["information"] = { ["groupOffset"] = false, ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["09 Dream Rend Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c AoE in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "417455", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = ")Gu4UxkWGhm", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Dream Rend Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["03 High Energy (Signe)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "177094", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useName"] = false, ["unit"] = "boss", ["names"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "177094", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["useName"] = false, ["unit"] = "boss", ["names"] = { }, ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 35, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 0, 0.015686274509804, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = ">=", ["value"] = "85", ["variable"] = "percentpower", }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "100", ["variable"] = "percentpower", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 High Energy (Signe)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "o1nDpEZd9Yj", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "237574", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Biting Wounds"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "364985", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = ")nuAXLPJx20", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Biting Wounds", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Jailer - Rune of Damnation"] = { ["sparkWidth"] = 15, ["sparkOffsetX"] = 0, ["wagoID"] = "AGqOPbrjc", ["xOffset"] = 1.0097045898438, ["adjustedMax"] = "2", ["adjustedMin"] = "", ["yOffset"] = 101.76824951172, ["anchorPoint"] = "CENTER", ["zoom"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/AGqOPbrjc/1", ["backgroundColor"] = { 0.098039215686275, 0.098039215686275, 0.098039215686275, 1, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = "364522", ["auranames"] = { "Rune of Damnation", }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["dynamicDuration"] = false, ["unit"] = "player", ["names"] = { }, ["extend"] = "0", ["use_extend"] = false, ["events"] = "ENCOUNTER_START RETRIGGER_SKOLEX_MOVE UNIT_SPELLCAST_START:boss1 ENCOUNTER_END ", ["use_spellName"] = true, ["text_operator"] = "==", ["custom_hide"] = "timed", ["use_remaining"] = false, ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "status", ["event"] = "BigWigs Timer", ["text"] = "Pull", ["use_text"] = false, ["type"] = "aura2", ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["check"] = "event", ["spellName"] = 0, ["use_track"] = true, ["duration"] = "9", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["enableGradient"] = false, ["barColor2"] = { 1, 1, 0, 1, }, ["barColor"] = { 0, 0.2, 0.66274509803922, 1, }, ["desaturate"] = false, ["parent"] = "SL_Raids", ["height"] = 30.000045776367, ["version"] = 1, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "1 Pixel", ["type"] = "subborder", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "WAIT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 5, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "JUMP", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 5, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["difficulty"] = { }, ["size"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = true, ["sparkOffsetY"] = 0, ["source"] = "import", ["icon"] = false, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameType"] = "SCREEN", ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["alpha"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4156862745098, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.043137254901961, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "straightHSV", ["easeStrength"] = 3, ["duration_type"] = "relative", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return WeakAuras.GetHSVTransition(progress, r1, g1, b1, a1, r2, g2, b2, a2)\nend\n", ["rotate"] = 0, ["duration"] = "0.7", ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["icon_side"] = "RIGHT", ["id"] = "Jailer - Rune of Damnation", ["sparkHeight"] = 40, ["texture"] = "ElvUI Blank", ["semver"] = "1.0.0", ["sparkTexture"] = "XPBarAnim-OrangeSpark", ["spark"] = true, ["tocversion"] = 90205, ["sparkHidden"] = "NEVER", ["uid"] = "m0D2EkgfZ)S", ["frameStrata"] = 3, ["width"] = 248.75079345703, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.duration = 9\naura_env.endTime = 0", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "WeakAuras.ScanEvents('RETRIGGER_SKOLEX_MOVE', true)", ["do_custom"] = true, }, }, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["preferToUpdate"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = { 1, 1, 1, 0, }, ["property"] = "sparkColor", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = false, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = { 0, 0.71764705882353, 0.019607843137255, 1, }, ["property"] = "barColor", }, { ["value"] = true, ["property"] = "sub.7.glow", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["iconSource"] = -1, }, ["GCD-Bar"] = { ["user_y"] = 0, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = -40, ["anchorPoint"] = "CENTER", ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.GCDRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.GCDRingColor\n aura_env.region:Color(color[1], color[2], color[3],color[4])\nend\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite", ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["tocversion"] = 90200, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastRingClassColor"] = false, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["HideDefaultCastBar"] = false, ["TrackinMainRing"] = 1, ["KeyOption"] = 1, ["ShowMouseOverTarget"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["CastBar"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Global Cooldown", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.CastBar == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "10", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", ["scaley"] = 1, ["use_color"] = true, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if aura_env.config.GCDRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n return c.r, c.g, c.b\n end\n \nend", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 2, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["adjustedMax"] = "", ["uid"] = "77Mlf3FQvpL", ["conditions"] = { }, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["name"] = "Show on key press:", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["name"] = "Show cast as:", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["name"] = "Main Ring Color", ["useDesc"] = true, ["key"] = "MainRingColor", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["width"] = 1, ["name"] = "Cast Ring Color", ["useDesc"] = true, ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["name"] = "GCD Ring Color", ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["foregroundColor"] = { 1, 1, 1, 1, }, ["color"] = { }, ["anchorFrameParent"] = false, ["backgroundColor"] = { 0.50196078431373, 0.50196078431373, 0.50196078431373, 0.48076826334, }, ["startAngle"] = 0, ["anchorFrameType"] = "SELECTFRAME", ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "GCD-Bar", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["frameStrata"] = 1, ["width"] = 50, ["fontSize"] = 12, ["compress"] = false, ["inverse"] = false, ["slantMode"] = "INSIDE", ["orientation"] = "HORIZONTAL", ["crop_x"] = 0.41, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["08 Searing Wrath (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "422000", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2786", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "TklSnMblJOx", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Searing Wrath (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Ebon Might"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Ebon Might", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 395152, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["load"] = { ["use_zoneIds"] = false, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["use_spellknown"] = true, ["use_class"] = true, ["use_zone"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Ebon Might", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "n2NAdF9VRn8", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Augmentation", }, ["02 Umbral Destruction Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["parent"] = "BigWigs / DBM Timers / Texts", ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Fixed", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "416048", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "415623", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[1] and not t[2]\nend", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.75294125080109, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0.45490199327469, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["selfPoint"] = "TOP", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["displayText_format_1.p_format"] = "timed", ["displayText"] = "%c Soak in %1.p", ["authorOptions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["conditions"] = { }, ["internalVersion"] = 75, ["fontSize"] = 28, ["source"] = "import", ["preferToUpdate"] = false, ["shadowXOffset"] = 1, ["displayText_format_1.p_time_mod_rate"] = true, ["xOffset"] = 100, ["uid"] = "V7nPF0VdVjt", ["regionType"] = "text", ["displayText_format_1.p_time_legacy_floor"] = false, ["displayText_format_p_time_mod_rate"] = true, ["url"] = "https://wago.io/dfraid3/47", ["color"] = { 1, 0.3647058904171, 0, 1, }, ["displayText_format_p_time_precision"] = 1, ["displayText_format_1.p_time_dynamic_threshold"] = 60, ["yOffset"] = 30, ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "02 Umbral Destruction Timer", ["displayText_format_1.p_time_precision"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_1.p_time_format"] = 0, ["config"] = { }, ["wordWrap"] = "Elide", ["displayText_format_c_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, }, ["[Ruby] (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "188067 190206 197698 197697 198047 197535 197985", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "CbmmaVp3zDi", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Soul Shard Bar"] = { ["sparkWidth"] = 20, ["stacksSize"] = 12, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "None", ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.6235294342041, 0.6235294342041, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["stacks"] = true, ["sparkDesaturate"] = false, ["texture"] = "Solid", ["textFont"] = "Friz Quadrata TT", ["borderOffset"] = 5, ["auto"] = true, ["tocversion"] = 100002, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 11, ["adjustedMax"] = "", ["barColor2"] = { 0.98039221763611, 0.8117647767067, 0.96470594406128, 1, }, ["authorOptions"] = { { ["type"] = "description", ["text"] = "General Settings", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "description", ["text"] = "Show Doom Prediction:", ["fontSize"] = "medium", ["width"] = 0.7, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Shows incoming doom ticks, which will potentially generate shards.", ["key"] = "TrackDoom", ["useDesc"] = true, ["name"] = " ", ["width"] = 1, }, { ["type"] = "description", ["text"] = "Text Options:", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 2, ["useHeight"] = true, }, { ["type"] = "description", ["text"] = "Show Shard Text:", ["fontSize"] = "medium", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Show shard text.", ["key"] = "showText", ["useDesc"] = true, ["name"] = "", ["width"] = 1, }, { ["type"] = "description", ["text"] = "Set Text to Middle Shard:", ["fontSize"] = "medium", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Set text to show up only on the middle shard. ", ["key"] = "ShardCountOnMiddle", ["useDesc"] = true, ["name"] = " ", ["width"] = 1, }, { ["type"] = "description", ["text"] = "Affliction Text:", ["fontSize"] = "medium", ["width"] = 1, }, { ["desc"] = "Set the text display type for Affliction.", ["type"] = "select", ["values"] = { "Simple", "Full", "Tenths", "Empty", }, ["default"] = 1, ["key"] = "AfflictionText", ["useDesc"] = true, ["name"] = "Text style", ["width"] = 1, }, { ["type"] = "description", ["text"] = "Demonology Text:", ["fontSize"] = "medium", ["width"] = 1, }, { ["desc"] = "Set the text display type for Demonology.", ["type"] = "select", ["values"] = { "Simple", "Full", "Tenths", "Empty", }, ["default"] = 1, ["key"] = "DemonologyText", ["useDesc"] = true, ["name"] = "Text style", ["width"] = 1, }, { ["type"] = "description", ["text"] = "Destruction Text:", ["fontSize"] = "medium", ["width"] = 1, }, { ["desc"] = "Set the text display type for Destruction.", ["type"] = "select", ["values"] = { "Simple", "Full", "Tenths", "Empty", }, ["default"] = 1, ["key"] = "DestructionText", ["useDesc"] = true, ["name"] = " Text style", ["width"] = 1, }, }, ["textColor"] = { 1, 1, 1, 1, }, ["zoom"] = 0, ["borderBackdrop"] = "Blizzard Dialog Background Dark", ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { }, ["adjustedMin"] = "", ["customText"] = "function(expirationTime, duration, progress, formatedDuration, name, icon, stacks)\n \n local e = aura_env\n local c = e.config\n local r = e.region\n local s = e.state\n \n if s then\n --print(s.name)\n return s.name\n end\n if s.progressType == \"timed\" and c.TrackDoom then\n --[[if s.nature == \"partial\" then\n local doomColor = c[\"DemoDoom\"]\n r.text1:SetTextColor(doomColor[1], doomColor[2], doomColor[3], doomColor[4])\n end]]\n local remains = s.expirationTime - GetTime()\n return e.format(remains > 2 and \"%d\" or \"%.1f\", remains)\n end\n --else\n --end\nend", ["sparkColor"] = { 1, 1, 1, 1, }, ["overlays"] = { { 0.4627451300621, 0.64705884456635, 1, 1, }, }, ["anchorFrameType"] = "SCREEN", ["uid"] = "Vslfivo((1q", ["sparkRotationMode"] = "MANUAL", ["customTextUpdate"] = "update", ["sparkHidden"] = "BOTH", ["textSize"] = 12, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["customVariables"] = "{\n expirationTime = true,\n duration = true,\n value = true,\n total = true,\n stacks = true,\n additionalProgress = 1,\n index = {\n display = \"Shard Number\",\n type = \"number\"\n },\n \n full = {\n display = \"Max Shards\",\n type = \"bool\",\n },\n \n spec = {\n display = \"Specialization\",\n type = \"select\",\n values = {\n [\"Affliction\"] = \"Affliction\",\n [\"Demonology\"] = \"Demonology\",\n [\"Destruction\"] = \"Destruction\",\n }\n },\n \n doomActive = {\n display = \"Doom Active\", \n type = \"bool\",\n },\n \n totalPower = {\n display = \"Soul Shards\",\n type = \"number\", \n }\n \n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["genericShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["custom"] = "function(a, event, unit, ...)\n if unit and unit ~= \"player\" \n or event == \"UNIT_POWER_UPDATE\" and (...) ~= \"SOUL_SHARDS\"\n then return true end\n \n local e = aura_env\n local c = e.config\n local math = math\n \n if event == \"PLAYER_SPECIALIZATION_CHANGED\"\n or event == \"PLAYER_ENTERING_WORLD\" then \n e.currentSpec = e.SpecUpdate(GetSpecialization())\n end\n \n if event == \"UNIT_SPELLCAST_START\" and unit == \"player\" then\n local _, spellID = ...\n local SpellCost = GetSpellPowerCost(spellID)[1]\n \n if SpellCost and SpellCost.type == 7 then\n e.cost = SpellCost.cost\n e.consuming = e.cost\n \n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" and unit == \"player\" then\n e.cost = 0\n e.consuming = 0\n end\n \n local shards = UnitPower(\"player\", 7, true)*0.1\n \n if not IsSpellKnown(116858) then shards = math.floor(shards) end\n \n local frags = shards - math.floor(shards)\n e.consuming = shards >= e.cost and e.cost or shards\n local remains = shards - e.cost\n \n for i = 1, 5 do\n --Casting prediction\n local min, max = 0, 0\n if e.cost > 0 and i > remains and i < math.min(shards - 0.01) + 1 then\n if frags == 0 or shards - e.consuming > remains and e.consuming > 1 then\n min, max = 0, 1\n elseif shards - e.consuming == remains then\n min, max = remains - math.floor(remains), 1\n else\n min, max = 0, e.consuming\n end\n e.consuming = e.consuming - (max - min)\n end\n \n a[i] = a[i] or {}\n a[i].totalPower = shards\n a[i].show = true\n a[i].changed = true\n a[i].progressType = \"static\"\n a[i].value = shards >= i and 1 or shards + 1 > i and frags or 0\n a[i].total = 1\n a[i].index = i\n a[i].name = e.FormatCount(i, shards, e.cost)\n a[i].spec = e.currentSpec\n a[i].additionalProgress = {\n [1] = {min = min, max = max}\n }\n a[i].consuming = e.consuming > 0\n a[i].full = shards == 5\n a[i].doomActive = false\n end \n \n if c.TrackDoom and shards < 5 then\n local i = shards + 1\n local now = GetTime()\n for _, info in e.orderedDoom(e.Doom, e.nextDoom) do\n if i <= 5 and info.dur > 0 and info.exp > now then\n a[i].show = true\n a[i].progressType = \"timed\"\n a[i].duration = info.dur\n a[i].expirationTime = info.exp\n a[i].nature = info.dur < info.curTickDuration and \"partial\" or \"full\"\n a[i].doomActive = true\n a[i].changed = true\n i = i + 1\n end\n end\n end\n \n return true\nend", ["spellIds"] = { }, ["events"] = "PLAYER_ENTERING_WORLD, UNIT_POWER_UPDATE, UNIT_SPELLCAST_START, UNIT_SPELLCAST_STOP, PLAYER_SPECIALIZATION_CHANGED, PLAYER, DOOM_UPDATE", ["check"] = "event", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellName"] = 17962, ["event"] = "Spell Known", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellName"] = 101508, ["use_exact_spellName"] = false, ["event"] = "Spell Known", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["rotateText"] = "NONE", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["translateType"] = "custom", ["duration_type"] = "seconds", ["colorB"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n if aura_env.state and aura_env.state.index then\n return startX + (aura_env.state.index - 1)*(WeakAurasSaved[\"displays\"][aura_env.id][\"width\"] + aura_env.spacing)\n end\nend", ["scaley"] = 1, ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["colorA"] = 1, ["easeStrength"] = 3, ["rotate"] = 0, ["colorR"] = 1, ["scalex"] = 1, }, ["main"] = { ["translateType"] = "custom", ["scalex"] = 1, ["colorB"] = 1, ["colorG"] = 1, ["colorA"] = 1, ["use_translate"] = false, ["scaleType"] = "straightScale", ["easeStrength"] = 3, ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["scaleFunc"] = " function(progress, startX, startY, scaleX, scaleY)\n return startX + (progress * (scaleX - startX)), startY + (progress * (scaleY - startY))\n end\n ", ["colorR"] = 1, ["colorFunc"] = "\n\n", ["rotate"] = 0, ["use_scale"] = false, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["text"] = true, ["sparkMirror"] = true, ["stickyDuration"] = false, ["timerSize"] = 12, ["textureSource"] = "LSM", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_anchor"] = "bg", ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -1, ["model_st_rx"] = 270, ["rotation"] = 180, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 0, ["model_visible"] = true, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83137261867523, 0.72156864404678, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "fg", ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_realm_name"] = "star", ["text_text_format_p_format"] = "guid", ["text_text_format_p_abbreviate"] = false, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_abbreviate_max"] = 8, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_color"] = "class", ["text_text_format_p_decimal_precision"] = 3, ["type"] = "subtext", ["text_text_format_p_gcd_gcd"] = true, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_text_format_p_gcd_channel"] = false, ["text_text_format_p_gcd_cast"] = false, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_gcd_hide_zero"] = false, ["text_font"] = "Expressway", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_text_format_p_gcd_cast"] = false, ["text_text_format_p_format"] = "GCDTime", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorXOffset"] = 2, ["text_text_format_p_gcd_channel"] = false, ["text_text_format_p_decimal_precision"] = 3, ["type"] = "subtext", ["text_text_format_p_gcd_gcd"] = true, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_gcd_hide_zero"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 14, ["timerFlags"] = "None", ["displayTextLeft"] = "%n", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["stacksFont"] = "Friz Quadrata TT", ["source"] = "import", ["displayTextRight"] = "%p", ["backdropColor"] = { 0, 0, 0, 1, }, ["spark"] = false, ["border"] = false, ["borderEdge"] = "None", ["borderSize"] = 16, ["borderInFront"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "--------------------------------------------\n-- SOUL SHARDS BAR --\n-- Made by Kirin & Ipse --\n-- \"The headless pigmy has terrible aim.\" --\n-- :PeepoHappy: --\n--------------------------------------------\n-- For FREE distribution ONLY --\n--------------------------------------------\n\nlocal e = aura_env\nlocal c = e.config\nlocal r = e.region\n\n--[[\nIf TrackDoom is enabled, Doom timers will show up on the bars,\n and the shard count display for Demonology will be hidden.\n If you have suggestions for better managing the display of\n both numbers, please let me know.\n]]\n\ne.ColorShardsSeparately = false\n\nlocal SeparateShardsColors = { -- has been removed \n --[[\n Colors only the Foreground, other areas are\n inherited from the tables above.\n Both ARGB and RGB hex codes are acceptable.\n ]]--\n \n Shard1 = \"e600ff\", \n Shard2 = \"e600ff\", \n Shard3 = \"e600ff\", \n Shard4 = \"9310ff\", \n Shard5 = \"6432ff\"\n}\n\n\nlocal ShardConsumptionPrediction = {\n Enabled = true, --If false, everything else is ignored.\n Text = \"*\", --Wraps the spending text with what ever you put here.\n Color = \"87c5ff\" --Use an RGB hex code.\n --This will also color partial Doom ticks.\n}\ne.cost = 0\ne.consuming = 0\nlocal spec = {\n [1] = \"Affliction\",\n [2] = \"Demonology\",\n [3] = \"Destruction\"\n}\nfunction e.SpecUpdate(SpecNumber)\n return spec[SpecNumber]\nend\ne.currentSpec = e.SpecUpdate(GetSpecialization())\n\nfunction e.FormatCount(pos, shards, consumed)\n local display = c.showText--not (c.TrackDoom and IsPlayerSpell(265412)) and \"Simple\"\n if display then\n local selected = c[e.currentSpec..\"Text\"]\n local match = c.ShardCountOnMiddle and 3 or math.floor(shards - 0.1) + 1\n local pred = ShardConsumptionPrediction\n \n if pos == (match or math.floor(match - 0.1) + 1) then\n consumed = pred.Enabled and consumed or 0\n consumed = shards > consumed and consumed or shards\n \n if selected == 1 then--\"Simple\" then\n shards = shards - consumed\n elseif selected == 2 then--\"Full\" then\n shards = string.format(\"%.1f\", shards - consumed)\n if shards == \"0.0\" then shards = 0 end\n elseif selected == 3 then--\"Tenths\" then\n shards = (shards - consumed)*10\n else\n return \"\"\n end\n \n if pred.Enabled and consumed > 0 then\n local open, close = pred.Text, pred.Text or pred.Text\n local color = pred.Color\n \n color = color:gsub(\"%W\", \"\")\n \n local len = string.len(color)\n \n if len == 8 then\n color = color:gsub(\"^%w%w\", \"ff\")\n elseif len == 6 then\n color = \"ff\"..color\n else\n color = \"ff87c5ff\"\n end\n \n shards = WrapTextInColorCode(open..shards..close, color)\n end\n \n return shards\n else\n return \"\"\n end\n else\n return \"\"\n end\nend\n\ne.Doom = e.Doom or {}\ne.format = string.format\n\nfunction e.nextDoom(dest1, dest2)\n return e.Doom[dest1].exp < e.Doom[dest2].exp\nend\n\n--I do not understand this\nlocal function orderednext(t, n)\n local key = t[t.__next]\n \n if not key then return end\n \n t.__next = t.__next + 1\n \n return key, t.__source[key]\nend\n\nfunction e.orderedDoom(t, f)\n local keys, kn = {__source = t, __next = 1}, 1\n \n for k in pairs(t) do\n keys[kn], kn = k, kn + 1\n end\n \n table.sort(keys, f)\n \n return orderednext, keys\nend\n\n--Forgive our sins\ne.soulShardFrame = e.soulShardFrame or {}\n\nif not e.soulShardFrame.Frame then\n local frame = CreateFrame(\"Frame\", nil, UIParent)\n local doom = e.soulShardFrame\n \n doom.Frame = frame\n \n doom.TrackDoom = c.TrackDoom\n doom.DoomInfo = {}\n doom.UnitDebuff = WA_GetUnitDebuff\n doom.UnitGUID = UnitGUID\n \n doom.Frame:SetSize(1, 1)\n doom.Frame:SetFrameStrata(\"BACKGROUND\")\n doom.Frame:RegisterEvent(\"COMBAT_LOG_EVENT_UNFILTERED\")\n doom.Frame:SetScript(\"OnEvent\", function(self)\n \n local _, event, _, source, _, _, _, dest, _, _, _, spellID = CombatLogGetCurrentEventInfo()\n \n if source == WeakAuras.myGUID and spellID == 603 and doom.TrackDoom then\n \n local sbCastTime = select(4, GetSpellInfo(686))/1000\n local spellSpeed = (68*100)*((2/sbCastTime)-1)\n local tickLength = 20*((1+(spellSpeed)/(68*100))^-1)\n \n doom.DoomInfo[dest] = doom.DoomInfo[dest] or {\n exp = 0, dur = 0,\n expDot = 0, durDot = 0,\n lastTick = 0, nextTick = 0,\n tickDuration = 0, curTickDuration = 0,\n }\n \n local d = doom.DoomInfo[dest]\n local nameplateCheck = false\n local now = GetTime()\n \n if event == \"SPELL_AURA_APPLIED\" then\n d.exp, d.dur = now + d.tickDuration, d.tickDuration\n d.expDot, d.durDot = now + d.tickDuration, d.tickDuration\n d.lastTick, d.nextTick = 0, now + d.tickDuration\n d.tickDuration, d.curTickDuration = tickLength, tickLength\n \n for i = 1, 40 do \n if doom.UnitGUID(\"nameplate\"..i) == dest then\n local npd, npe = select(5, doom.UnitDebuff(\"nameplate\"..i, 603, \"PLAYER\"))\n \n nameplateCheck = true\n d.exp, d.dur = npe, npd\n d.expDot, d.durDot = npe, npd\n d.lastTick, d.nextTick = now, npe\n d.tickDuration, d.curTickDuration = tickLength, tickLength\n \n break\n end\n end\n --[[\n if not nameplateCheck then\n d.exp, d.dur = now + tickLength, tickLength\n d.expDot, d.durDot = now + tickLength, tickLength\n d.lastTick, d.nextTick = 0, 0\n end\n]]\n \n elseif event == \"SPELL_AURA_REFRESH\" then\n \n for i = 1, 40 do \n if doom.UnitGUID(\"nameplate\"..i) == dest then\n local npd, npe = select(5, doom.UnitDebuff(\"nameplate\"..i, 603, \"PLAYER\"))\n nameplateCheck = true\n d.tickDuration = tickLength\n d.expDot, d.durDot = npe, npd\n \n if d.curTickDuration + d.lastTick < npe then\n d.exp, d.dur = d.lastTick + d.curTickDuration , d.curTickDuration\n d.nextTick = d.lastTick + d.curTickDuration\n else\n d.exp, d.dur = d.expDot, d.durDot\n d.nextTick = d.expDot\n end\n \n break\n end\n end\n \n \n --[[\n if not nameplateCheck then\n \n if d.tickDuration * 0.3 > d.exp - GetTime() then\n local remains = d.exp - now\n d.exp, d.dur = d.tickDuration + remains + now, d.tickDuration + remains\n end\n end]]\n elseif event == \"SPELL_PERIODIC_DAMAGE\" or event == \"SPELL_PERIODIC_MISSED\" then\n for i = 1, 40 do \n if doom.UnitGUID(\"nameplate\"..i) == dest then\n local npd, npe = select(5, doom.UnitDebuff(\"nameplate\"..i, 603, \"PLAYER\"))\n d.curTickDuration = d.tickDuration\n d.dotExp, d.durDot = npe, npd\n nameplateCheck = true\n \n if d.curTickDuration + now < npe then\n d.exp, d.dur = now + d.curTickDuration , d.curTickDuration\n d.lastTick, d.nextTick = now, now + d.curTickDuration\n else\n d.exp, d.dur = d.expDot, d.durDot\n d.lastTick, d.nextTick = now, d.expDot\n end\n \n break\n end\n end\n \n if not nameplateCheck then\n if now + d.tickDuration - d.lastTick <= d.exp then\n d.exp = now + d.tickDuration - d.lastTick\n d.dur = now + d.tickDuration - d.lastTick\n else\n d.exp, d.dur = d.expDot, d.expDot - now\n end\n \n d.lastTick, d.nextTick = now, now + 30\n end\n elseif event == \"SPELL_AURA_REMOVED\" then\n d.exp, d.dur = 0, 0\n d.expDot, d.durDot = 0, 0\n d.lastTick, d.nextTick = 0, 0\n d.tickDuration, d.curTickDuration = 0, 0\n end\n \n WeakAuras.ScanEvents(\"DOOM_UPDATE\")\n end \n end)\nend\n--[[\nlocal pigmyFrame = PigmyShards_DoomTracking.Frame\n\nfor i = 1,5 do \n \n if not pigmyFrame[\"shardText\"..i] then\n pigmyFrame[\"shardText\"..i] = pigmyFrame:CreateFontString(nil, \"OVERLAY\")\n end\n \n local justTable = e.JustificationTable\n local pos = e.TextPosition\n local anchorPoint = e.TextPositionTable[c.TextPositionAnchorPoint]\n local text = pigmyFrame[\"shardText\"..i] \n text:SetJustifyH(justTable.Horizontal[c.TextPositionHJust])\n text:SetJustifyV(justTable.Vertical[c.TextPositionHJust])\n --text:SetPoint(anchorPoint, r.bar, anchorPoint, c.TextPositionXOffset, c.TextPositionYOffset)\n text:SetPoint(anchorPoint, r.bar, anchorPoint, c.TextPositionXOffset, c.TextPositionYOffset)\n text:SetFont(r.text:GetFont())\n text:SetTextColor(r.text:GetTextColor())\n text:Show()\nend]]\ne.Doom = e.soulShardFrame.DoomInfo\n\n", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["icon_side"] = "RIGHT", ["config"] = { ["ShardCountOnMiddle"] = true, ["showText"] = true, ["AfflictionText"] = 1, ["DestructionText"] = 1, ["DemonologyText"] = 1, ["TrackDoom"] = true, }, ["sparkRotation"] = 90, ["sparkHeight"] = 25, ["backgroundColor"] = { 0.23529413342476, 0.1843137294054, 0.34509804844856, 1, }, ["overlaysTexture"] = { "Solid", }, ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "5.3.5", ["timer"] = true, ["id"] = "Soul Shard Bar", ["desc"] = "The bravest pigmy once fought and fell and danced to their demise.", ["frameStrata"] = 1, ["width"] = 47, ["textFlags"] = "None", ["sparkTexture"] = "Interface\\Buttons\\JumpUpArrow", ["inverse"] = false, ["parent"] = "Warlock [Resources]", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "1", }, ["changes"] = { { ["value"] = -101.5, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "2", }, ["changes"] = { { ["value"] = -51.5, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "3", }, ["changes"] = { { ["value"] = -0.5, ["property"] = "xOffsetRelative", }, { ["value"] = 48.5, ["property"] = "width", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "4", }, ["changes"] = { { ["value"] = 50.5, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "5", }, ["changes"] = { { ["value"] = 100.5, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "1", }, { ["trigger"] = 1, ["op"] = "~=", ["variable"] = "value", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "2", }, { ["trigger"] = 1, ["op"] = "~=", ["variable"] = "value", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "3", }, { ["trigger"] = 1, ["op"] = "~=", ["variable"] = "value", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "4", }, { ["trigger"] = 1, ["op"] = "~=", ["variable"] = "value", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "5", }, { ["trigger"] = 1, ["op"] = "~=", ["variable"] = "value", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "doomActive", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, { ["value"] = { 0.86666666666667, 0.76862745098039, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "full", ["value"] = 1, }, ["changes"] = { { ["value"] = { 1, 0.7607843875885, 0.52941179275513, 1, }, ["property"] = "barColor", }, { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "full", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.32549020648003, 0.027450982481241, 0.023529414087534, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 1, 0.40000003576279, 0.40000003576279, 1, }, ["property"] = "barColor", }, { ["value"] = { 1, 0.89803928136826, 0.60000002384186, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "full", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { 0.13333334028721, 0.16078431904316, 0.050980396568775, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 0.49803924560547, 0.70196080207825, 0.25098040699959, 1, }, ["property"] = "barColor", }, { ["value"] = { 0.89803928136826, 1, 0.72156864404678, 1, }, ["property"] = "barColor2", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["05 Scorching Roots Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Roots in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "422614", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "y1rkMJNCAAA", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Scorching Roots Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["03 Wings of Rage"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["duration"] = "7", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["auraspellids"] = { }, ["type"] = "unit", ["custom_type"] = "event", ["use_spellNames"] = true, ["event"] = "Cast", ["castType"] = "channel", ["matchesShowOn"] = "showOnMissing", ["spellIds"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["useExactSpellId"] = false, ["unit"] = "boss", ["spellNames"] = { 350365, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Exit Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Exit Void", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "cast", ["variable"] = "castType", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Exit.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "channel", ["variable"] = "castType", }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Wings of Rage", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "mhI5lHiu8jB", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2103869, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["01 Exposed Core"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "360412", }, ["auranames"] = { }, ["duration"] = "5", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellName"] = { 0, }, ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["unit"] = "boss", ["castType"] = "cast", ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "combatlog", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Mnd4(ESCGc8", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Exposed Core", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Cosmic Irregularity"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "362088", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "ZfbtixkMp4E", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Cosmic Irregularity", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["DemonHunter"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Sinful Brand Duration/Eyebeam CD Tracker", "Ipse: Demon Hunter", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = 0, ["borderEdge"] = "Square Full White", ["border"] = false, ["yOffset"] = 0, ["regionType"] = "group", ["borderSize"] = 2, ["selfPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["authorOptions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["anchorPoint"] = "CENTER", ["internalVersion"] = 75, ["scale"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["id"] = "DemonHunter", ["borderOffset"] = 4, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = ")OfpoqWhla1", ["config"] = { }, ["information"] = { }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, }, ["09 Soul Reaver / Abomination Spawn"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "352293", }, ["auranames"] = { "352538", }, ["names"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["duration"] = "5.2", ["use_absorbMode"] = true, ["spellName"] = { 0, }, ["debuffType"] = "HARMFUL", ["spellIds"] = { }, ["use_spellId"] = true, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_debuffClass"] = false, ["auraspellids"] = { "349805", }, ["unit"] = "boss", ["useExactSpellId"] = true, ["event"] = "Combat Log", ["useName"] = false, ["realSpellName"] = 0, ["use_spellName"] = false, ["custom"] = "function(_,_,_, spellID)\n if spellID == 352293 then\n return true\n end\nend", ["custom_type"] = "event", ["events"] = "UNIT_SPELLCAST_START:boss", ["use_destUnit"] = false, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "352293", }, ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["duration"] = "", ["subeventPrefix"] = "SPELL", ["spellName"] = { 0, }, ["debuffType"] = "HARMFUL", ["spellIds"] = { }, ["use_spellId"] = true, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "348787", }, ["unit"] = "player", ["useExactSpellId"] = true, ["event"] = "Combat Log", ["useName"] = false, ["realSpellName"] = 0, ["use_spellName"] = false, ["events"] = "", ["custom_type"] = "event", ["matchesShowOn"] = "showOnMissing", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Gate.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Soul Reaver / Abomination Spawn", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "4)IMDxjQEAQ", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 537516, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["06 Ephemeral Flora Dot"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "430563", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 841383, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "npp6mkmtjzW", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Ephemeral Flora Dot", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["09 Apocalypse Roar"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 422837, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["event"] = "Cast", ["useName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Use Seed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 134158, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Seed.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "A(x)C6EVtGK", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Apocalypse Roar", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[UR] Blood Bolt (Cast) - Leaxa"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "131318", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 260879, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Blood Bolt (Cast) - Leaxa", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "84na98Tly5c", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Pull 3 Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sameTexture"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["backgroundColor"] = { 0.73333333333333, 0.39607843137255, 0.094117647058824, 1, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["tocversion"] = 90001, ["alpha"] = 1, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "rJNoy5wRX", ["parent"] = "RaidTools_WLNO", ["customText"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["event"] = "Conditions", ["use_unit"] = true, ["custom_type"] = "status", ["spellIds"] = { }, ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n elseif event == \"GROUP_ROSTER_UPDATE\" and not InCombatLockdown() or event == \"PLAYER_REGEN_ENABLED\" then\n aura_env.applyTimer()\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["names"] = { }, ["check"] = "event", ["events"] = "WA_ExalityRaidTools GROUP_ROSTER_UPDATE PLAYER_REGEN_ENABLED", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["useAdjustedMin"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["discrete_rotation"] = 0, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 20, ["rotate"] = true, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_mini.tga", ["source"] = "import", ["regionType"] = "progresstexture", ["useAdjustedMax"] = false, ["mirror"] = false, ["uid"] = "CB1OP8x4jFC", ["adjustedMin"] = "", ["crop_x"] = 0.9, ["progressSource"] = { -1, "", }, ["xOffset"] = 37, ["adjustedMax"] = "", ["crop_y"] = 0.8, ["width"] = 31, ["fontSize"] = 12, ["semver"] = "2.0.6", ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "local timerType -- types: DBM, BW, ERT\nlocal timerLengthC = aura_env.config.pullC\nlocal dungeonTimer = false -- change to true/false if you wish to have different timer length for dungeons \nlocal dungeonLength = 3 -- dungeon timer length\nlocal timerNumber = aura_env.config.myEncounter\n\nif timerNumber == 1 then\n timerType = \"BW\"\nelseif timerNumber == 2 then\n timerType = \"DBM\"\nelseif timerNumber == 3 then\n timerType = \"ERT\"\nend\n\n\n\n--- DONT TOUCH ANYTHING BELOW THIS ---\nlocal timers = {\n DBM = \"/dbm pull %i\",\n BW = \"/pull %i\",\n ERT = \"/ert pull %i\",\n}\n\nif not EX_PullTimerC then\n local region = aura_env.region\n local frame = CreateFrame(\"Button\", \"EX_PullTimerC\", region, \"SecureActionButtonTemplate\")\n frame:SetAllPoints(region)\n frame:RegisterForClicks(\"AnyUp\", \"AnyDown\")\n \nelse\n EX_PullTimerC:RegisterForClicks(\"AnyUp\", \"AnyDown\")\nend\n\naura_env.determineTimer = function()\n if IsInGroup() and not IsInRaid() and dungeonTimer then\n -- party (dungeon)\n aura_env.pulltimer = string.format(timers[timerType],dungeonLength)\n else\n -- raid or w/e\n aura_env.pulltimer = string.format(timers[timerType],timerLengthC)\n end\n aura_env.cancelpulltimer = string.format(timers[timerType],0)\nend\n\naura_env.applyTimer = function()\n aura_env.determineTimer()\n EX_PullTimerC:SetAttribute(\"type1\",\"macro\")\n EX_PullTimerC:SetAttribute(\"macrotext1\",aura_env.pulltimer)\n EX_PullTimerC:SetAttribute(\"type2\",\"macro\")\n EX_PullTimerC:SetAttribute(\"macrotext2\",aura_env.cancelpulltimer)\nend\naura_env.applyTimer()\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["id"] = "Pull 3 Background", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_Smooth_Border", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["auraRotation"] = 0, ["color"] = { 0, 0, 0, 0.75, }, ["inverse"] = false, ["compress"] = false, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["foregroundColor"] = { 0.81176470588235, 0.17647058823529, 0.13333333333333, 0.70000001788139, }, }, ["09 Frostbound Devoted Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "347292", }, ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["destUnit"] = "player", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["duration"] = "7.4", ["spellName"] = { 0, }, ["custom_type"] = "event", ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_spellName"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_AURA_REMOVED", ["type"] = "combatlog", ["unit"] = "boss", ["event"] = "Combat Log", ["custom_hide"] = "timed", ["realSpellName"] = 0, ["use_spellId"] = true, ["events"] = "", ["useExactSpellId"] = true, ["auraspellids"] = { "349805", }, ["use_destUnit"] = false, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["auraspellids"] = { "348787", }, ["type"] = "aura2", ["matchesShowOn"] = "showOnMissing", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Frostbound Devoted Spawn", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "sY(h5r6RDcE", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 136131, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Flawed Versatile Diamond"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220372, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220372\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Versatile Diamond", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "XN4K4fvvy8C", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "134097", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Searing Breath"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "402051", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "vXtwDVdoIZa", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Searing Breath", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["10 Shadow Dagger"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "347670", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Shadow Dagger", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "7drLpETFrBH", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Captivating Finale - RED"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "421032", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "yfbQI5ZvcGx", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Captivating Finale - RED", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["d_essence_burst"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -173, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "359618", "392268", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Explosión de esencia", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1.5, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0.062745101749897, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 11.4, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 13, ["glowBorder"] = false, }, }, ["height"] = 15, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { [371032] = true, }, }, ["use_zoneIds"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zone"] = false, ["use_talent"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["zone"] = "The Forbidden Reach", ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "GzlRET9Fr64", ["adjustedMax"] = "", ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = false, ["color"] = { 1, 1, 1, 0, }, ["xOffset"] = 1, ["cooldownEdge"] = false, ["width"] = 150, ["alpha"] = 1, ["zoom"] = 0, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_essence_burst", ["cooldownTextDisabled"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 5, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Neltharion's Lair"] = { ["controlledChildren"] = { "[NL] Blightshard Shaper (Cast)", "[NL] Rockback Gnasher (Cast)", "[NL] Bound (Cast)", "[NL] Metamorphosis (Stun/CC)", "[NL] War Drums (Stun/CC)", "[NL] Charskin (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 1417429, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Neltharion's Lair", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "XZeVdRvfgjO", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["03 Uncontrollable Frenzy"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.72156864404678, 0, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["uid"] = "ARbwvgqr3Cl", ["displayIcon"] = 3033715, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["names"] = { }, ["spellNames"] = { 405375, }, ["debuffType"] = "HELPFUL", ["unit"] = "boss", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["castType"] = "cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["use_npcId"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["event"] = "Cast", ["npcId"] = "", ["use_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["anchorFrameParent"] = false, ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["icon"] = true, ["semver"] = "1.0.44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["id"] = "03 Uncontrollable Frenzy", ["sparkColor"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["05 Brand of Torment"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350647", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "To Adds", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Brand of Torment", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "1FlPv5s8YG9", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1100175, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Runecarver's Deathtouch"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = 360687, ["auranames"] = { "360687", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["duration"] = "2", ["use_exact_spellId"] = false, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["spellName"] = 0, ["useName"] = true, ["event"] = "Cast", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 360687, ["auranames"] = { "361067", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["duration"] = "2", ["unit"] = "player", ["names"] = { }, ["spellName"] = 0, ["use_genericShowOn"] = true, ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellName"] = false, ["event"] = "Cast", ["matchesShowOn"] = "showAlways", ["realSpellName"] = 0, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Shield", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Need Dispel", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2576090, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "3)L(aBsodwt", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Runecarver's Deathtouch", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = false, ["property"] = "sub.4.border_visible", }, { ["value"] = false, ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.glow", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["property"] = "sub.8.text_visible", }, }, }, }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Pyre 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 357211, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Pyre", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "5", ["auranames"] = { "370454", }, ["subeventPrefix"] = "SPELL", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["names"] = { }, ["ownOnly"] = true, ["use_unit"] = true, ["custom_hide"] = "timed", ["charges"] = "1", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["type"] = "aura2", ["event"] = "Cooldown Progress (Spell)", ["use_charges"] = false, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 259495, ["remOperator"] = "<", ["use_genericShowOn"] = true, ["use_track"] = true, ["useRem"] = false, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "5", ["ownOnly"] = true, ["auranames"] = { "370454", }, ["use_charges"] = false, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["names"] = { }, ["unit"] = "player", ["spellName"] = 357211, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["use_showOn"] = true, ["custom_hide"] = "timed", ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = false, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "1", ["remOperator"] = "<", ["use_genericShowOn"] = true, ["use_track"] = true, ["useRem"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_font"] = "Expressway", ["text_anchorYOffset"] = -2, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_visible"] = true, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_precision"] = 1, ["text_shadowXOffset"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 357211, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = ")WjjQkq1lDE", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Pyre 2", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "20", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = ">", ["value"] = "5", ["variable"] = "expirationTime", }, ["changes"] = { { ["property"] = "sub.7.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["The Nokhud Offensive."] = { ["controlledChildren"] = { "[TNO] Defender Fear (Cast)", "[TNO] Donnerschlag (Cast)", "[TNO] Störschrei (Cast)", "[TNO] Thunder (Cast)", "[TNO] Teera Wind (Cast)", "[TNO] Sturmgewitter (Cast)", "[TNO] Boroo (Cast)", "[TNO] Arynga (Cast)", "[TNO] Solongo (Cast)", "[TNO] Zarii (Cast)", "[TNO] Todesblitzsalve (Cast)", "[TNO] Entweihendes Brüllen (Cast)", "[TNO] Clan Call (Stun/CC)", "[TNO] Necrotic Erruption (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578413, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Nokhud Offensive.", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "bUPyakrTgN(", ["parent"] = "Interrupt's & Casts's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["10 Shattering Pain"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 332619, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "1357802", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "wbK0yomW8(3", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Shattering Pain", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["06 Shadowsteel Chains Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355506", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Stay spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Shadowsteel Chains Dot", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "j0UuF3KzmIj", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[TNO] Winds (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "2093", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[TNO] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 387629, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 22, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TNO] Winds (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "hCZdPeEnvSC", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Hover_Buff"] = { ["sparkWidth"] = 5, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 47, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(1,0.76,0.53,1), CreateColor(1,0.96,0.88,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.77254909276962, 0.56470590829849, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 1, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 257, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, ["MONK"] = true, ["ROGUE"] = true, }, }, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 0.94901960784314, 0, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "358267", }, ["ownOnly"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { "Прославление", }, ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["type"] = "aura2", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 200183, ["event"] = "Power", ["useName"] = true, ["realSpellName"] = "Прославление", ["use_spellName"] = true, ["spellIds"] = { 200183, }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_unit"] = true, ["duration"] = "1", ["unit"] = "player", }, ["untrigger"] = { ["spellName"] = 200183, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["colorR"] = 1, ["duration"] = "", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "urn function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n\n\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["duration_type"] = "seconds", ["rotate"] = 0, ["translateType"] = "straightTranslate", ["easeStrength"] = 3, ["preset"] = "fade", ["colorB"] = 1, }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["type"] = "subforeground", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.95294117647059, 0.81960784313725, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 2, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["adjustedMin"] = "", ["barColor2"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["uid"] = "LekT0tpUpEX", ["adjustedMax"] = "", ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "RIGHT", ["customTextUpdate"] = "event", ["backgroundColor"] = { 0.41960787773132, 0.10588236153126, 0.011764707043767, 1, }, ["sparkHeight"] = 20, ["config"] = { }, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.7", ["authorOptions"] = { }, ["id"] = "Hover_Buff", ["sparkHidden"] = "BOTH", ["frameStrata"] = 4, ["width"] = 250, ["icon"] = false, ["useAdjustededMax"] = false, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["spark"] = false, }, ["02 Vital Rupture"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "426056", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Orb-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "ldR6saDTtoP", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Vital Rupture", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[BHH] Fragrant Meat (Stun/CC) Baer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "186284", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_npcId"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["spellNames"] = { 384974, }, ["use_spellNames"] = true, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Fragrant Meat (Stun/CC) Baer", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eVJuWlMpVq3", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["p_stasis"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 370537, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Stasis", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 200025, }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["auranames"] = { "Estasis", }, ["auraspellids"] = { "370537", }, ["useExactSpellId"] = true, ["useName"] = false, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["auranames"] = { "Estasis", }, ["auraspellids"] = { "370562", }, ["useExactSpellId"] = true, ["useName"] = false, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.totalStacks", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0.9215686917305, 0.66274511814117, 1, }, ["text_font"] = "Expressway", ["text_wordWrap"] = "WordWrap", ["text_shadowYOffset"] = 0, ["text_visible"] = false, ["text_text_format_2.totalStacks_format"] = "none", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["level"] = { "34", }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [1022] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_glyph"] = false, ["ingroup"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["race"] = { ["multi"] = { }, }, ["spellknown"] = 370537, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_stasis", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -18.5, ["uid"] = "93)Q4f2YlQh", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["op"] = "==", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = ">", ["variable"] = "duration", ["value"] = "0", }, }, ["value"] = 1, ["variable"] = "show", ["trigger"] = 3, }, ["linked"] = false, ["changes"] = { { ["value"] = true, ["property"] = "cooldownSwipe", }, { ["value"] = { 1, 0.72549021244049, 0.43921571969986, 1, }, ["property"] = "sub.2.border_color", }, { ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "==", ["variable"] = "duration", ["value"] = "0", }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.68235294117647, 0.4, 1, }, ["property"] = "sub.2.border_color", }, { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["linked"] = true, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Bars "] = { ["grow"] = "DOWN", ["controlledChildren"] = { "01 Hellbeam (High Energy)", "01 Hellbeam", "03 Uncontrollable Frenzy", "03 Deep Breath (High Energy)", "03 Deep Breath", "04 Molten Barrier", "06 Unstable Embers Duration", "06 Shrapnel Bombs (Tanks Only)", "07 Catastrophic Eruption", "08 Umbral Annihilation", "09 Glittering Surge", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "", ["anchorPoint"] = "CENTER", ["animate"] = false, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["radius"] = 200, ["selfPoint"] = "TOP", ["yOffset"] = 144.00067138672, ["stagger"] = 0, ["useLimit"] = true, ["version"] = 44, ["subRegions"] = { }, ["gridType"] = "RD", ["fullCircle"] = true, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["xOffset"] = 380, ["source"] = "import", ["config"] = { }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 1, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "Bars ", ["stepAngle"] = 15, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 2, ["uid"] = "Xw)x6fcycj1", ["arcLength"] = 360, ["sortHybridTable"] = { ["09 Glittering Surge"] = false, ["04 Molten Barrier"] = false, ["03 Deep Breath"] = false, ["01 Hellbeam"] = false, ["07 Catastrophic Eruption"] = false, ["08 Umbral Annihilation"] = false, ["03 Uncontrollable Frenzy"] = false, ["06 Unstable Embers Duration"] = false, ["01 Hellbeam (High Energy)"] = false, ["06 Shrapnel Bombs (Tanks Only)"] = false, ["03 Deep Breath (High Energy)"] = false, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Aberrus, the Shadowed Crucible (wago.io/dfraid2)", }, ["10 Gravitational Collapse (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "364386", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["encounterid"] = "2549", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "ARdSGzcDiqT", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Gravitational Collapse (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[FH] Blade Barrage (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257870, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Blade Barrage (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "qYETv)Co4im", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Essence - LWA - Evoker"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Essence 1", "Essence 2", "Essence 3", "Essence 4", "Essence 5", "Essence 6", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Resources - LWA - Evoker", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["frameStrata"] = 3, ["animate"] = false, ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["gridType"] = "RD", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "LEFT", ["growOn"] = "changed", ["rowSpace"] = 1, ["arcLength"] = 360, ["stagger"] = 0, ["sortHybridTable"] = { ["Essence 6"] = false, ["Essence 4"] = false, ["Essence 3"] = false, ["Essence 5"] = false, ["Essence 1"] = false, ["Essence 2"] = false, }, ["version"] = 27, ["subRegions"] = { }, ["internalVersion"] = 75, ["authorOptions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["uid"] = "3dRpyYuh8Oo", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["xOffset"] = 0, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.GrowDynamicResource then\n LWA.GrowDynamicResource(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["limit"] = 6, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100100, ["id"] = "Essence - LWA - Evoker", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["config"] = { }, ["borderInset"] = 1, ["useLimit"] = false, ["selfPoint"] = "TOP", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["borderColor"] = { 0, 0, 0, 1, }, }, ["01 Tortured Scream"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 422026, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["spellIds"] = { }, ["auraspellids"] = { }, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_unit"] = true, ["useExactSpellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "AoE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 4050664, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "iMqcsgHt0p4", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Tortured Scream", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["04 Domination Core"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 359483, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["use_genericShowOn"] = true, ["use_spellNames"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4287471, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "8GGbzcs1(uz", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Domination Core", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Void Bomb Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "404027", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "404027", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "rSuT7joS(yY", ["shadowXOffset"] = 1, ["color"] = { 0.43137258291245, 1, 0, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Bombs in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Bomb Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Demon Hunter Covenant"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 317009, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Sinful Brand", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 329554, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Fodder to the Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 306830, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Elysian Decree", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 323639, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "The Hunt", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["parent"] = "Ipse: Demon Hunter", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { ["row"] = 2, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["width"] = 36, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["semver"] = "1.0.4", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "Demon Hunter Covenant", ["zoom"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "KcPZwR2XsfB", ["inverse"] = true, ["url"] = "https://wago.io/4kTH1dUFb/43", ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["[TVP] Chain Lightning (Spread)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "325", ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 87622, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "SPREAD!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TVP] Chain Lightning (Spread)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "PE4G)Y9eQT6", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Underrot Boss Unravel"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 368432, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Unravel", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_showAbsorb"] = true, ["use_absorbMode"] = true, ["use_absorb"] = false, ["use_unit"] = true, ["absorb_operator"] = { ">=", }, ["debuffType"] = "HELPFUL", ["absorb"] = { "1", }, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["absorbMode"] = "OVERLAY_FROM_START", ["use_npcId"] = true, ["unit"] = "target", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["npcId"] = "133007", ["type"] = "unit", ["names"] = { }, ["event"] = "Health", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_2.p_format"] = "timed", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_1.absorb_format"] = "none", ["text_text_format_2.absorb_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_visible"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["type"] = "subtext", ["text_text"] = "%2.absorb", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_automaticWidth"] = "Auto", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Icons", ["uid"] = "nBdCoUtaUaL", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Underrot Boss Unravel", ["zoom"] = 0.34, ["useCooldownModRate"] = true, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "FRAMESELECTOR", ["glow_action"] = "show", ["glow_color"] = { 0, 0.85882359743118, 1, 1, }, ["use_glow_color"] = true, ["glow_type"] = "ACShine", ["glow_frame"] = "WeakAuras:Unravel CD & Absorb", }, ["property"] = "glowexternal", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.45, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 50 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0, 0.39215689897537, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 75 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 0.63921570777893, 0.054901964962482, 1, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n if aura_env.states[2] and aura_env.states[2].absorb then\n local max = \"\"..GetSpellBonusDamage(7)*5\n if (aura_env.states[2].absorb/max *100) >= 98 then\n \n \n return true\n else\n return false\n end\n end\nend", }, ["changes"] = { { ["value"] = { 1, 0.50980395078659, 0, 1, }, ["property"] = "sub.2.text_color", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "absorb", ["value"] = "0", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["[TVP] Lethal Current (Watch ADD)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "325", ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 411001, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "LOOK AT ME :>", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TVP] Lethal Current (Watch ADD)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "LvjUJz92)lV", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["{NLTH] Magmarwave (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 373756, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Magmarwave (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "fb7FJBNgJU0", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["09 Destabilize"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "413070", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip3%% Speed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "EuwtEf)q2lH", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Destabilize", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Shadowburn"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["auranames"] = { "387110", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["ownOnly"] = true, ["unit"] = "player", ["duration"] = "1", ["charges"] = "1", ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 17877, ["event"] = "Cooldown Progress (Spell)", ["type"] = "spell", ["realSpellName"] = "Shadowburn", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["remOperator"] = ">=", ["use_charges"] = false, ["use_track"] = true, ["names"] = { "Сверхновая", "Сверхновая", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 17877, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["auranames"] = { "387110", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["ownOnly"] = true, ["unit"] = "player", ["duration"] = "1", ["charges"] = "1", ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 17877, ["event"] = "Cooldown Progress (Spell)", ["type"] = "aura2", ["realSpellName"] = "Shadowburn", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["remOperator"] = ">=", ["use_charges"] = false, ["use_track"] = true, ["names"] = { "Сверхновая", "Сверхновая", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 17877, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89803928136826, 0.78823536634445, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89803928136826, 0.78823536634445, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = -3, ["text_font"] = "Expressway", ["text_anchorYOffset"] = -3, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_shadowXOffset"] = 0, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_visible"] = true, }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [91582] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 840200, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Shadowburn", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "JD3qHlP5lLt", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "charges", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Impending Ruin"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "387161", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "387157", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "387158", }, ["matchesShowOn"] = "showAlways", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.8705883026123, 0.70980393886566, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627457618713, 0.76862752437592, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_text_format_3.s_format"] = "none", ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.88627457618713, 0.76862752437592, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 267, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_never"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["use_spellknown"] = true, ["spellknown"] = 387156, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 425960, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 48, ["anchorFrameParent"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Impending Ruin", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "074vN19KpPU", ["inverse"] = false, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 0, }, { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = 1371266, ["property"] = "displayIcon", }, }, }, }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["Hover - LWA - Evoker"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Hover 1", "Hover 2", "Hover Active", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["gridType"] = "RD", ["gridWidth"] = 5, ["source"] = "import", ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["arcLength"] = 360, ["useLimit"] = false, ["align"] = "LEFT", ["growOn"] = "changed", ["space"] = 2, ["internalVersion"] = 75, ["rotation"] = 0, ["xOffset"] = 0, ["version"] = 27, ["subRegions"] = { }, ["anchorPoint"] = "CENTER", ["parent"] = "Resources - LWA - Evoker", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["selfPoint"] = "TOP", ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local LWA = LWA and LWA[\"Evoker\"] or {}\n \n if LWA and LWA.GrowDynamicResource then\n LWA.GrowDynamicResource(newPositions, activeRegions)\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["limit"] = 6, ["frameStrata"] = 3, ["constantFactor"] = "RADIUS", ["borderColor"] = { 0, 0, 0, 1, }, ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Hover - LWA - Evoker", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["config"] = { }, ["uid"] = "Fl8nlO)bciO", ["sortHybridTable"] = { ["Hover 1"] = false, ["Hover 2"] = false, ["Hover Active"] = false, }, ["stagger"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Fel_Domination"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "333889", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Твердая решимость", }, ["useGroup_count"] = false, ["spellIds"] = { 104773, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["useCount"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["spellName"] = 333889, ["type"] = "spell", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["charges"] = "3", ["count"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["duration"] = "1", ["realSpellName"] = "Fel Domination", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["use_remaining"] = false, ["custom_hide"] = "timed", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 104773, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 333889, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Utility]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Fel_Domination", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "BpKwm)jUw0r", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[BHH] Decaying Roots (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 373897, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Decaying Roots (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "NWDMEwNt9sY", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Demon_Special"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Devour Magic", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["spellName"] = 19505, ["unevent"] = "auto", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 119898, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 1, ["multi"] = { [17] = true, [18] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 119898, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\ability_warlock_haunt", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Utility]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.4, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demon_Special", ["alpha"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "k)6jFND2NGC", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["01 Echoing Sonar"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "336235", }, ["duration"] = "6", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["unit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["spellIds"] = { }, ["useName"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["type"] = "unit", ["custom_type"] = "stateupdate", ["unevent"] = "auto", ["use_spellNames"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["subeventSuffix"] = "_CAST_SUCCESS", ["castType"] = "cast", ["use_spellName"] = true, ["events"] = "", ["use_unit"] = true, ["check"] = "event", ["use_specific_unit"] = true, ["use_track"] = true, ["spellNames"] = { 329362, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136116, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "GvTYTIHT5Rn", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Echoing Sonar", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Dragonriding UI Rewind"] = { ["overlays"] = { { 0.1803921610117, 0.5686274766922, 0.77254909276962, 1, }, }, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "BOTTOMLEFT", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dmui-dragonriding/36", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.vigor = 0\naura_env.charge = 0", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = true, ["wordWrap"] = "WordWrap", ["barColor"] = { 0.76470595598221, 0.59607845544815, 0.14509804546833, 1, }, ["desaturate"] = false, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { }, ["use_dragonriding"] = true, ["use_spellknown"] = false, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["zoneIds"] = "", ["spellknown"] = 372610, ["size"] = { ["multi"] = { }, }, }, ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "tXs4-ei7t", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "0.395", ["shadowYOffset"] = -1, ["parent"] = "Dragonriding UI Timers", ["cooldownSwipe"] = true, ["cooldown"] = true, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["cooldownTextDisabled"] = true, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["unit"] = "player", ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "375585", }, ["useExactSpellId"] = true, ["use_unit"] = true, ["event"] = "Alternate Power", ["subeventSuffix"] = "_CAST_START", ["customOverlay1"] = "function()\n return \"forward\", aura_env.charge, 0\nend", ["custom_type"] = "status", ["events"] = "UPDATE_UI_WIDGET, UNIT_POWER_UPDATE:player", ["spellIds"] = { }, ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["customVariables"] = "{\n value = \"number\"\n}\n", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "cooldown", ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 374990, ["use_spellName"] = true, ["spellName"] = 374990, ["use_ignoreoverride"] = true, ["use_exact_spellName"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["orientation"] = "HORIZONTAL", ["zoom"] = 0.14, ["internalVersion"] = 75, ["displayText_format_p_time_mod_rate"] = true, ["sparkRotationMode"] = "AUTO", ["width"] = 180, ["version"] = 36, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 4, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Blizzard Dialog Gold", ["border_size"] = 12, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_shadowColor"] = { 0, 0, 0, 0, }, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Oswald", ["text_anchorYOffset"] = -2.5, ["text_shadowYOffset"] = -2, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = false, ["text_shadowXOffset"] = 2, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 8, ["textureSource"] = "LSM", ["frameStrata"] = 1, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["xOffset"] = 0, ["id"] = "Dragonriding UI Rewind", ["backgroundColor"] = { 0, 0, 0, 0.49857431650162, }, ["justify"] = "LEFT", ["anchorFrameFrame"] = "WeakAuras:Dragonriding UI Vigor", ["displayText_format_p_time_format"] = 0, ["config"] = { }, ["sparkHeight"] = 30, ["icon_side"] = "RIGHT", ["anchorFrameParent"] = true, ["icon"] = false, ["displayText_format_p_time_precision"] = 1, ["cooldownEdge"] = true, ["overlaysTexture"] = { "Solid", }, ["uid"] = "F28ty81Olpf", ["semver"] = "3.1.0", ["displayText_format_p_time_dynamic_threshold"] = 60, ["sparkHidden"] = "NEVER", ["adjustedMax"] = "0.55", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SELECTFRAME", ["selfPoint"] = "TOPLEFT", ["sparkWidth"] = 10, ["inverse"] = false, ["displayText"] = "Pitch: %p", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, }, }, }, ["information"] = { ["forceEvents"] = false, }, ["barColor2"] = { 1, 1, 0, 1, }, }, ["Sinful Brand Duration/Eyebeam CD Tracker"] = { ["controlledChildren"] = { "Sinful Brand Duration", "Sinful Brand Duration/Eyebeam Tracker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "gV1laVyXg", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/gV1laVyXg/1", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["ignoreWagoUpdate"] = true, ["version"] = 1, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["uid"] = "fF2iWTKEV5k", ["xOffset"] = 15, ["borderOffset"] = 4, ["semver"] = "1.0.0", ["tocversion"] = 90200, ["id"] = "Sinful Brand Duration/Eyebeam CD Tracker", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["borderInset"] = 1, ["parent"] = "DemonHunter", ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["groupIcon"] = 3528307, }, ["Scarlet Adaptation 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["auranames"] = { "372470", }, ["use_tooltip"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["use_tooltipValue"] = false, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["ownOnly"] = true, ["matchesShowOn"] = "showOnActive", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["customVariables"] = "{\n percent = {\n display = \"Percent\",\n type = \"number\",\n },\n}", ["use_absorbMode"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "", ["subeventPrefix"] = "", ["custom"] = "function(allstates, event, arg1, arg2, ...)\n if \"TRIGGER\" == event and arg2 then\n local desc, matches, maximumValue = GetSpellDescription(372469), {}, 0\n local buff = tonumber(arg2[\"\"] and arg2[\"\"].tooltip1 or \"0\")\n \n if buff and desc then\n for t in desc:gmatch(\"(%d[%d%.,]*)\") do\n if (LARGE_NUMBER_SEPERATOR == \",\") then\n t = t:gsub(\",\", \"\")\n else\n t = t:gsub(\"%.\", \"\")\n t = t:gsub(\",\", \".\")\n end\n \n tinsert(matches, tonumber(t))\n end\n \n maximumValue = matches[2] or 0\n end\n \n local show = buff > 0 and maximumValue > 0\n \n allstates[\"\"] = {\n changed = true,\n show = show,\n percent = show and Round(buff / max(buff, maximumValue) * 100) or 0,\n }\n \n return true\n end\nend", ["events"] = "TRIGGER:1", ["check"] = "event", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.percent%%", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_text_format_2.percent_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 372469, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = ">=", ["value"] = "100", ["variable"] = "percent", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "sub.5.text_visible", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "OTpH2gWwytN", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Scarlet Adaptation 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["02 Coalescing Void / Gloom Conflagration Orb"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_unit"] = true, ["useName"] = false, ["event"] = "Chat Message", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 405437 or (spellID == 403459 and WeakAuras.CheckRange(unit, 40, \"<=\")) then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = spellID == 403459 and 4 or 6,\n expirationTime = (spellID == 403459 and 4 or 6) + GetTime(),\n icon = select(3, GetSpellInfo(spellID)),\n autoHide = true,\n }\n return true\n end\nend", ["check"] = "event", ["unit"] = "player", ["custom_type"] = "stateupdate", ["auraspellids"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1097742, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "CQx7MVtA04i", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Coalescing Void / Gloom Conflagration Orb", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["Fire Breath Normal"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["use_specific_unit"] = false, ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["auraspellids"] = { "357208", }, ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["useName"] = true, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["auranames"] = { "382266", }, ["unevent"] = "timed", ["spellIds"] = { 19574, }, ["useExactSpellId"] = false, ["buffShowOn"] = "showOnActive", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["unit"] = "multi", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 357208, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 357208, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["not_spellknown"] = 382266, ["use_class"] = true, ["use_dragonriding"] = false, ["use_exact_not_spellknown"] = true, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["race"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1473] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { [87656] = false, }, }, ["pvptalent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["faction"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_not_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 357208, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "2rlMk6jGPA(", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Fire Breath Normal", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[FH] Ground Shatter (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 258199, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Ground Shatter (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "kTSwL)n1qxY", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Crimson Flurry"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326583", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "326583", "341473", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "f(aH3Fr(oqI", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Crimson Flurry", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Molten Barrier"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.45098042488098, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["uid"] = "4f4wnd8ehd9", ["displayIcon"] = 429590, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "custom", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["fetchTooltip"] = true, ["event"] = "Health", ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _, _, _, amount = ...\n if spellID == 409696 then\n if subEvent == \"SPELL_AURA_APPLIED\" or subEvent == \"SPELL_AURA_APPLIED_DOSE\" then\n local unit = UnitTokenFromGUID(destGUID)\n if unit and WeakAuras.CheckRange(unit, 40, \"<=\") then\n local duration = aura_env.isLFR and 6 or 4\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = duration + GetTime(),\n stacks = amount or 1,\n autoHide = true,\n }\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..(amount or 1)..\".ogg\", \"MASTER\")\n return true\n end\n elseif subEvent == \"SPELL_AURA_REMOVED\" then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\n end\nend", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_APPLIED_DOSE:SPELL_AURA_REMOVED", ["check"] = "event", ["names"] = { }, ["auraspellids"] = { }, ["customVariables"] = "{\nexpirationTime = true,\nstacks = \"number\",\n}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "ICON_CENTER", ["text_visible"] = true, ["text_fontSize"] = 29, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["anchorFrameParent"] = false, ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["icon"] = true, ["semver"] = "1.0.44", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isLFR = ID == 17", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["id"] = "04 Molten Barrier", ["sparkColor"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["Show/Hide Controller"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["url"] = "https://wago.io/rJNoy5wRX/8", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.status = \"HIDE\"\nWeakAuras.ScanEvents(\"WA_ExalityRaidTools\",aura_env.status)\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["event"] = "Health", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["custom"] = "function(event)\n \n local combat = InCombatLockdown()\n local inGroup = IsInGroup()\n local inRaid = IsInRaid()\n local inParty = inGroup and not inRaid\n local leader = UnitIsGroupLeader('player')\n local assist = UnitIsGroupAssistant('player')\n local showme = aura_env.config.showalways\n \n local shouldShow = inParty or assist or leader\n local trueLeader = assist or leader\n \n if showme == true then\n aura_env.status = \"SHOW\"\n WeakAuras.ScanEvents('WA_ExalityRaidTools',aura_env.status,trueLeader)\n else \n if event == \"WA_EXALITYCHECK\" and not combat and shouldShow then\n -- receiving fake event and we have got out of combat\n aura_env.status = \"SHOW\"\n WeakAuras.ScanEvents('WA_ExalityRaidTools',aura_env.status,trueLeader)\n elseif event == 'WA_EXALITYCHECK' and shouldShow then\n -- receiving fake event but still in combat\n C_Timer.After(3,function() WeakAuras.ScanEvents('WA_EXALITYCHECK') end)\n elseif combat and shouldShow then\n -- in party or have assist/lead, but in combat, sending out fake event\n C_Timer.After(3,function() WeakAuras.ScanEvents('WA_EXALITYCHECK') end)\n elseif combat and aura_env.status == \"SHOW\" and not shouldShow then\n -- left group where you had assist/lead or was in party but in combat\n C_Timer.After(3,function() WeakAuras.ScanEvents('WA_EXALITYCHECK') end)\n elseif shouldShow then\n -- everything is fine :)\n -- in party or have assist or leader\n aura_env.status = \"SHOW\"\n WeakAuras.ScanEvents('WA_ExalityRaidTools',aura_env.status,trueLeader)\n elseif not shouldShow and not combat then \n -- not in party or have assist or leader and i am not in combat\n aura_env.status = \"HIDE\"\n WeakAuras.ScanEvents('WA_ExalityRaidTools',aura_env.status,trueLeader)\n end\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["spellIds"] = { }, ["events"] = "WA_EXALITYCHECK GROUP_JOINED PARTY_LEADER_CHANGED GROUP_ROSTER_UPDATE PLAYER_TARGET_CHANGED", ["check"] = "event", ["names"] = { }, ["custom_type"] = "status", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "big_noodle_titling", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 11.999999046326, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["regionType"] = "text", ["conditions"] = { }, ["wordWrap"] = "WordWrap", ["automaticWidth"] = "Auto", ["color"] = { 1, 1, 1, 1, }, ["semver"] = "2.0.6", ["uid"] = "OorRzOMMAwm", ["justify"] = "LEFT", ["tocversion"] = 90001, ["id"] = "Show/Hide Controller", ["width"] = 7.0000100135803, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 0, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["parent"] = "RaidTools_WLNO", ["displayText"] = " ", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "BOTTOM", }, ["06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state and aura_env.state.spellId then\n if aura_env.state.spellId == 348508 then\n return \"Wave\"\n elseif aura_env.state.spellId == 355568 then\n return \"Cross\"\n elseif aura_env.state.spellId == 355778 then\n return \"Cross+Wave\" \n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348508", "355568", "355778", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "348508", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Wave.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "355568", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { 1, 0.58823529411765, 0, 1, }, ["property"] = "sub.5.glowColor", }, { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Cross.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "355778", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { 1, 0.019607843137255, 0, 1, }, ["property"] = "sub.5.glowColor", }, { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Crosswave.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "l4GXtxEgJ7(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Wracking Pain Cast (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 329181, }, ["auranames"] = { "329293", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["useName"] = true, ["unit"] = "boss", ["subeventSuffix"] = "_AURA_APPLIED", ["spellName"] = 0, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "12", ["unevent"] = "auto", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Frontal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528313, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "xsEbNy4sG(A", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5843137254902, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5843137254902, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Wracking Pain Cast (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["d_dragonrage"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_genericShowOn"] = true, ["duration"] = "1", ["spellName"] = 375087, ["type"] = "spell", ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Dragonrage", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 31884, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["stickyDuration"] = false, ["authorOptions"] = { }, ["parent"] = "Main Bar", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["cooldownEdge"] = true, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [384914] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = "", ["source"] = "import", ["selfPoint"] = "CENTER", ["icon"] = true, ["config"] = { }, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 35, ["useCooldownModRate"] = true, ["progressSource"] = { -1, "", }, ["alpha"] = 1, ["anchorFrameParent"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_dragonrage", ["xOffset"] = 0, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["adjustedMin"] = "", ["uid"] = "ehdVn6xSeOV", ["inverse"] = true, ["desaturate"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["internalVersion"] = 75, }, ["Blessing of the Bronze 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Blessing of the Bronze", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 364342, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 199483, }, }, { ["trigger"] = { ["useGroup_count"] = false, ["duration"] = "1", ["unit"] = "player", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["use_specific_unit"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["auranames"] = { "381748", }, ["spellIds"] = { 199483, }, ["useName"] = true, ["matchesShowOn"] = "showOnMissing", ["combineMatches"] = "showLowest", ["names"] = { "Камуфляж", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["auto"] = true, ["stickyDuration"] = false, ["adjustedMax"] = "", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.65098041296005, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["cooldown"] = true, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 364342, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["uid"] = "WpbHGOmET70", ["icon"] = true, ["anchorFrameType"] = "SCREEN", ["anchorFrameFrame"] = "WeakAuras:Aspect_of_the_Turtle", ["regionType"] = "icon", ["alpha"] = 0.3, ["selfPoint"] = "CENTER", ["cooldownEdge"] = false, ["adjustedMin"] = "", ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["frameStrata"] = 3, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Blessing of the Bronze 2", ["xOffset"] = 0, ["useCooldownModRate"] = true, ["width"] = 33, ["useAdjustededMin"] = false, ["config"] = { }, ["inverse"] = true, ["authorOptions"] = { }, ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, }, ["[FH] Duelist Dash (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 274400, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "936", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] Duelist Dash (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "9bQVvyXKrkS", ["parent"] = "Freehold", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[UR] Shadow Bolt Volley (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 265487, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Shadow Bolt Volley (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "benVlioBdTA", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Upheaval 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 408092, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Upheaval", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 200025, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [152262] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Upheaval 2", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "DbadOvMozdp", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Main Bar", }, ["[HoI] Glacial Surge (Dance)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 386559, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE RING'S!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Glacial Surge (Dance)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "eOBZhX2f9vm", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["09 Void Bomb"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "404027", }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "combatlog", ["duration"] = "4.8", ["event"] = "Combat Log", ["names"] = { }, ["auranames"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "401383", }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Bomb Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 132886, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "osNrQDxjrHw", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Void Bomb", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "3.8", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["07 Brand of Damnation"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421343, }, ["useMatch_count"] = false, ["useGroup_count"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_specific_unit"] = true, ["unit"] = "boss1", ["use_spellNames"] = true, ["names"] = { }, ["auranames"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["auranames"] = { "421343", }, ["useExactSpellId"] = false, ["matchesShowOn"] = "showAlways", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["auranames"] = { "421455", }, ["useExactSpellId"] = false, ["matchesShowOn"] = "showAlways", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) return t[1] end", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_1.destUnit_abbreviate_max"] = 8, ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_text_format_1.destUnit_realm_name"] = "never", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_destUnit_realm_name"] = "never", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_destUnit_abbreviate"] = false, ["text_justify"] = "CENTER", ["text_text_format_destUnit_format"] = "Unit", ["type"] = "subtext", ["text_text_format_1.destUnit_color"] = "class", ["text_text_format_1.destUnit_abbreviate"] = false, ["text_font"] = "Arial Narrow", ["text_text_format_destUnit_color"] = "class", ["text_text_format_destUnit_abbreviate_max"] = 8, ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_1.destUnit_format"] = "Unit", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 510053, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "KS(PodZd1SR", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Brand of Damnation", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "buffed", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["06 Searing Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { }, ["auraspellids"] = { "404942", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "9TrYQJ9ecoj", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Searing Claws (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.states[1] and aura_env.states[1].spellId then\n if aura_env.states[1].spellId == 348508 then\n return \"Wave\"\n elseif aura_env.states[1].spellId == 355568 then\n return \"Cross\"\n elseif aura_env.states[1].spellId == 355778 then\n return \"Cross+Wave\"\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["unit"] = "group", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["auraspellids"] = { "348508", "355568", "355778", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["auranames"] = { "350217", }, ["group_count"] = "0", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["names"] = { }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348508", "355568", "355778", }, ["auranames"] = { "350217", }, ["useName"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_text_format_1.unit_color"] = "class", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_format"] = "Unit", ["text_text_format_1.unit_abbreviate"] = false, ["text_text_format_1.unit_realm_name"] = "never", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_u1.nit_format"] = "none", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_text_format_p_time_format"] = 0, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "348508", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Wave.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "355568", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Cross.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "355778", ["variable"] = "spellId", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Crosswave.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Rippling Hammer / Cruciform Axe / Dualblade Scythe (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "iXGYIpDqktn", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[TNO] Cleave's & Frontal's"] = { ["controlledChildren"] = { "[TNO] Stomp (Cleave)", "[TNO] Thunderclap (Cleave)", "[TNO] Winds (Frontal)", "[TNO] Warthunder (Cleave)", "[TNO] Maruuk (Cleave)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578413, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "ZeB)hbmSmRr", ["parent"] = "Cleave's and Frontal's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["[BHH] Stomp (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.10588236153126, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 373943, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Stomp (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "BLRomcU6EtT", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0, 0.10588236153126, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Realign Fate"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "352538", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["duration"] = "6", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["auraspellids"] = { }, ["event"] = "Cast", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["custom"] = "function( _, _, _, spellID)\n if spellID == 351969 then\n return true\n end\nend", ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom_type"] = "event", ["custom_hide"] = "timed", ["names"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Realign Fate", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "50deri64FL4", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 252188, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Unstable Essence Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auraspellids"] = { }, ["useName"] = false, ["spellId"] = { "407327", }, ["useExactSpellId"] = false, ["unit"] = "player", ["duration"] = "4", ["event"] = "Combat Log", ["names"] = { }, ["type"] = "combatlog", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_AURA_REMOVED", ["use_cloneId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["use_encounterid"] = true, ["encounterid"] = "2693", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1778230, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "FR2PlFmXFOA", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Unstable Essence Spawn", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, }, ["[ULT] Thundering Clap (LoS)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g429", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 381593, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "LINE OF SIGHT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[ULT] Thundering Clap (LoS)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "VazbyPMJnUF", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["06 Harmonic Alignment"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "368738", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362850", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "PUSH", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.2, 0, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["instance_type"] = { }, ["encounterid"] = "2539", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135768, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "HIwQxXVtCSh", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Harmonic Alignment", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Drain Essence"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "327773", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "346651", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "sOx7(LXoDNt", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Drain Essence", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Doom"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "target", ["use_inverse"] = true, ["auranames"] = { "603", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 603, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Рок", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [108416] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 603, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136082, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Doom", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "aI7aj6kL)o(", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["08 Wild Mushrooms Helper (Mythic)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "ANY %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["remaining_operator"] = "<=", ["destUnit"] = "player", ["remaining"] = "", ["use_delay"] = false, ["use_cast"] = false, ["spellName"] = 0, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["event"] = "Cooldown Progress (Spell)", ["use_spellId"] = false, ["count"] = "", ["check"] = "event", ["use_destUnit"] = false, ["use_track"] = true, ["customVariables"] = "{next = \"string\", expirationTime = true}", ["use_count"] = false, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_genericShowOn"] = true, ["useName"] = false, ["duration"] = "3", ["use_unit"] = true, ["events"] = "CLEU:SPELL_CAST_SUCCESS:SPELL_AURA_APPLIED", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and (spellID == 424578 or spellID == 426686) then\n local ID = select(3, GetInstanceInfo())\n aura_env.counter = aura_env.counter + 1\n if aura_env.counter <= 3 then\n allstates[\"shroom\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3,\n expirationTime = 3 + GetTime(),\n next = (ID == 16 and (spellID == 424578 and \"GREEN\" or \"RED\")) or \"RED\",\n autoHide = true,\n }\n return true\n end\n elseif subEvent == \"SPELL_CAST_SUCCESS\"\n and spellID == 426669 then\n aura_env.counter = 0\n allstates[\"shroom\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3,\n expirationTime = 3 + GetTime(),\n next = \"ANY\",\n autoHide = true,\n }\n return true\n end\n end\nend", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_remaining"] = false, ["custom_type"] = "stateupdate", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "ms2vbeOt(cX", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Wild Mushrooms Helper (Mythic)", ["xOffset"] = 130, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "find('%s')", ["variable"] = "next", ["value"] = "RED", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Red.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = "RED %p", ["property"] = "displayText", }, { ["value"] = { 1, 0, 0, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "find('%s')", ["variable"] = "next", ["value"] = "GREEN", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Green.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = "GREEN %p", ["property"] = "displayText", }, { ["value"] = { 0.10980392992496, 1, 0, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["06 Surging Growth"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "429983", }, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 0.16078431904316, 1, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 841383, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "cjJ1oUV5SJZ", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Surging Growth", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[UR] Hooked Snare (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 265377, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["instance_type"] = { }, ["encounterid"] = "2435", ["zoneIds"] = "g282", ["use_encounterid"] = false, ["class_and_spec"] = { }, ["use_zone"] = false, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294123888016, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Hooked Snare (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "wKIcmPQeuwM", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Health-Circle"] = { ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196081399918, 0.50196081399918, 0.50196081399918, 0.5, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastRingClassColor"] = false, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["HideDefaultCastBar"] = false, ["TrackinMainRing"] = 1, ["KeyOption"] = 1, ["ShowMouseOverTarget"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["CastBar"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_showHealAbsorb"] = true, ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["event"] = "Health", ["use_unit"] = true, ["use_showIncomingHeal"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = 0, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["custom_type"] = "event", ["unit"] = "player", ["custom_hide"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 2 and (t[1] and t[2])\nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration"] = "10", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", ["scaley"] = 1, ["use_color"] = true, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 70, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["name"] = "Show on key press:", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["name"] = "Show cast as:", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["name"] = "Main Ring Color", ["useDesc"] = true, ["key"] = "MainRingColor", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["width"] = 1, ["name"] = "Cast Ring Color", ["useDesc"] = true, ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["name"] = "GCD Ring Color", ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "percenthealth", ["op"] = ">=", ["value"] = "70", }, ["changes"] = { { ["property"] = "foregroundColor", }, }, ["linked"] = false, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "percenthealth", ["op"] = ">", ["value"] = "50", }, ["changes"] = { { ["value"] = { 1, 0.78823529411765, 0.30196078431373, 1, }, ["property"] = "foregroundColor", }, }, ["linked"] = true, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["value"] = "35", ["variable"] = "percenthealth", }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.45098039215686, 0.1843137254902, 1, }, ["property"] = "foregroundColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "35", ["variable"] = "percenthealth", }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.8, 0, 0.019607843137255, 1, }, ["property"] = "foregroundColor", }, }, }, }, ["user_y"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["anchorPoint"] = "CENTER", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "\n\n\n\n", ["do_custom"] = false, }, }, ["width"] = 70, ["slantMode"] = "INSIDE", ["semver"] = "1.2.9", ["crop_y"] = 0.41, ["id"] = "Health-Circle", ["auraRotation"] = 0, ["frameStrata"] = 5, ["anchorFrameType"] = "SELECTFRAME", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["tocversion"] = 90200, ["inverse"] = false, ["uid"] = "uL1zPfV0(lU", ["orientation"] = "ANTICLOCKWISE", ["crop_x"] = 0.41, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["02 Withering Vulnerability (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["match_countOperator"] = ">", ["useExactSpellId"] = true, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "413597", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "2jd()B4agJD", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Withering Vulnerability (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Demonic Synergy"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "171982", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { [387349] = true, }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 171982, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demonic Synergy", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "Rp93cb58YBq", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["09 Anguishing Strike (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["parent"] = "Sepulcher (wago.io/slraid3)", ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "360287", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_anchorPoint"] = "OUTER_BOTTOM", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2543", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["url"] = "https://wago.io/slraid3/64", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ojz(ZbktXSQ", ["icon"] = true, ["width"] = 80, ["anchorFrameParent"] = false, ["xOffset"] = 0, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Anguishing Strike (Tank)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Scarlet Adaptation"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["useName"] = true, ["fetchTooltip"] = true, ["auranames"] = { "372470", }, ["use_tooltip"] = false, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["use_tooltipValue"] = false, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["ownOnly"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["customVariables"] = "{\n percent = {\n display = \"Percent\",\n type = \"number\",\n },\n}", ["use_absorbMode"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "", ["subeventPrefix"] = "", ["custom"] = "function(allstates, event, arg1, arg2, ...)\n \n allstates[\"\"] = allstates[\"\"] or {\n changed = true,\n show = false,\n percent = 0,\n }\n \n if \"TRIGGER\" == event and arg2 then\n local desc, matches, maximumValue = GetSpellDescription(372469), {}, 0\n local buff = tonumber(arg2[\"\"] and arg2[\"\"].tooltip1 or \"0\")\n \n if buff and desc then\n for t in desc:gmatch(\"(%d[%d%.,]*)\") do\n if (LARGE_NUMBER_SEPERATOR == \",\") then\n t = t:gsub(\",\", \"\")\n else\n t = t:gsub(\"%.\", \"\")\n t = t:gsub(\",\", \".\")\n end\n \n tinsert(matches, tonumber(t))\n end\n \n maximumValue = matches[2] or 0\n end\n \n local show = buff > 0 and maximumValue > 0\n \n allstates[\"\"] = {\n changed = true,\n show = show,\n percent = show and Round(buff / max(buff, maximumValue) * 100) or 0,\n }\n \n end\n return true\nend", ["events"] = "TRIGGER:1", ["check"] = "event", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.percent%%", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_text_format_2.percent_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_TOP", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 372469, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = ">=", ["value"] = "100", ["variable"] = "percent", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Ys3CYKgD1g(", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Scarlet Adaptation", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["[TNO] Clan Call (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 383823, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Clan Call (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "Xth0jJaaTcO", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Wing Buffet"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Wing Buffet", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 357214, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Wing Buffet", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 357214, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 357214, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Wing Buffet", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "KUJtlyi4OnO", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["07 Blazing Breath"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 402344, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236216, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["use_color"] = true, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "hUXhaLCIF4S", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Blazing Breath", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["05 Necrotic Ritual"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360295, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["use_spellNames"] = true, ["use_absorbMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["type"] = "unit", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 460696, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "SQrS7McX)X8", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Necrotic Ritual", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Wailing / Black Arrow (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state then\n if aura_env.isMythic then\n return \"Adds Inc\"\n else\n return \"Raiddmg Inc\"\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "351353", ["auranames"] = { "348064", "358705", }, ["use_genericShowOn"] = true, ["use_spell"] = false, ["group_count"] = "0", ["spellName"] = 0, ["useExactSpellId"] = false, ["event"] = "Health", ["use_spellId"] = true, ["check"] = "event", ["use_track"] = true, ["useGroup_count"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["ignoreSelf"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["useName"] = true, ["duration"] = "2", ["auraspellids"] = { "348064", }, ["group_countOperator"] = ">", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["unit"] = "group", ["realSpellName"] = 0, ["use_spellName"] = false, ["events"] = "", ["spellIds"] = { }, ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["names"] = { }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "351353", ["auranames"] = { "348064", "358705", }, ["use_absorbMode"] = true, ["matchesShowOn"] = "showOnMissing", ["use_spell"] = false, ["use_unit"] = true, ["duration"] = "2", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnCooldown", ["specificUnit"] = "boss1", ["spellName"] = 0, ["spellIds"] = { }, ["use_spellId"] = true, ["custom_hide"] = "timed", ["type"] = "aura2", ["useName"] = true, ["auraspellids"] = { "348064", }, ["custom_type"] = "stateupdate", ["unit"] = "player", ["useExactSpellId"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = 0, ["use_spellName"] = false, ["events"] = "", ["debuffType"] = "HARMFUL", ["check"] = "event", ["names"] = { }, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED", ["custom_type"] = "status", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 357728 then\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_1.unitCount_format"] = "none", ["text_text_format_stacks_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_custom"] = true, ["custom"] = "if aura_env.isMythic\nand not WeakAuras.GetActiveTriggers(aura_env.id)[3] then\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Adds.ogg\", \"MASTER\")\nend", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.isMythic = select(3, GetInstanceInfo()) == \"16\"", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Wailing / Black Arrow (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "lE(VszEohR6", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132323, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Shattering Star 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "370452", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "target", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 193530, }, ["useGroup_count"] = false, ["names"] = { "Дух дикой природы", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["useCount"] = true, ["use_genericShowOn"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["spellName"] = 370452, ["charges_operator"] = "~=", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Shattering Star", ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 193530, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 370452, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.41176474094391, 0.38039219379425, 1, }, ["property"] = "color", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "VeW1w1xIvrM", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Shattering Star 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Sepulcher (wago.io/slraid3)"] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "01 Matter Dissolution", "01 Pneumatic Impact (Tank)", "01 Dissonance (Tank)", "01 Anti-Matter", "01 Deresolution", "01 Exposed Core", "01 Exposed Core Channel", "01 High Energy 2", "01 High Energy (Mythic)", "01 Refracted Blast", "01 Pre-Fabricated Sentry Spawn", "01 Stage 2 Announcer", "01 Unstable Core", "01 Sear", "01 Searing Ablation", "01 Spike of Creation", "02 Rend Dot (Tank)", "02 Riftmaw Dot (Tank)", "02 Unending Hunger", "02 Retch", "02 High Energy", "02 Retch Dot", "02 Ephemera Dust", "02 Devouring Blood", "03 Glyph of Relocation", "03 Arcane Eradication (Tank)", "03 Dimensional Tear", "03 Genesis Rings", "03 Stasis Trap", "03 Hyperlight Sparknova", "03 Glyph of Relocation (Others)", "03 High Energy 2", "03 Hyperlight Reinforcements", "03 Advanced Recombobulation", "03 Hyperlight Sparknova Dot", "04 Infused Strikes (Tank)", "04 Infused Vulnerabilty (Tank)", "04 Disintegration Halo", "04 Staggering Barrage", "04 Staggering Barrage (Others)", "04 Staggering Barrage Debuff", "04 Disintegration Halo Debuff", "04 Obliteration Arc", "04 Domination Core", "04 Siphoned Barrier", "04 Total Dominion", "05 Humbling Strikes (Tank)", "05 Wracking Pain (Tank)", "05 Withering Seeds", "05 Night Hunter", "05 Night Hunter (Others)", "05 Sinful Projection", "05 Necrotic Ritual", "05 Windswept Wings", "05 Hand of Destruction", "05 Gloom Bolt", "05 Runecarver's Deathtouch", "05 Runecarver's Deathtouch Cast", "05 Touch of the Night", "05 Invigorating Bloom (Heal)", "06 Deconstructing Blast (Tank)", "06 Kinetic Resonance (Tank)", "06 Sundering Resonance (Tank)", "06 Unstable Mote", "06 Deconstructing Energy", "06 Melodic Alignment", "06 Harmonic Alignment", "06 Cosmic Shift", "06 Synthesize (Transition)", "06 Synthesize (Remaining)", "06 Recharge", "06 Unstable Mote Cast", "06 High Energy", "06 Requisitioned", "06 Protoform Radiance", "07 Lightshatter Beam (Tank)", "07 Reclamation Form", "07 Earthbreaker Missiles", "07 Volatile Charge", "07 Volatile Charges", "07 Seismic Tremors", "07 Relocation Form", "07 Detonation", "07 Lightshatter Beam Cast", "07 Crushing Prism", "07 Earthbreaker Missiles Cast", "07 Reclaim Cast", "07 Reclaim", "07 High Energy", "07 Charge Exposure", "08 Dark Zeal (Tank)", "08 Soul Reaper (Tank)", "08 Wicked Star / Empowered Wicked Star", "08 Overconfidence", "08 Hopelessness", "08 Kingsmourne Hungers", "08 Blasphemy", "08 Hopelessness Cast", "08 Befouled Barrier", "08 Army of the Dead", "08 Grim Reflections", "08 Intermission", "08 Beacon of Hope", "08 Return to Kingsmourne", "08 Lost Soul", "08 Domination Word: Pain", "08 Scarred Soul", "08 Purging Light", "08 Befoulement", "08 Necrotic Detonation", "08 Necrotic Detonation Cast", "09 Opened Veins (Tank)", "09 Anguishing Strike (Tank)", "09 High Energy (Mal'Ganis)", "09 High Energy (Kin'tessa)", "09 Paranoia", "09 Cloud of Carrion Cast", "09 Cloud of Carrion", "09 Fearful Trepidation Cast", "09 Infiltration of Dread Cast", "09 Fearful Trepidation", "09 Fearful Trepidation (Others)", "09 Manifest Shadows", "09 Slumber Cloud", "09 Unto Darkness", "09 Biting Wounds", "10 Gravitational Collapse Cast (Tank)", "10 Gravitational Collapse (Tank)", "10 Corrupted Wound (Tank)", "10 Dark Eclipse", "10 Massive Bang", "10 Celestial Collapse", "10 Manifest Cosmos", "10 Energy (Singularity)", "10 Event Horizon", "10 Dark Quasar", "10 Shatter Sphere", "10 Plasma Radiation", "10 Cosmic Irregularity", "10 Stellar Decay", "10 Stellar Shroud", "10 Cosmic Ejection", "11 Persecution (Tank)", "11 Meteor Cleave", "11 Shattering Blast Dot (Tank)", "11 Shattering Blast (Tank)", "11 Rune of Damnation", "11 Rune of Compulsion", "11 Rune of Domination", "11 Torment", "11 Martyrdom (Others)", "11 Desolation", "11 Decimator", "11 Relentless Domination", "11 Chains of Anguish (Main)", "11 Chains of Anguish (Side)", "11 Rune of Compulsion (Others)", "11 Rune of Domination (Others)", "11 Oppression", "11 Relentless Misery", "11 Surging Azerite Dodge", "11 Death Sentence", "11 Death Sentence Removed", "11 Compulsion", "11 Dominating Will", "11 Surging Azerite", "11 Tyranny", "11 Cry of Loathing", "11 Suffering", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["groupIcon"] = "4254074", ["anchorPoint"] = "CENTER", ["parent"] = "SL_Raids", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["gridWidth"] = 5, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["useLimit"] = true, ["gridType"] = "RD", ["yOffset"] = 345.3347778320313, ["stagger"] = 0, ["internalVersion"] = 75, ["version"] = 64, ["subRegions"] = { }, ["arcLength"] = 360, ["sortHybridTable"] = { ["10 Stellar Decay"] = false, ["04 Infused Vulnerabilty (Tank)"] = false, ["11 Rune of Compulsion (Others)"] = false, ["08 Overconfidence"] = false, ["08 Soul Reaper (Tank)"] = false, ["08 Domination Word: Pain"] = false, ["08 Blasphemy"] = false, ["11 Surging Azerite"] = false, ["06 Requisitioned"] = false, ["04 Domination Core"] = false, ["01 Pre-Fabricated Sentry Spawn"] = false, ["08 Intermission"] = false, ["09 High Energy (Mal'Ganis)"] = false, ["11 Oppression"] = false, ["05 Wracking Pain (Tank)"] = false, ["02 Ephemera Dust"] = false, ["03 Arcane Eradication (Tank)"] = false, ["09 Fearful Trepidation Cast"] = false, ["02 Retch Dot"] = false, ["09 Manifest Shadows"] = false, ["08 Befouled Barrier"] = false, ["01 Deresolution"] = false, ["08 Army of the Dead"] = false, ["06 Deconstructing Blast (Tank)"] = false, ["06 Deconstructing Energy"] = false, ["08 Kingsmourne Hungers"] = false, ["06 Harmonic Alignment"] = false, ["03 Glyph of Relocation"] = false, ["01 Anti-Matter"] = false, ["01 Matter Dissolution"] = false, ["08 Necrotic Detonation Cast"] = false, ["10 Plasma Radiation"] = false, ["01 Exposed Core Channel"] = false, ["01 High Energy (Mythic)"] = false, ["08 Lost Soul"] = false, ["03 Hyperlight Reinforcements"] = false, ["01 Spike of Creation"] = false, ["07 Lightshatter Beam (Tank)"] = false, ["01 High Energy 2"] = false, ["06 High Energy"] = false, ["05 Runecarver's Deathtouch Cast"] = false, ["11 Desolation"] = false, ["04 Siphoned Barrier"] = false, ["02 Retch"] = false, ["03 Stasis Trap"] = false, ["07 Lightshatter Beam Cast"] = false, ["09 Fearful Trepidation (Others)"] = false, ["08 Beacon of Hope"] = false, ["05 Gloom Bolt"] = false, ["07 Reclaim Cast"] = false, ["06 Cosmic Shift"] = false, ["09 High Energy (Kin'tessa)"] = false, ["09 Unto Darkness"] = false, ["03 Glyph of Relocation (Others)"] = false, ["11 Torment"] = false, ["05 Night Hunter (Others)"] = false, ["05 Invigorating Bloom (Heal)"] = false, ["09 Fearful Trepidation"] = false, ["07 Relocation Form"] = false, ["05 Sinful Projection"] = false, ["07 Earthbreaker Missiles"] = false, ["10 Massive Bang"] = false, ["10 High Energy"] = false, ["07 Volatile Charges"] = false, ["01 Refracted Blast"] = false, ["10 Dark Eclipse"] = false, ["11 Chains of Anguish (Side)"] = false, ["04 Infused Strikes (Tank)"] = false, ["03 High Energy 2"] = false, ["08 Grim Reflections"] = false, ["10 Dark Quasar"] = false, ["07 Detonation"] = false, ["11 Cry of Loathing"] = false, ["06 Protoform Radiance"] = false, ["10 Manifest Cosmos"] = false, ["09 Paranoia"] = false, ["10 Gravitational Collapse"] = false, ["10 Cosmic Ejection"] = false, ["08 Necrotic Detonation"] = false, ["08 Purging Light"] = false, ["01 Searing Ablation"] = false, ["08 Hopelessness"] = false, ["04 Disintegration Halo"] = false, ["11 Rune of Domination (Others)"] = false, ["03 Hyperlight Sparknova Dot"] = false, ["11 Relentless Domination"] = false, ["07 High Energy"] = false, ["06 Unstable Mote Cast"] = false, ["11 Relentless Misery"] = false, ["11 Suffering"] = false, ["04 Obliteration Arc"] = false, ["03 Advanced Recombobulation"] = false, ["11 Death Sentence"] = false, ["07 Seismic Tremors"] = false, ["07 Reclaim"] = false, ["01 Stage 2 Announcer"] = false, ["02 Devouring Blood"] = false, ["09 Opened Veins (Tank)"] = false, ["02 Riftmaw Dot (Tank)"] = false, ["05 Touch of the Night"] = false, ["07 Volatile Charge"] = false, ["05 Night Hunter"] = false, ["03 Dimensional Tear"] = false, ["06 Sundering Resonance (Tank)"] = false, ["11 Rune of Domination"] = false, ["11 Shattering Blast (Tank)"] = false, ["04 Staggering Barrage (Others)"] = false, ["07 Crushing Prism"] = false, ["11 Persecution (Tank)"] = false, ["10 Stellar Shroud"] = false, ["08 Hopelessness Cast"] = false, ["10 Celestial Collapse"] = false, ["08 Dark Zeal (Tank)"] = false, ["04 Total Dominion"] = false, ["01 Pneumatic Impact (Tank)"] = false, ["04 Disintegration Halo Debuff"] = false, ["09 Cloud of Carrion"] = false, ["03 Hyperlight Sparknova"] = false, ["06 Kinetic Resonance (Tank)"] = false, ["02 High Energy"] = false, ["01 Exposed Core"] = false, ["11 Rune of Compulsion"] = false, ["01 Unstable Core"] = false, ["09 Slumber Cloud"] = false, ["05 Hand of Destruction"] = false, ["08 Wicked Star / Empowered Wicked Star"] = false, ["05 Windswept Wings"] = false, ["06 Synthesize (Remaining)"] = false, ["01 Sear"] = false, ["05 Withering Seeds"] = false, ["02 Rend Dot (Tank)"] = false, ["09 Anguishing Strike (Tank)"] = false, ["09 Infiltration of Dread Cast"] = false, ["11 Martyrdom (Others)"] = false, ["03 Genesis Rings"] = false, ["08 Return to Kingsmourne"] = false, ["06 Recharge"] = false, ["08 Befoulement"] = false, ["09 Cloud of Carrion Cast"] = false, ["09 Biting Wounds"] = false, ["01 Dissonance (Tank)"] = false, ["06 Synthesize (Transition)"] = false, ["02 Unending Hunger"] = false, ["05 Necrotic Ritual"] = false, ["04 Staggering Barrage"] = false, ["11 Shattering Blast Dot (Tank)"] = false, ["06 Melodic Alignment"] = false, ["10 Shatter Sphere"] = false, ["10 Gravitational Collapse Cast (Tank)"] = false, ["05 Humbling Strikes (Tank)"] = false, ["10 Cosmic Irregularity"] = false, ["11 Rune of Damnation"] = false, ["07 Charge Exposure"] = false, ["06 Unstable Mote"] = false, ["05 Runecarver's Deathtouch"] = false, ["11 Meteor Cleave"] = false, ["08 Scarred Soul"] = false, ["10 Event Horizon"] = false, ["11 Death Sentence Removed"] = false, ["04 Staggering Barrage Debuff"] = false, ["07 Earthbreaker Missiles Cast"] = false, ["11 Decimator"] = false, ["11 Chains of Anguish (Main)"] = false, ["10 Corrupted Wound (Tank)"] = false, ["11 Surging Azerite Dodge"] = false, ["11 Compulsion"] = false, ["11 Dominating Will"] = false, ["11 Tyranny"] = false, ["07 Reclamation Form"] = false, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["uid"] = "CmxNrzuWAVb", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["config"] = { }, ["animate"] = false, ["source"] = "import", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 6, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["xOffset"] = 154.0006103515625, ["borderOffset"] = 4, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "Sepulcher (wago.io/slraid3)", ["regionType"] = "dynamicgroup", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["fullCircle"] = true, ["borderInset"] = 1, ["rowSpace"] = 1, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["Arcane Intellect - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useUnitName"] = false, ["useActualSpec"] = true, ["class"] = { ["PALADIN"] = true, ["WARLOCK"] = true, ["SHAMAN"] = true, ["MAGE"] = true, ["DRUID"] = true, ["MONK"] = true, ["PRIEST"] = true, }, ["useClass"] = false, ["names"] = { }, ["unit"] = "group", ["auranames"] = { "Arcane Intellect", }, ["group_count"] = "100%", ["group_countOperator"] = "<", ["ignoreInvisible"] = true, ["debuffType"] = "HELPFUL", ["useExactSpellId"] = true, ["ignoreDead"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["actualSpec"] = { [262] = true, [270] = true, [62] = true, [63] = true, [64] = true, [256] = true, [264] = true, [105] = true, [257] = true, [265] = true, [258] = true, [266] = true, [1467] = true, [1468] = true, [267] = true, [65] = true, [102] = true, }, ["event"] = "Health", ["use_includePets"] = false, ["type"] = "aura2", ["ignoreDisconnected"] = true, ["useGroup_count"] = true, ["spellIds"] = { }, ["useGroupRole"] = false, ["auraspellids"] = { "1459", }, ["useName"] = false, ["fetchRaidMark"] = false, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { [64] = true, [63] = true, [62] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_hostility"] = false, ["use_genericShowOn"] = true, ["use_character"] = false, ["use_unit"] = true, ["use_class"] = true, ["unit"] = "group", ["spellName"] = 0, ["debuffType"] = "HELPFUL", ["duration"] = "1", ["classification"] = { }, ["subeventSuffix"] = "", ["useExactSpellId"] = false, ["unevent"] = "auto", ["type"] = "unit", ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["class"] = "MAGE", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "", ["use_track"] = true, ["use_ignoreDead"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount/%1.maxUnitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Arcane Intellect - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "hHu6mCtqxc9", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 135932, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["05 Raging Inferno"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_spellIds"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss1", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { 417634, }, ["auraspellids"] = { "426206", }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Hide", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 236215, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "d9Jqn5N1TII", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Raging Inferno", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["TOP LEFT RUNE"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 42, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "HYLB_TOPLEFT HYLB_TOPRIGHT HYLB_BOTTOMLEFT HYLB_BOTTOMRIGHT HYLB_RESET", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(states, event, arg1, arg2, arg3)\n if event == \"OPTIONS\" then\n states[\"\"] = {\n text = \"\",\n icon = 1323035,\n progressType = \"static\",\n changed = true,\n show = true\n }\n return true\n end\n if event == \"HYLB_TOPLEFT\" and arg1 and arg2 then\n states[\"\"] = {\n text = arg2,\n icon = arg1,\n progressType = \"static\",\n changed = true,\n show = true\n }\n aura_env.handle()\n return true\n elseif event == \"HYLB_RESET\" and arg1 then\n aura_env.handle(true)\n if states[\"\"] then\n states[\"\"].show = false\n states[\"\"].changed = true\n end\n return true\n elseif (event == \"HYLB_TOPRIGHT\" or event == \"HYLB_BOTTOMLEFT\" or event == \"HYLB_BOTTOMRIGHT\") and arg3 then\n aura_env.region[\"button\"..arg3]:Hide()\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "346427", }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellId"] = true, ["spellId"] = 346427, ["useExactSpellId"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] or t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "TOP LEFT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "RIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_LEFT", ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = -42, ["cooldown"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["config"] = { }, ["alpha"] = 1, ["actions"] = { ["start"] = { ["custom"] = "if not WeakAuras.IsOptionsOpen() then\n aura_env.handle(true)\nend\n\n", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "local t = {\n [1] = {\"TOPLEFT\", 1323035, \"BLUE\", \"{rt6}\"},\n [2] = {\"TOPRIGHT\", 1323037, \"PURPLE\", \"{rt3}\"},\n [3] = {\"BOTTOMLEFT\", 1323038, \"YELLOW\", \"{rt1}\"},\n [4] = {\"BOTTOMRIGHT\", 1323039, \"ORANGE\", \"{rt2}\"},\n}\n\nlocal name = \"HYLB\"\nlocal w, h = aura_env.region:GetSize()\nfor i=1, 4 do\n aura_env.region[\"button\"..i] = aura_env.region[\"button\"..i] or CreateFrame(\"Button\", name..i, aura_env.region)\n aura_env.region[\"button\"..i]:SetSize(w/2, h/2)\n aura_env.region[\"button\"..i]:SetPoint(t[i][1])\n aura_env.region[\"button\"..i]:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_TOPLEFT\", t[i][2], t[i][3], i, t[i][4])\n end)\n \n aura_env.region[\"button\"..i]:SetNormalTexture(t[i][2])\n aura_env.region[\"button\"..i]:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\nend\n\naura_env.handle = function(show)\n for i=1, 4 do\n if show then\n aura_env.region[\"button\"..i]:Show()\n else\n aura_env.region[\"button\"..i]:Hide()\n end\n end\nend\naura_env.handle(not WeakAuras.IsOptionsOpen())", ["do_custom"] = true, }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "TOP LEFT RUNE", ["zoom"] = 0, ["useCooldownModRate"] = true, ["width"] = 80, ["frameStrata"] = 1, ["uid"] = "w7VX6KBATFc", ["inverse"] = false, ["url"] = "https://wago.io/TazaveshConsole/12", ["displayIcon"] = "237290", ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["10 Dark Eclipse"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "361548", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Hole", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "BmMHtCezEAG", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Dark Eclipse", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Infinite Duress"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dot.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "404288", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "zktAXXvPlu1", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Infinite Duress", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["10 Haunting Wave"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["names"] = { }, ["use_spellIds"] = true, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 352271, }, ["auraspellids"] = { "351869", }, ["use_genericShowOn"] = true, ["useName"] = false, ["use_track"] = true, ["unit"] = "boss", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Wave Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Wave.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Haunting Wave", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "3yC10DDyeSn", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2492256, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[ULT] Defensive Bulwark (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 369603, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Defensive Bulwark (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "U5QRNTINZLG", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Wing Buffet CD 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Wing Buffet", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 357214, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control 2", ["uid"] = "Citdw5(PAGe", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Wing Buffet CD 2", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["03 Rending Charge Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "406358", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "406358", ["auranames"] = { }, ["remaining_operator"] = "<=", ["subeventPrefix"] = "SPELL", ["remaining"] = "4", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["use_id"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["use_spellId"] = true, ["spellIds"] = { }, ["use_remaining"] = true, ["type"] = "addons", ["useName"] = false, ["unit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "jm0Hvjn6299", ["shadowXOffset"] = 1, ["color"] = { 1, 0.65882354974747, 0, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Charge in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.23137256503105, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Rending Charge Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["Last Resort"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_matchedRune"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["ownOnly"] = true, ["duration"] = "1", ["debuffType"] = "HARMFUL", ["matchesShowOn"] = "showAlways", ["type"] = "aura2", ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 194844, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["auraspellids"] = { "209261", }, ["realSpellName"] = "Bonestorm", ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["names"] = { }, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Last Resort", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "uzvIV6YMVPb", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["d_hover"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 29.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["duration"] = "1", ["names"] = { "Божественный скакун", }, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["matchesShowOn"] = "showOnActive", ["buffShowOn"] = "showOnActive", ["spellIds"] = { 221886, }, ["useName"] = true, ["auranames"] = { "Hover", }, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["useCount"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_unit"] = true, ["use_genericShowOn"] = true, ["custom_hide"] = "timed", ["use_remaining"] = false, ["spellName"] = 358267, ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["duration"] = "1", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["charges"] = "3", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 190784, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["semver"] = "1.2.18", ["stickyDuration"] = false, ["adjustedMin"] = "", ["icon"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["cooldownEdge"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 4622463, ["source"] = "import", ["selfPoint"] = "CENTER", ["desaturate"] = false, ["config"] = { }, ["parent"] = ".DPSEvoker", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 29, ["useCooldownModRate"] = true, ["authorOptions"] = { }, ["xOffset"] = 124.5, ["cooldownTextDisabled"] = true, ["frameStrata"] = 2, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_hover", ["anchorFrameFrame"] = "WeakAuras:Divine_Protection", ["alpha"] = 0, ["anchorFrameType"] = "SCREEN", ["internalVersion"] = 75, ["uid"] = "BlSsFrkjQz(", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["op"] = "<", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, }, ["value"] = "1", ["variable"] = "charges", ["trigger"] = 2, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["06 Cosmic Shift"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 363088, }, ["auranames"] = { "364092", }, ["duration"] = "3", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["names"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["type"] = "unit", ["event"] = "Cast", ["ignoreAuraSpellids"] = { }, ["use_specific_unit"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038100, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "DSPAlHWLxwA", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Cosmic Shift", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Flood of the Firelands"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { 420933, }, ["auranames"] = { }, ["duration"] = "6.1", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Combat Log", ["use_unit"] = true, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 451169, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "Nt74jCRINMM", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Flood of the Firelands", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["04 Blind Rage"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.69803923368454, 0.72156864404678, 0.73333334922791, 1, }, ["desaturate"] = true, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = true, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "Kk(zN83SwOz", ["displayIcon"] = 1320372, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "80", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["npcId"] = "208363", ["spellId"] = "", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_extend"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "boss", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["names"] = { }, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["use_spellId"] = false, ["spellIds"] = { }, ["extend"] = "", ["check"] = "event", ["custom_type"] = "stateupdate", ["percentpower"] = { "80", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "208363", ["spellId"] = "", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_extend"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "boss", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["names"] = { }, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["use_spellId"] = false, ["spellIds"] = { }, ["extend"] = "", ["check"] = "event", ["custom_type"] = "stateupdate", ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Blind Rage Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "04 Blind Rage", ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["sparkHidden"] = "NEVER", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["inverse"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, }, ["07 Dreadbolt Volley"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "337110", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -4, ["type"] = "subtext", ["text_anchorXOffset"] = -4, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "i1zETTzpCKM", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Dreadbolt Volley", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.text_visible", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[HoI] Elemental Focus (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 395694, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Elemental Focus (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "8f3hbXYRT6q", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[BHH] Burst (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.10588236153126, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 374569, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Burst (Get Out)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "jQVYvDZ9ECt", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0, 0.10588236153126, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[NLTH] Explosive Concoction (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 378831, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Explosive Concoction (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "9QtCmE4pOHF", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[HoI] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "190342 190403 190405 190362 190370", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "CVjhVBD4sc3", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["06 Shrapnel Bomb"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { }, ["auraspellids"] = { "404955", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "Pzj4fOgt8MW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Shrapnel Bomb", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["03 Coiling Eruption (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "427201", }, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = true, ["group_count"] = "0", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["unit"] = "group", ["event"] = "GTFO", ["useGroup_count"] = true, ["type"] = "aura2", ["spellIds"] = { }, ["events"] = "", ["auraspellids"] = { }, ["check"] = "event", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useExactSpellId"] = false, ["type"] = "aura2", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["matchesShowOn"] = "showOnMissing", ["event"] = "GTFO", ["names"] = { }, ["auraspellids"] = { }, ["auranames"] = { "427201", }, ["spellIds"] = { }, ["events"] = "", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_name_format"] = "none", ["text_text_format_n_format"] = "none", ["text_wordWrap"] = "WordWrap", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_text_format_nam_format"] = "none", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_text_format_unit_color"] = "class", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 236216, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "OHk)LXHeeDW", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Coiling Eruption (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["09 Empty Strike (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "404769", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2685", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "zUraPlfFbl4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Empty Strike (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["10 Banshee Scream"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "357720", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Banshee Scream", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "hqPKN8)((Eb", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["AUG_Attunement_Missing"] = { ["iconSource"] = 0, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Black Attunement", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "Bronze Attunement", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t)\n print(t[1] or t[2])\n return not(t[1] or t[2])\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115518] = true, [403208] = true, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "pZLf1DwG2XP", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Attunement_Missing", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 5199626, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Brezz Text"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["customText"] = "function()\n \n -- thanks Krazyito for code example from his weakaura http://www.mmo-champion.com/threads/1686033-Weak-Auras-Battle-Res-Monitor-Looking-for-feedback!\n \n local greyCol = \"|cFFAAAAAA\"\n local redCol = \"|cFFB40000\"\n local whiteCol = \"|cFFFFFFFF\"\n \n if aura_env.EStart then\n \n local charges,_,started,duration = GetSpellCharges(20484)\n local time = \"\"\n \n -- get time until next available ress\n if started then\n local timer = duration - (GetTime() - started)\n time = (\"%d:%02d\"):format(floor(timer/60),mod(timer,60))\n end\n -- print(charges)\n if charges == nil then \n \n charges = 0 \n end\n local color = whiteCol\n if charges < 1 then\n color = redCol\n else\n color = whiteCol\n end\n \n return greyCol .. \"BR:|r \".. color .. charges .. \"|r\" .. greyCol .. \"\\nNext :|r \" .. time \n \n end\n -- just an example how it will look\n return greyCol .. \"BR:|r \" .. \"2\" .. greyCol .. \"\\nNext:|r \" .. \"2:05\" \n \nend", ["yOffset"] = 53, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "custom", ["event"] = "Health", ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["custom"] = "function(event,arg1)\n \n if event == \"ENCOUNTER_START\" and arg1 then\n aura_env.EStart = true\n return true\n elseif event == \"ENCOUNTER_END\" and not C_ChallengeMode.IsChallengeModeActive() and arg1 then\n aura_env.EStart = false\n return false\n elseif event == \"CHALLENGE_MODE_START\" then\n aura_env.EStart = true\n return true\n elseif event == \"WA_DELAYED_PLAYER_ENTERING_WORLD\" and C_ChallengeMode.IsChallengeModeActive() then\n -- if you open WA options mid M+\n aura_env.EStart = true\n return true\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["spellIds"] = { }, ["events"] = "ENCOUNTER_START, ENCOUNTER_END, WA_DELAYED_PLAYER_ENTERING_WORLD, CHALLENGE_MODE_START, CHALLENGE_MODE_COMPLETED", ["check"] = "event", ["names"] = { }, ["custom_type"] = "event", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event)\n \n --Triggers when a raid encounter ends\n if (event == \"ENCOUNTER_END\" and not C_ChallengeMode.IsChallengeModeActive()) or event == \"CHALLENGE_MODE_COMPLETED\" then\n -- only hide when encounter has ended\n return true \n elseif event == \"WA_DELAYED_PLAYER_ENTERING_WORLD\" and C_ChallengeMode.IsChallengeModeActive() then\n return true\n else\n return false\n end \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["font"] = "Arial Black", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 27.999990463257, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["flexible"] = true, ["fortyman"] = true, ["ten"] = true, ["twentyfive"] = true, ["twenty"] = true, ["party"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_size"] = false, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText_format_c_format"] = "none", ["shadowYOffset"] = -1, ["regionType"] = "text", ["xOffset"] = 0, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = ")cEputDaGfA", ["semver"] = "2.0.6", ["justify"] = "RIGHT", ["tocversion"] = 90001, ["id"] = "Brezz Text", ["width"] = 16.999998092651, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/rJNoy5wRX/8", ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["parent"] = "RaidTools_WLNO", ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "0.2", ["alphaType"] = "straight", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0.2, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["colorB"] = 1, ["rotate"] = 0, ["easeStrength"] = 3, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0.2, ["y"] = 0, ["x"] = 0, ["colorA"] = 1, ["duration"] = "0.2", ["rotate"] = 0, ["easeStrength"] = 3, ["duration_type"] = "seconds", }, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "%c\n", }, ["Interrupt Tracker Bar"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "description", ["text"] = "Note: You can adjust other options in the Display tab", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "When toggled on (default), the progress bar will be colored in Class Colors. When toggled off the Bar will not be colored in Class Color and you can adjust the color in the display tab", ["key"] = "useBarClassColor", ["useDesc"] = true, ["name"] = "Use Class Color for Bar when on cd?", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "When toggled on (default), the UnitName will be colored in Class Colors. When toggled off the UnitName will not be colored in Class Color and you can adjust the color in the display tab", ["key"] = "useTextClassColor", ["useDesc"] = true, ["name"] = "Use Class Color for UnitName when off cd?", ["width"] = 1, }, }, ["type"] = "group", ["useDesc"] = false, ["width"] = 2, ["useCollapse"] = true, ["key"] = "display", ["name"] = "Display Configuration", ["limitType"] = "none", ["groupType"] = "simple", ["collapse"] = true, ["size"] = 10, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["subOptions"] = { { ["type"] = "description", ["text"] = "Sorting", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "description", ["text"] = "Entities will be sorted based on the following variables. Subsequent variables are only taken into consideration when two or more entities are equivalent with respect to previous variables. You can choose to sort in either ascending or descending order, which will modify how Sorting Types are sorted.", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "select", ["default"] = 2, ["values"] = { "Static", "UseCooldown", }, ["key"] = "sortCD", ["useDesc"] = false, ["name"] = "Sort CD", ["width"] = 1, }, { ["type"] = "select", ["default"] = 2, ["values"] = { "Ascending", "Descending", }, ["key"] = "sortType", ["useDesc"] = false, ["name"] = "Sort type", ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "PALADIN", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Paladin", ["default"] = 1, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "DEMONHUNTER", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Demon Hunter", ["default"] = 2, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "SHAMAN", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Shaman", ["default"] = 3, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "DEATHKNIGHT", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Death Knight", ["default"] = 4, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "ROGUE", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Rogue", ["default"] = 5, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "WARRIOR", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Warrior", ["default"] = 6, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "MONK", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Monk", ["default"] = 7, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "HUNTER", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Hunter", ["default"] = 8, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "MAGE", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Mage", ["default"] = 9, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "WARLOCK", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Warlock", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "PRIEST", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Priest", ["default"] = 11, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 12, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "DRUID", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Druid", ["default"] = 12, }, { ["type"] = "number", ["useDesc"] = true, ["max"] = 13, ["step"] = 1, ["width"] = 0.35, ["min"] = 0, ["key"] = "EVOKER", ["desc"] = "Set the Value of Class Importance (the Higher the number the further up it gets sorted). If the Number is the same UnitName ordering get's applied", ["name"] = "Evoker", ["default"] = 13, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["collapse"] = false, ["name"] = "Sort Classes", ["key"] = "Classes", ["limitType"] = "none", ["groupType"] = "simple", ["type"] = "group", ["size"] = 10, }, { ["type"] = "space", ["variableWidth"] = true, ["width"] = 1, }, }, ["type"] = "group", ["useDesc"] = false, ["width"] = 2, ["useCollapse"] = true, ["key"] = "sorting", ["name"] = "Sorting Configuration", ["limitType"] = "none", ["groupType"] = "simple", ["collapse"] = false, ["size"] = 10, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["subOptions"] = { { ["type"] = "toggle", ["default"] = true, ["key"] = "183752", ["useDesc"] = false, ["name"] = "|T1305153:0|t |cFFA330C9Disrupt|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "202137", ["useDesc"] = false, ["name"] = "|T1418288:0|t |cFFA330C9Sigil of Silence|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "47528", ["useDesc"] = false, ["name"] = "|T237527:0|t |cFFC41F3BMind Freeze|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "106839", ["useDesc"] = false, ["name"] = "|T236946:0|t |cFFFF7D0ASkull Bash|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "78675", ["useDesc"] = false, ["name"] = "|T252188:0|t |cFFFF7D0ASolar Beam|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "147362", ["useDesc"] = false, ["name"] = "|T249170:0|t |cFFABD473Counter Shot|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "392060", ["useDesc"] = false, ["name"] = "|T132323:0|t |cFFABD473Wailing Arrow|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "187707", ["useDesc"] = false, ["name"] = "|T1376045:0|t |cFFABD473Muzzle|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "2139", ["useDesc"] = false, ["name"] = "|T135856:0|t |cFF40C7EBCounterspell|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "116705", ["useDesc"] = false, ["name"] = "|T608940:0|t |cFF00FF96Spear Hand Strik|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "31935", ["useDesc"] = false, ["name"] = "|T135874:0|t |cFFF58CBAAvenger's Shield|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "96231", ["useDesc"] = false, ["name"] = "|T523893:0|t |cFFF58CBARebuke|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "15487", ["useDesc"] = false, ["name"] = "|T458230:0|t |cFFFFFFFFSilence|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "1766", ["useDesc"] = false, ["name"] = "|T132219:0|t |cFFFFF569Kick|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "57994", ["useDesc"] = false, ["name"] = "|T136018:0|t |cFF0070DEWind Shear|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "119914", ["useDesc"] = false, ["name"] = "|T236316:0|t |cFF8787EDAxe Toss|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "119910", ["useDesc"] = false, ["name"] = "|T136174:0|t |cFF8787EDSpell Lock|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "6552", ["useDesc"] = false, ["name"] = "|T132938:0|t |cFFC79C6EPummel|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "23920", ["useDesc"] = false, ["name"] = "|T132361:0|t |cFFC79C6ESpell Reflection (TANK)|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "386071", ["useDesc"] = false, ["name"] = "|T132091:0|t |cFFC79C6EDisrupting Shout|r", ["width"] = 0.5, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "351338", ["useDesc"] = false, ["name"] = "|T4622469:0|t |cFF33937FQuell|r", ["width"] = 0.5, }, }, ["type"] = "group", ["useDesc"] = false, ["width"] = 2, ["useCollapse"] = false, ["key"] = "enabledInterrupts", ["name"] = "INTERRUPT", ["limitType"] = "none", ["groupType"] = "simple", ["collapse"] = false, ["size"] = 10, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["subOptions"] = { { ["type"] = "toggle", ["default"] = true, ["desc"] = "Display icon of successfully interuped spell next to the player name. Change position of icon in display tab (|cFFFF0000%extraIcon|r text replacement).", ["key"] = "showSpell", ["useDesc"] = true, ["name"] = "Show interrupted spell |T135812:0|t", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Display raidtarget icon of successfully interuped target next to the player name. Change position of icon in display tab (|cFFFF0000%raidIcon|r text replacement).", ["key"] = "showTarget", ["useDesc"] = true, ["name"] = "Show interrupted target|TInterface\\TargetingFrame\\UI-RaidTargetingIcon_1:0|t", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Color the name |cFFFF0000red|r if an interrupt has been missed", ["key"] = "showMissed", ["useDesc"] = true, ["name"] = "Show |cFFFF0000missed|r kicks", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["collapse"] = false, ["name"] = "Advanced Options", ["key"] = "advanced", ["limitType"] = "none", ["groupType"] = "simple", ["type"] = "group", ["size"] = 10, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "description", ["text"] = "WARNING: Do not click Enter Author Mode!", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "description", ["text"] = " ", ["fontSize"] = "medium", ["width"] = 2, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/hbppO51K9/12", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.13333334028721, 0.13333334028721, 0.13333334028721, 0.5, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["use_never"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["difficulty"] = { }, ["use_ingroup"] = true, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["single"] = 1, ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Minimalist", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100005, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 132938, ["sparkOffsetX"] = 0, ["wagoID"] = "hbppO51K9", ["parent"] = "Interrupt Tracker 2", ["customText"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", ["event"] = "Health", ["unevent"] = "auto", ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_SUCCEEDED, CLEU:SPELL_INTERRUPT, FRAME_UPDATE,SPELL_COOLDOWN_CHANGED,SPELL_COOLDOWN_READY,CHAT_MSG_ADDON, GROUP_ROSTER_UPDATE,JODS_INTERRUPT_UPDATETEXT,PLAYER_SPECIALIZATION_CHANGED,INSPECT_READY ", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, watchID, spellID,NameofUnit, ...)\n \n if event == \"FRAME_UPDATE\" then \n if not aura_env.last or aura_env.last < GetTime() - 10 then \n aura_env.last = GetTime()\n --delay first check for 1 second to not conflict with WA setting up the states\n aura_env.firstCheck = aura_env.firstCheck or GetTime()\n if aura_env.last>aura_env.firstCheck+1 then\n local StatesUpdated = false\n for watchId,state in pairs(allstates) do \n --local unit = state.member.unit \n local unit \n for u in WA_IterateGroupMembers() do \n local guid = UnitGUID(u)\n if guid == state.guid then unit = u end \n end\n if unit then\n --Player Dead \n local isDead = UnitIsDeadOrGhost(unit) or (not UnitIsConnected(unit)) or (not UnitIsVisible(unit)) \n if isDead ~= state.isDead then \n state.isDead = isDead \n state.changed = true \n StatesUpdated = true\n end \n --Player out of Range \n local outOfRange = WeakAuras.CheckRange(unit, 100, \">=\") \n if outOfRange ~= state.outOfRange then \n state.outOfRange = outOfRange \n state.changed = true \n StatesUpdated = true\n end\n end\n end\n if StatesUpdated == true then\n return true\n end \n end \n end\n elseif event == \"JODS_INTERRUPT_UPDATETEXT\" then\n local state = allstates[unit] \n \n if state then \n state.duration = 0\n state.successful = false \n state.extraIcon = nil \n state.raidIcon = nil \n state.changed = true \n return true \n end \n \n elseif event == \"UNIT_SPELLCAST_SUCCEEDED\" and spellID == 384255 or event == \"PLAYER_SPECIALIZATION_CHANGED\" then\n if unit and (not UnitIsUnit(\"player\", unit)) then\n NotifyInspect(unit)\n else\n \n local lConfigID = C_ClassTalents.GetActiveConfigID();\n local lConfigInfo = C_Traits.GetConfigInfo(lConfigID);\n local lTreeIDs = lConfigInfo[\"treeIDs\"];\n local guid = UnitGUID(\"player\")\n aura_env.InspectList[guid] = {}\n aura_env.InspectList[guid].talents = {}\n aura_env.InspectList[guid].global_spec_id = GetSpecializationInfo(GetSpecialization())\n aura_env.InspectList[guid].unit = \"player\"\n for i = 1, #lTreeIDs do\n for _, lNodeID in pairs(C_Traits.GetTreeNodes(lTreeIDs[i])) do\n local lNodeInfo = C_Traits.GetNodeInfo(lConfigID, lNodeID);\n local activeEntry = lNodeInfo.activeEntry;\n local activeRank = lNodeInfo.activeRank;\n if ( activeEntry and activeRank > 0 ) then\n local activeEntryID = activeEntry.entryID;\n local lEntryInfo = C_Traits.GetEntryInfo(lConfigID,activeEntryID);\n --if ( lEntryInfo ) then\n local lDefinitionID = lEntryInfo[\"definitionID\"];\n local lDefinitionInfo = C_Traits.GetDefinitionInfo(lDefinitionID);\n local spellID = lDefinitionInfo[\"spellID\"];\n aura_env.InspectList[guid].talents[spellID] = true\n -- print(spellName)\n end\n \n end\n end \n \n for k,state in pairs(allstates) do\n if state.guid == guid then\n state.show = false\n state.change = true\n end\n \n end\n local info = aura_env.InspectList[guid]\n local unit = aura_env.InspectList[guid].unit\n aura_env.CreateStates(allstates,unit,guid,info)\n return true\n end \n elseif event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n if aura_env.petSpells and aura_env.petSpells[spellID] and string.find(unit, \"pet\") then \n --sort pet spells to owner only required for warlock\n local guid \n if unit == \"pet\" then\n guid = UnitGUID(\"PLAYER\")\n else \n guid = UnitGUID(string.gsub(unit, \"pet\", \"\")) \n end\n local state = nil\n if spellID == 89766 then\n state = allstates[guid..\" \".. 119914] \n else\n state = allstates[guid..\" \".. 119910]\n end\n if state then\n state.duration = state.CD\n state.expirationTime = GetTime()+state.CD\n state.changed = true\n return true \n else\n local info = aura_env.InspectList[guid]\n if aura_env.ClassListNew and aura_env.ClassListNew[info.global_spec_id] then\n local spell = aura_env.ClassListNew[info.global_spec_id]\n for k in pairs(spell) do\n if not allstates[guid..\" \".. k] and aura_env.config.enabledInterrupts[tostring(k)] then\n local Cooldown = spell[k].default\n for talent in pairs(info.talents) do\n if spell[k][talent] then\n Cooldown = spell[k][talent]\n break\n end\n end\n allstates[guid..\" \".. k] = {\n duration = Cooldown,\n expirationTime = GetTime()+Cooldown,\n progressType = \"timed\",\n autoHide = false,\n changed = true,\n show = true,\n unit = unit,\n name = UnitName(unit),\n spellID = k,\n successful = false, \n isDead = false, \n outOfRange = false,\n icon = select(3,GetSpellInfo(k)),\n class = info.class,\n useBarClassColor = aura_env.config.display.useBarClassColor,\n useTextClassColor = aura_env.config.display.useTextClassColor,\n guid = guid,\n CD = Cooldown\n }\n end\n end\n return true\n end\n end\n \n elseif aura_env.spells and aura_env.spells[spellID] then\n local guid = UnitGUID(unit)\n \n if guid and spellID then\n local state = allstates[guid..\" \".. spellID]\n \n if state then\n state.duration = state.CD\n state.expirationTime = GetTime()+state.CD\n state.changed = true\n return true\n else\n \n local _, class = UnitClass(unit)\n if class and aura_env.config.enabledInterrupts and aura_env.config.enabledInterrupts[tostring(spellID)] then\n \n local info = aura_env.InspectList[guid]\n \n if aura_env.ClassListNew and info and info.global_spec_id and aura_env.ClassListNew[info.global_spec_id] and aura_env.ClassListNew[info.global_spec_id][spellID] then\n \n local Cooldown = aura_env.ClassListNew[info.global_spec_id][spellID].default\n for talent in pairs(info.talents) do\n if aura_env.ClassListNew[info.global_spec_id][spellID][talent] then\n Cooldown = aura_env.ClassListNew[info.global_spec_id][spellID][talent]\n break\n end\n end\n \n \n allstates[guid..\" \".. spellID] = {\n duration = Cooldown,\n expirationTime = GetTime()+Cooldown,\n progressType = \"timed\",\n autoHide = false,\n changed = true,\n show = true,\n unit = unit,\n name = UnitName(unit),\n spellID = spellID,\n successful = false, \n isDead = false, \n outOfRange = false,\n icon = select(3,GetSpellInfo(spellID)),\n class = class,\n useBarClassColor = aura_env.config.display.useBarClassColor,\n useTextClassColor = aura_env.config.display.useTextClassColor,\n guid = guid,\n CD = Cooldown\n \n }\n elseif not info or not info.global_spec_id then\n \n local cooldownMS, _ = GetSpellBaseCooldown(spellID)\n local calculatedDuration = cooldownMS/1000\n \n allstates[guid..\" \".. spellID] = {\n duration = calculatedDuration,\n expirationTime = GetTime()+calculatedDuration,\n progressType = \"timed\",\n autoHide = false,\n changed = true,\n show = true,\n unit = unit,\n name = UnitName(unit),\n spellID = spellID,\n successful = false, \n isDead = false, \n outOfRange = false,\n icon = select(3,GetSpellInfo(spellID)),\n class = class,\n useBarClassColor = aura_env.config.display.useBarClassColor,\n useTextClassColor = aura_env.config.display.useTextClassColor,\n guid = guid,\n CD = calculatedDuration\n \n }\n end\n \n end\n end\n return true\n end\n elseif aura_env.CastSuccessModifiers and aura_env.CastSuccessModifiers[spellID] then\n local guid = UnitGUID(unit)\n if guid and aura_env.CastSuccessModifiers[spellID].spell then\n local state = allstates[guid..\" \".. aura_env.CastSuccessModifiers[spellID].spell]\n if state then\n state.expirationTime = state.expirationTime - aura_env.CastSuccessModifiers[spellID].CD\n state.changed = true\n return true\n end\n end\n end\n \n \n elseif event == \"SPELL_COOLDOWN_CHANGED\" then\n local spellID = unit\n if spellID then\n local start, duration, enabled, modRate = GetSpellCooldown(spellID)\n if start and duration then\n local calculatedDuration = start+duration-GetTime()\n local guid = UnitGUID(\"PLAYER\")\n local state = allstates[guid..\" \"..spellID]\n \n \n if state and calculatedDuration>0 then\n state.expirationTime = GetTime()+calculatedDuration\n state.changed = true\n C_ChatInfo.SendAddonMessage(\"JODS_INT_UPDATE\", spellID..\":\"..calculatedDuration..\":\"..guid, IsInGroup(LE_PARTY_CATEGORY_INSTANCE) and \"instance_chat\" or IsInRaid() and \"raid\" or \"party\")\n C_Timer.After((calculatedDuration), function() WeakAuras.ScanEvents(\"JODS_INTERRUPT_UPDATETEXT\",guid..\" \".. spellID) end)\n return true\n end\n end\n \n end\n \n elseif event == \"SPELL_COOLDOWN_READY\" then\n local spellID = unit\n if spellID then\n local guid = UnitGUID(\"PLAYER\")\n local state = allstates[guid..\" \"..spellID]\n if state and state.ExpirationTime and state.ExpirationTime > GetTime() then \n state.expirationTime = GetTime()\n state.changed = true\n C_ChatInfo.SendAddonMessage(\"JODS_INT_UPDATE\", spellID..\":0:\"..guid, IsInGroup(LE_PARTY_CATEGORY_INSTANCE) and \"instance_chat\" or IsInRaid() and \"raid\" or \"party\")\n return true\n end\n end\n \n elseif event == \"CHAT_MSG_ADDON\" then\n if unit == \"JODS_INT_UPDATE\" then\n local sID, CD, guid= strsplit(\":\", watchID)\n if guid and sID then\n local state = allstates[guid..\" \"..sID]\n if state and guid ~= WeakAuras.myGUID then\n state.expirationTime = tonumber(CD)+GetTime()\n state.changed = true\n return true\n end\n end\n elseif unit == \"OmniCD\" or unit == \"OmniCD2\" then\n local prefix,guid,cdinfo = strsplit(\",\", watchID)\n if prefix == \"RNG\" then\n local sID,duration,cdLeft,modRate,charges = strsplit(\":\", cdinfo)\n if aura_env.spells[tonumber(sID)] then\n \n local state = allstates[guid..\" \"..sID]\n if state and guid ~= WeakAuras.myGUID then\n if tonumber(duration)+GetTime()< state.expirationTime then\n state.expirationTime = tonumber(duration)+GetTime()\n state.changed = true\n return true\n end\n end\n end\n \n \n end\n \n \n \n elseif unit == \"EXRTADD\" then\n \n local prefix,player,cdinfo = strsplit(\"\\t\", watchID)\n if prefix == \"rcd\" then\n local spells = {strsplit(\":\",cdinfo)}\n for k in pairs(spells) do \n if aura_env.spells[tonumber(spells[k])] then\n \n local guid = UnitGUID(player)\n if guid then\n local state = allstates[guid..\" \"..spells[k]]\n if state then\n local cd = tonumber(spells[k+1])+GetTime()\n if state.expirationTime < cd then\n state.expirationTime = cd\n state.changed = true\n return true\n end\n \n end\n \n end\n end\n \n end\n end\n end\n \n \n \n elseif event == \"GROUP_ROSTER_UPDATE\" then\n aura_env.GroupList = {}\n for unit in WA_IterateGroupMembers() do\n local guid = UnitGUID(unit)\n aura_env.GroupList[guid] = true\n if not aura_env.InspectList[guid] or not aura_env.InspectList[guid].timeStamp or aura_env.InspectList[guid].timeStamp and aura_env.InspectList[guid].timeStamp +10 < GetTime() then\n if unit and (not UnitIsUnit(\"player\", unit)) then\n aura_env.InspectList[guid] = {}\n aura_env.InspectList[guid].unit = unit\n NotifyInspect(unit)\n end\n else\n aura_env.CreateStates(allstates,unit,guid,aura_env.InspectList[guid])\n end\n end\n for k,state in pairs(allstates) do\n if not aura_env.GroupList[state.guid] then\n state.show = false\n state.change = true\n end\n \n end\n return true\n elseif event == \"INSPECT_READY\" and aura_env.GroupList[unit] and guid ~= UnitGUID(\"PLAYER\") then\n if C_Traits.HasValidInspectData() and C_Traits.HasValidInspectData() == true then\n local lConfigID = Constants.TraitConsts.INSPECT_TRAIT_CONFIG_ID\n local lConfigInfo = C_Traits.GetConfigInfo(lConfigID)\n local lTreeIDs = lConfigInfo[\"treeIDs\"]\n \n if not aura_env.InspectList[unit] or not aura_env.InspectList[unit].unit then\n aura_env.InspectList[unit] = aura_env.InspectList[unit] or {}\n for u in WA_IterateGroupMembers() do\n local guid = UnitGUID(u)\n if guid == unit then\n aura_env.InspectList[unit].unit = u\n end\n \n \n end\n end\n \n if aura_env.InspectList[unit] then\n aura_env.InspectList[unit].timeStamp = GetTime()\n aura_env.InspectList[unit].talents = {}\n aura_env.InspectList[unit].global_spec_id = GetInspectSpecialization(aura_env.InspectList[unit].unit) \n for i = 1, #lTreeIDs do\n for _, lNodeID in pairs(C_Traits.GetTreeNodes(lTreeIDs[i])) do\n local lNodeInfo = C_Traits.GetNodeInfo(lConfigID, lNodeID)\n local activeEntry = lNodeInfo.activeEntry\n local activeRank = lNodeInfo.activeRank\n if ( activeEntry and activeRank > 0 ) then\n local activeEntryID = activeEntry.entryID\n local lEntryInfo = C_Traits.GetEntryInfo(lConfigID,activeEntryID);\n local lDefinitionID = lEntryInfo[\"definitionID\"]\n local lDefinitionInfo = C_Traits.GetDefinitionInfo(lDefinitionID);\n local spellID = lDefinitionInfo[\"spellID\"]\n \n aura_env.InspectList[unit].talents[spellID] = true\n \n end\n end\n end \n DebugPrint(aura_env.InspectList) -- /run WeakAuras.ScanEvents(\"GROUP_ROSTER_UPDATE\")\n \n \n local info = aura_env.InspectList[unit]\n local guid = unit\n local unit = aura_env.InspectList[unit].unit\n \n aura_env.CreateStates(allstates,unit,guid,info)\n \n return true\n end\n \n end\n \n \n \n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" and watchID == \"SPELL_INTERRUPT\" then \n local _, _, _, _, _, _, destRaidFlags, spellId,_ ,_, extraSpellId = ... \n if aura_env.silenceMap[spellId] then spellId = aura_env.silenceMap[spellId] end\n --Attribute Pet Spell's to its owner\n local sourceType = strsplit(\"-\",NameofUnit)\n if sourceType == \"Pet\" or sourceType == \"Creature\" then\n if UnitGUID(\"pet\") == NameofUnit then\n NameofUnit=UnitGUID(\"PLAYER\")\n else\n for u in WA_IterateGroupMembers() do\n if UnitGUID(u..\"pet\") == NameofUnit then\n NameofUnit = UnitGUID(u)\n break\n end\n end\n end\n if aura_env.petSpells[spellId] then\n local info = aura_env.InspectList[NameofUnit]\n \n if aura_env.ClassList and info and info.global_spec_id and aura_env.ClassList[info.global_spec_id] then\n spellId = aura_env.ClassList[info.global_spec_id][1]\n else \n spellId = 119910\n end\n end\n \n end\n -- todo fix pet accuisition\n \n if NameofUnit and spellId then\n \n local state = allstates[NameofUnit..\" \".. spellId]\n if state then\n if aura_env.InterruptSuccessModifiers[spellId] then\n \n if aura_env.InspectList[NameofUnit] and aura_env.InspectList[NameofUnit].talents and aura_env.InspectList[NameofUnit].talents[aura_env.InterruptSuccessModifiers[spellId].talent] then\n \n local currentcd = state.expirationTime - GetTime()\n currentcd = currentcd- aura_env.InterruptSuccessModifiers[spellId].CD\n state.expirationTime = GetTime() + currentcd\n end\n end\n \n local iconFileId = GetSpellTexture(extraSpellId) \n state.extraIcon = aura_env.config.advanced.showSpell and (\"|T%s:0|t\"):format(iconFileId) \n state.successful = true \n local mark = math.log(destRaidFlags)/math.log(2) + 1 \n if ICON_LIST[mark] then \n state.raidIcon = aura_env.config.advanced.showTarget and (\"%s:0\\124t\"):format(ICON_LIST[mark]) \n else \n state.raidIcon = nil \n end \n state.changed = true \n \n return true\n \n end\n end\n \n \n elseif event ==\"STATUS\" then\n \n \n local GroupList = {}\n for unit in WA_IterateGroupMembers() do\n local guid = UnitGUID(unit)\n GroupList[guid] = true\n if not aura_env.InspectList[guid] then\n if unit and (not UnitIsUnit(\"player\", unit)) then\n aura_env.InspectList[guid] = {}\n aura_env.InspectList[guid].unit = unit\n NotifyInspect(unit)\n end\n end\n end\n for k,state in pairs(allstates) do\n if not GroupList[state.guid] then\n state.show = false\n state.change = true\n end\n \n end\n local lConfigID = C_ClassTalents.GetActiveConfigID();\n local lConfigInfo = C_Traits.GetConfigInfo(lConfigID);\n local lTreeIDs = lConfigInfo[\"treeIDs\"];\n local guid = UnitGUID(\"player\")\n aura_env.InspectList[guid] = {}\n aura_env.InspectList[guid].talents = {}\n aura_env.InspectList[guid].global_spec_id = GetSpecializationInfo(GetSpecialization())\n aura_env.InspectList[guid].unit = \"player\"\n for i = 1, #lTreeIDs do\n for _, lNodeID in pairs(C_Traits.GetTreeNodes(lTreeIDs[i])) do\n local lNodeInfo = C_Traits.GetNodeInfo(lConfigID, lNodeID);\n local activeEntry = lNodeInfo.activeEntry;\n local activeRank = lNodeInfo.activeRank;\n if ( activeEntry and activeRank > 0 ) then\n local activeEntryID = activeEntry.entryID;\n local lEntryInfo = C_Traits.GetEntryInfo(lConfigID,activeEntryID);\n --if ( lEntryInfo ) then\n local lDefinitionID = lEntryInfo[\"definitionID\"];\n local lDefinitionInfo = C_Traits.GetDefinitionInfo(lDefinitionID);\n local spellID = lDefinitionInfo[\"spellID\"];\n aura_env.InspectList[guid].talents[spellID] = true\n -- print(spellName)\n end\n \n end\n end \n \n \n local info = aura_env.InspectList[guid]\n local unit = aura_env.InspectList[guid].unit\n \n \n aura_env.CreateStates(allstates,unit,guid,info)\n return true\n \n end\n \n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["customVariables"] = "{\n expirationTime = true,\n duration = true,\n stacks = true,\n successful = \"bool\",\n isDead = \"bool\",\n outOfRange = \"bool\",\n useBarClassColor = \"bool\",\n useTextClassColor = \"bool\",\n class = {\n type = \"select\", \n display = \"Class\",\n values = UnitSex(\"player\") == 2 and LOCALIZED_CLASS_NAMES_MALE or LOCALIZED_CLASS_NAMES_FEMALE\n }\n \n}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "function()\n if aura_env.state then\n local config = aura_env.config[\"display\"]\n \n local classColor = {aura_env.state.member.classColor:GetRGBA()}\n local barColor, nameColor, timerColor\n if config[\"colorBarUseClass\"] then\n barColor = classColor\n else\n barColor = config[\"colorBar\"]\n end\n if config[\"colorNameUseClass\"] then\n nameColor = classColor\n else\n nameColor = config[\"colorName\"]\n end\n if config[\"colorTimerUseClass\"] then\n timerColor = classColor\n else\n timerColor = config[\"colorTimer\"]\n end\n \n aura_env.region:Color(unpack(barColor))\n aura_env.region.text:SetTextColor(unpack(nameColor))\n aura_env.region.timer:SetTextColor(unpack(timerColor))\n aura_env.state.isDead = nil\n aura_env.state.outOfRange = nil\n \n end\n \n \n \nend", ["rotate"] = 0, ["duration"] = "0", ["scalex"] = 1, }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n return r1 + (progress * (r2 - r1)), g1 + (progress * (g2 - g1)), b1 + (progress * (b2 - b1)), a1 + (progress * (a2 - a1))\n end\n ", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%n %extraIcon %raidIcon", ["text_text_format_extraIcon_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["rotateText"] = "NONE", ["text_text_format_raidIcon_format"] = "none", ["text_text_format_n_color"] = "class", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = -1, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_extraIcon_abbreviate"] = false, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_selfPoint"] = "LEFT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Expressway", ["text_text_format_n_abbreviate"] = false, ["text_text_format_n_realm_name"] = "never", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_text_format_extraIcon_abbreviate_max"] = 8, ["text_fixedWidth"] = 64, ["text_text_format_n_abbreviate_max"] = 8, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "1 Pixel", ["type"] = "subborder", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Ready", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 0, 1, 0.11372549019608, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = false, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, }, ["height"] = 24, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, ["adjustedMax"] = "", ["spark"] = false, ["borderInFront"] = true, ["borderBackdrop"] = "None", ["icon_side"] = "LEFT", ["customTextUpdate"] = "event", ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["width"] = 190, ["uid"] = "bejv604KA64", ["enableGradient"] = false, ["semver"] = "1.0.11", ["sparkHidden"] = "NEVER", ["id"] = "Interrupt Tracker Bar", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.InspectList = {}\naura_env.GroupList = {}\nC_ChatInfo.RegisterAddonMessagePrefix(\"JODS_INT_UPDATE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"OmniCD\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"OmniCD2\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"EXRTADD\")\n\n\naura_env.CastSuccessModifiers = {\n [325130] = {spell = 2139,CD = 2.5}\n}\naura_env.InterruptSuccessModifiers = {\n [78675] = {talent = 202918,CD = 15}, -- balance druid\n [47528] = {talent = 378848,CD = 3}, -- DeathKnight\n [2139] = {talent = 382297 ,CD =4 },\n}\n\naura_env.silenceMap = { --interupt:cast\n [220543] = 15487, --silence\n [97547] = 78675, --solar beam\n [93985] = 106839, --skullbash \n [347008] = 89766, --axe toss Check Zen\n [132409] = 19647, --Spell Lock (Sacrifice)\n}\n\naura_env.petSpells = {\n [19647] = true, --Spell Lock if used from pet bar\n [132409] = true, --Spell Lock Command Demon Sacrifice\n [89766] = true -- axe toss from pet bar]\n --TODO: DK Leap\n}\n\naura_env.ClassListNew = {\n -- warrior\n [71]= {\n [6552] = {default = 15}},\n [72]= {\n [6552] = {default = 15}},\n [73]= {\n [6552] = {default = 15},\n [23920] = {required=23920,[23920] = 20},\n [386071] ={required =386071,[386071] = 90}},\n -- paladin\n [65]= {\n [96231] = {required =96231,[96231] = 15}},\n [66]= {\n [96231] = {required =96231,[96231] = 15},\n [31935] = {default = 15}},\n [70]= {\n [96231] = {required =96231,[96231] = 15}},\n --HUNTER\n [253]= {\n [147362] = {required =147362,[147362] = 24},\n [392060]= {required =392060,[392060] = 60}},\n \n [254]={\n [147362] = {required =147362,[147362] = 24},\n [392060]= {required =392060,[392060] = 60}},\n [255]= {\n [187707] = {required =187707,[187707] = 15}},\n --ROGUE\"\n [259]= {\n [1766] = {default = 15}},\n [260]= {\n [1766] = {default = 15}},\n [261]= {\n [1766] = {default = 15}},\n --PRIEST\n [256]= nil,\n [257]= nil,\n [258]= {\n [15487] = {required =15487,[263716] = 15,[15487] = 45}},\n --DEATHKNIGHT \n [250]= {\n [47528] = {required =47528,[47528] = 15}},\n [251]= {\n [47528] = {required =47528,[47528] = 15}},\n [252]= {\n [47528] = {required =47528,[47528] = 15}},\n --SHAMAN\n [262]= {\n [57994] = {required =57994,[57994] = 12}},\n [263]= {\n [57994] = {required =57994,[57994] = 12}},\n [264]= {\n [57994] = {required =57994, [57994] = 12}},\n --MAGE\n [62]= {\n [2139] = {default = 24}},\n [63]= {\n [2139] = {default = 24}},\n [64]= {\n [2139] = {default = 24}},\n --\"WARLOCK\n [265]= {\n [119910] = {default = 24, disabled = {[108503] = true}},\n [132409] = {required = 108503,[108503] = 24}},\n [266]= {\n [119914] = {default = 30}},\n [267]= {\n [119910] = {default = 24, disabled = {[108503] = true}},\n [132409] = {required = 108503,[108503] = 24}},\n --MONK\n [268]= {\n [116705] = {required =116705,[116705] = 15}},\n [270]= {\n [116705] = {required =116705,[116705] = 15}},\n [269]= {\n [116705] = {required =116705,[116705] = 15}},\n --DRUID\n [102]= {\n [78675] = {required =78675,[78675] = 60},\n [106839] ={required =106839,[106839] = 15}},\n [103]= {\n [106839] ={required =106839,[106839] = 15}},\n [104]= {\n [106839] ={required =106839,[106839] = 15}},\n [105]= {\n [106839] ={required =106839,[106839] = 15}},\n --DEMONHUNTER\n [577]= {\n [183752] = {default = 15}},\n [581]= {\n [183752] = {default = 15},\n [202137] = { required = 202137,\n [209281] = 12,[202137] = 60},\n },\n -- Evoker\n [1467]= {\n [351338] = { required = 351338,\n [371016] = 20,[351338] = 40},\n },\n [1468]= {\n [351338] = {required = 351338,\n [351338] = 40}\n },\n \n}\naura_env.specialAllowlist = {}\n\nif aura_env.config.enabledInterrupts[\"119910\"] then\n aura_env.specialAllowlist[132409] = true\nend\n\n\n\naura_env.spells = {}\naura_env.ClassList = {}\nfor specID, classDetails in pairs(aura_env.ClassListNew) do\n aura_env.ClassList[specID] = {}\n for spellID, _ in pairs(classDetails) do\n aura_env.ClassList[specID][#aura_env.ClassList[specID]+1] = spellID\n aura_env.spells[spellID] = true\n end\nend\n\n\nlocal specSpells = aura_env.ClassList[GetSpecializationInfo(GetActiveSpecGroup())]\nif specSpells then\n for k,v in pairs (specSpells) do\n WeakAuras.WatchSpellCooldown(v)\n \n end\nend\n\naura_env.CreateStates = function(allstates,unit,guid,info) \n \n \n local spell = aura_env.ClassListNew[info.global_spec_id]\n \n if spell then\n for k in pairs(spell) do\n local Cooldown = spell[k].default or 0\n if spell[k].required and aura_env.InspectList[guid].talents[spell[k].required]then\n Cooldown = spell[k][spell[k].required]\n end\n for key in pairs (spell[k]) do\n if key == \"disabled\" then\n for disabledSpell in pairs(spell[k][key]) do\n if aura_env.InspectList[guid].talents[disabledSpell] then\n Cooldown = 0\n end\n end\n \n \n elseif key~= \"required\" and key ~=\"default\" and (not spell[k].required or key ~= spell[k].required) then\n if aura_env.InspectList[guid].talents[key] then\n Cooldown = Cooldown - spell[k][key]\n end\n end\n \n end\n \n \n \n if Cooldown>0 and (aura_env.config.enabledInterrupts[tostring(k)] or aura_env.specialAllowlist[k])then\n allstates[guid..\" \".. k] = {\n duration = 0,\n expirationTime = GetTime(),\n progressType = \"timed\",\n autoHide = false,\n changed = true,\n show = true,\n unit = unit,\n name = UnitName(unit),\n spellID = k,\n successful = false, \n isDead = false, \n outOfRange = false,\n icon = select(3,GetSpellInfo(k)),\n class = select(2,UnitClass(unit)),\n useBarClassColor = aura_env.config.display.useBarClassColor,\n useTextClassColor = aura_env.config.display.useTextClassColor,\n guid = guid,\n CD = Cooldown\n }\n elseif allstates[guid..\" \".. k] then\n allstates[guid..\" \".. k].changed = true\n allstates[guid..\" \".. k].show = false\n end\n end\n end\n \n \nend\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["backdropColor"] = { 1, 1, 1, 0, }, ["inverse"] = false, ["backgroundColor"] = { 0.13333334028721, 0.13333334028721, 0.13333334028721, 0.5, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = { 0.13333334028721, 0.13333334028721, 0.13333334028721, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "successful", ["value"] = 0, }, { ["trigger"] = -1, ["op"] = ">", ["variable"] = "customcheck", ["value"] = "function()\n return aura_env.config.advanced.showMissed\nend\n\n\n", }, { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "sub.4.text_color", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = ">", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "successful", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "sub.3.text_color", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = { ["custom"] = "if aura_env.state.duration ~= 0 then\n WeakAuras.ScanEvents(\"JODS_INTERRUPT_UPDATETEXT\",aura_env.cloneId)\nend\n\n\n", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.30196078431373, 0.30196078431373, 0.30196078431373, 1, }, ["property"] = "sub.4.text_color", }, { ["value"] = { 0.20000001788139, 0.20000001788139, 0.20000001788139, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DEATHKNIGHT", }, { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.76862745098039, 0.11764705882353, 0.22745098039216, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DEMONHUNTER", }, { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.63921568627451, 0.18823529411765, 0.78823529411765, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DRUID", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.48627450980392, 0.03921568627451, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "EVOKER", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.20000001788139, 0.57647061347961, 0.49803924560547, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "HUNTER", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.66666666666667, 0.82745098039216, 0.44705882352941, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "MAGE", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.24705882352941, 0.78039215686275, 0.92156862745098, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "MONK", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0, 1, 0.59607843137255, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "PALADIN", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.95686274509804, 0.54901960784314, 0.72941176470588, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "PRIEST", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.98823529411765, 0.98823529411765, 0.98823529411765, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "ROGUE", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.95686274509804, 0.4078431372549, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "SHAMAN", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0, 0.43921568627451, 0.86666666666667, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "WARLOCK", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.52941176470588, 0.53333333333333, 0.93333333333333, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "isDead", ["value"] = 0, }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "WARRIOR", }, { ["trigger"] = 1, ["variable"] = "useBarClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.77647058823529, 0.6078431372549, 0.42745098039216, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DEATHKNIGHT", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { 0.76862752437592, 0.11764706671238, 0.22745099663734, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DEMONHUNTER", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.63921570777893, 0.18823531270027, 0.78823536634445, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "DRUID", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.48627454042435, 0.039215687662363, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "HUNTER", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.66666668653488, 0.82745105028152, 0.44705885648727, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "MAGE", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.24705883860588, 0.78039222955704, 0.9215686917305, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "MONK", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0, 1, 0.59607845544815, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "PALADIN", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.95686280727386, 0.54901963472366, 0.7294117808342, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "PRIEST", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 1, 1, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "ROGUE", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 1, 0.95686280727386, 0.4078431725502, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "SHAMAN", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0, 0.43921571969986, 0.8666667342186, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "WARLOCK", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.52941179275513, 0.53333336114883, 0.93333339691162, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "EVOKER", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.20000001788139, 0.57647061347961, 0.49803924560547, 1, }, ["property"] = "backgroundColor", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "class", ["value"] = "WARRIOR", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0", }, { ["trigger"] = 1, ["variable"] = "useTextClassColor", ["value"] = 1, }, }, }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.77647066116333, 0.60784316062927, 0.42745101451874, 1, }, ["property"] = "backgroundColor", }, { }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "outOfRange", ["value"] = 1, }, ["changes"] = { { ["value"] = 0.25, ["property"] = "alpha", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { ["display"] = { ["useTextClassColor"] = true, ["useBarClassColor"] = true, }, ["enabledInterrupts"] = { ["183752"] = true, ["31935"] = true, ["202137"] = true, ["106839"] = true, ["96231"] = true, ["119914"] = true, ["351338"] = true, ["119910"] = true, ["386071"] = true, ["15487"] = true, ["1766"] = true, ["47528"] = true, ["147362"] = true, ["6552"] = true, ["187707"] = true, ["57994"] = true, ["2139"] = true, ["23920"] = true, ["78675"] = true, ["392060"] = true, ["116705"] = true, }, ["sorting"] = { ["sortCD"] = 2, ["Classes"] = { ["DEATHKNIGHT"] = 4, ["WARRIOR"] = 6, ["SHAMAN"] = 3, ["MAGE"] = 9, ["PRIEST"] = 11, ["ROGUE"] = 5, ["MONK"] = 7, ["WARLOCK"] = 10, ["DEMONHUNTER"] = 2, ["HUNTER"] = 8, ["DRUID"] = 12, ["EVOKER"] = 13, ["PALADIN"] = 1, }, ["sortType"] = 2, }, ["advanced"] = { ["showTarget"] = true, ["showSpell"] = true, ["showMissed"] = false, }, }, }, ["11 Rune of Damnation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["auraspellids"] = { "360281", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Jump Hole", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "TfQZ0F(Ku62", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Rune of Damnation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Unfuser's Boon"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326078", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip1%% HPS", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1SP3LU2EO8Y", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Unfuser's Boon", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["06 Impending Loom"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.82745105028152, 0, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "6kxNrhfyVZI", ["displayIcon"] = 3528290, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["spellId"] = { 429615, }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["custom_hide"] = "timed", ["event"] = "Combat Log", ["use_unit"] = true, ["spellIds"] = { }, ["use_spellId"] = true, ["events"] = "", ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["duration"] = "4.5", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Lasers Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_value_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_fixedWidth"] = 64, ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "06 Impending Loom", ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["sparkHidden"] = "NEVER", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["inverse"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, }, ["07 Summon Dutiful Attendant"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 346698, }, ["auranames"] = { "327773", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["unevent"] = "auto", ["useName"] = true, ["unit"] = "boss", ["use_spellNames"] = true, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528307, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "5aPKuEJKErU", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Summon Dutiful Attendant", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Greater Bronze Cache"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223911, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_legacy_floor"] = false, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_visible"] = false, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223911\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = ")VH8ysfAp7g", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Greater Bronze Cache", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "4555573", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["07 Molten Spittle"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "402994", "411149", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "bRWxCrXBpAm", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Molten Spittle", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "411149", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "402994", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["05-Withering Seeds"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "361568", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "361568", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0, ["scalex"] = 1, ["colorB"] = 1, ["colorG"] = 0.59607843137255, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "bEZz3Vw9v1O", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "05-Withering Seeds", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["04 Relentless Barrage"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421018", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "YuSOfxAY(2r", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Relentless Barrage", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Dragonriding UI"] = { ["controlledChildren"] = { "Dragonriding UI Timers", "Dragonriding UI Speed", "Dragonriding UI Acceleration", "Dragonriding UI Vigor", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "tXs4-ei7t", ["xOffset"] = 4.9998779296875, ["preferToUpdate"] = true, ["yOffset"] = -109.44445800781, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dmui-dragonriding/36", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "", ["version"] = 36, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["borderOffset"] = 4, ["semver"] = "3.1.0", ["tocversion"] = 100002, ["id"] = "Dragonriding UI", ["selfPoint"] = "CENTER", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["config"] = { }, ["uid"] = "(llkIqGx9)g", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["frameStrata"] = 1, }, ["AUG_Time Skip"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 404977, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Skip", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115533] = true, [115686] = false, [371034] = true, [404977] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 404977, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "bnzbP)bzhZ3", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Time Skip", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["[BHH] Stink Breath (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 388060, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Stink Breath (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "XbYdhjQo(bd", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Mass Entanglement Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Roots in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "424495", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_never"] = false, ["instance_type"] = { }, ["use_role"] = false, ["encounterid"] = "2786", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "g5lWJ0eZPXA", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Mass Entanglement Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["10 Misery"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "356024", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "356024", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["encounterid"] = "2435", ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Misery", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ovnsNTAyeMH", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135358, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Flawed Quick Topaz"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216643, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216643\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Quick Topaz", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "(E7WzVFBueO", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629712", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["03 Cloak of Flames (Kael'thas)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 337865, }, ["useGroup_count"] = true, ["use_absorbMode"] = true, ["use_unit"] = true, ["specificUnit"] = "boss1", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "unit", ["use_specific_unit"] = true, ["unevent"] = "auto", ["unit"] = "boss1", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["names"] = { }, ["auranames"] = { "338600", }, ["useName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["group_countOperator"] = ">", ["duration"] = "1", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["useName"] = true, ["debuffType"] = "HARMFUL", ["useGroup_count"] = true, ["auranames"] = { "338600", }, ["fetchTooltip"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["names"] = { }, ["spellIds"] = { }, ["specificUnit"] = "boss1", ["group_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["unit"] = "member", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Heal Boss", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_2.tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_text"] = "%2.tooltip1", ["text_text_format_2.tooltip1_format"] = "BigNumber", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tooltip1_decimal_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132093, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "(iN6cjUbPiT", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Cloak of Flames (Kael'thas)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[TNO] Maruuk (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "2093", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[TNO] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 386063, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 22, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TNO] Maruuk (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "X1F8mNpqooa", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Luxthos - Experience Group"] = { ["controlledChildren"] = { "Experience Bar - Luxthos", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "3GaU4Ttxj", ["xOffset"] = 1180, ["preferToUpdate"] = true, ["yOffset"] = 570, ["anchorPoint"] = "TOP", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/LuxthosExperienceBar/40", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "Created by Luxthos & Daemoos\nwww.twitch.tv/luxthos", ["version"] = 40, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["anchorFrameFrame"] = "UIParent", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["anchorFrameParent"] = false, ["selfPoint"] = "BOTTOMLEFT", ["parent"] = "CommonUI", ["borderOffset"] = 4, ["semver"] = "3.0.5", ["tocversion"] = 100002, ["id"] = "Luxthos - Experience Group", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["uid"] = "71NVVv0hq7p", ["borderEdge"] = "Square Full White", ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["groupOffset"] = true, }, ["groupIcon"] = "132996", }, ["02 Marked for Torment Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Torment in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "422776", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "leq58SACFAQ", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.031372550874949, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.94117653369904, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Marked for Torment Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "3", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "4", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\4.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "count", ["value"] = "5", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\5.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["RaidFrame Glows (Healers)"] = { ["controlledChildren"] = { "01 Shadow Spines - RED", "01 Blazing Pollen - BLUE", "02 Blistering Spears - WHITE", "03 Coiling Flames - WHITE", "04 Captivating Finale - RED", "04 Poisonous Javelin - GREEN", "05 Scorching Bramblethorn - BLUE", "05 Flash Fire - WHITE", "05 Blazing Coalesque - RED/WHITE", "06 Impending Loom - RED", "07 Lingering Burn - RED", "08 Fiery Growth/Lingering Cinder/Mass Entanglement - RED/BLUE", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\add.tga", ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["uid"] = "DgglhGOeqHu", ["xOffset"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "RaidFrame Glows (Healers)", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 0, ["config"] = { }, ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["selfPoint"] = "CENTER", }, ["d_Snapfire"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 286.86272913615, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "370818", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Snapfire", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.3, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0.13333334028721, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 12, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 12, ["glowBorder"] = false, }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { [371032] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "Rz0mmaq1xzq", ["adjustedMax"] = "", ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = false, ["color"] = { 1, 1, 1, 0, }, ["xOffset"] = -194.20538330078, ["cooldownEdge"] = false, ["width"] = 35, ["alpha"] = 1, ["zoom"] = 0, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_Snapfire", ["cooldownTextDisabled"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Rapid_Contagion"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "344566", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Черная душа: нестабильность", }, ["useGroup_count"] = false, ["spellIds"] = { 113858, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 344566, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Rapid Contagion", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 113858, }, }, { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "113858", }, ["unevent"] = "timed", ["duration"] = "0.6", ["event"] = "Combat Log", ["use_unit"] = true, ["use_spellId"] = true, ["use_absorbMode"] = true, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 344566, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Dynamic]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Rapid_Contagion", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "46F7VOgOb84", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = { 1, 0.77254901960784, 0.50196078431373, 1, }, ["property"] = "sub.2.border_color", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[BHH] Bladestorm (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 377830, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Bladestorm (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "erUuODFY3tZ", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["04 Agonizing Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421022", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2728", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "VCkNwHtDAeO", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Agonizing Claws (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Hovering"] = { ["sparkWidth"] = 28, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -175.25366401672, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.78039222955704, 0.70588237047195, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "BantoBar", ["zoom"] = 0.42, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Hover", "358267", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "358267", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Combustion", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 16, ["border_anchor"] = "bar", ["border_offset"] = 5, ["border_color"] = { 1, 1, 1, 0.5, }, ["border_visible"] = false, ["border_edge"] = "None", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_anchorYOffset"] = 1, ["text_fontSize"] = 6, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "ICON_CENTER", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 6, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["borderBackdrop"] = "None", ["borderInFront"] = false, ["xOffset"] = 0, ["icon_side"] = "RIGHT", ["customTextUpdate"] = "update", ["backgroundColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 43, ["spark"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 149.5, ["semver"] = "1.2.18", ["id"] = "Hovering", ["sparkHidden"] = "NEVER", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["config"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "3", }, ["changes"] = { { ["value"] = { 1, 0, 0.5137255191803, 1, }, ["property"] = "barColor", }, }, }, }, ["barColor2"] = { 1, 0, 0.60392159223557, 1, }, ["uid"] = "k6t7OvGIoN7", }, ["04 Poisonous Javelin - GREEN"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0, 0.58823531866074, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_border"] = false, ["glow_frame_type"] = "UNITFRAME", ["glow_action"] = "show", ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_YOffset"] = -1, }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "420858", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "YfvNvU8En8s", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Poisonous Javelin - GREEN", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["Shadow_Fury"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 30283, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = ">=", ["realSpellName"] = "Shadowfury", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 30283, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 9, ["multi"] = { [9] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 30283, ["role"] = { ["multi"] = { }, }, }, ["parent"] = "Warlock [Utility]", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["adjustedMin"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Shadow_Fury", ["alpha"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["stickyDuration"] = false, ["uid"] = "OqXvcgiF8H2", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Staggering Barrage"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Split.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["auraspellids"] = { "361018", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { }, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = ")mGsu0XoYcr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Staggering Barrage", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Dragonrage 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "375087", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Dragonrage", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 375087, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 375087, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "qC7akTDlqyd", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Dragonrage 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[UR] Rotten Bile (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 265542, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Rotten Bile (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "uOsH4jiCbnw", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294123888016, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["02 Deathlink (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "351143", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Deathlink (Tank)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "Vf)Bz)rHY6T", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["01 Pollen Burn"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "425820", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "WhjVPc)DyES", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Pollen Burn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["01 Ray of Anguish"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isHM = ID == 16 or ID == 15", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "402253", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "To Rift", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "g4FQ8dp8lW0", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Ray of Anguish", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return aura_env.isHM\nend", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["property"] = "sub.8.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["02 Sinseeker"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.ID == 16 then\n return \"Dmgsplit\"\n else\n return \"Targeted\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "335113", }, ["duration"] = "4", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["auraspellids"] = { "335113", }, ["fetchTooltip"] = false, ["event"] = "Health", ["custom_type"] = "event", ["names"] = { }, ["events"] = "CHAT_MSG_RAID_BOSS_WHISPER", ["spellIds"] = { }, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 236174, ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "x9zcDnyju20", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "02 Sinseeker", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["do_custom"] = false, ["custom"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.ID = select(3, GetInstanceInfo())", ["do_custom"] = true, }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["Dragonriding UI Vigor"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["displayText"] = "Pitch: %p", ["yOffset"] = 0, ["anchorPoint"] = "BOTTOM", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dmui-dragonriding/36", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.vigor = 0\naura_env.charge = 0", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 0.65882354974747, 0.30196079611778, 0.76470595598221, 1, }, ["desaturate"] = false, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { }, ["use_dragonriding"] = true, ["use_spellknown"] = false, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["zoneIds"] = "", ["spellknown"] = 372610, ["size"] = { ["multi"] = { }, }, }, ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "tXs4-ei7t", ["parent"] = "Dragonriding UI", ["adjustedMin"] = "0.395", ["shadowYOffset"] = -1, ["sparkRotationMode"] = "AUTO", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["use_unit"] = true, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "status", ["names"] = { }, ["customOverlay1"] = "function()\n return \"forward\", aura_env.charge, 0\nend", ["event"] = "Alternate Power", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.vigor, 6, true\nend", ["events"] = "UPDATE_UI_WIDGET, UNIT_POWER_UPDATE:player", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["custom"] = "function(e, w)\n if e == \"STATUS\" or e == \"UNIT_POWER_UPDATE\" then\n aura_env.vigor = UnitPower(\"player\", Enum.PowerType.Alternate)\n if aura_env.vigor == UnitPowerMax(\"player\", Enum.PowerType.Alternate) then\n aura_env.charge = 0\n end\n elseif e == \"UPDATE_UI_WIDGET\" and w then\n if w.widgetSetID == 283 then\n local widgetInfo = C_UIWidgetManager.GetFillUpFramesWidgetVisualizationInfo(w.widgetID)\n \n if widgetInfo then\n aura_env.charge = widgetInfo.numFullFrames + widgetInfo.fillValue / widgetInfo.fillMax\n end \n end\n end\n return true\nend", ["subeventPrefix"] = "SPELL", ["customVariables"] = "{\n value = \"number\"\n}\n", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t) return (t[2] or t[3]) and t[4] end", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["overlays"] = { { 0.1803921610117, 0.5686274766922, 0.77254909276962, 1, }, }, ["information"] = { ["forceEvents"] = false, }, ["config"] = { }, ["orientation"] = "HORIZONTAL", ["zoom"] = 0, ["version"] = 36, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 4, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Blizzard Dialog Gold", ["border_size"] = 12, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "1", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "2.01", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "3", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "4.01", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "5", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_n_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_decimal_precision"] = 3, ["type"] = "subtext", ["text_anchorXOffset"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_LEFT", ["text_fontType"] = "None", ["text_text_format_p_format"] = "Number", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = false, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 16, ["textureSource"] = "LSM", ["selfPoint"] = "TOP", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["displayText_format_p_time_legacy_floor"] = false, ["displayText_format_p_time_mod_rate"] = true, ["width"] = 200, ["preferToUpdate"] = true, ["anchorFrameFrame"] = "WeakAuras:Dragonriding UI Pitch", ["displayText_format_p_time_format"] = 0, ["sparkHidden"] = "NEVER", ["icon"] = false, ["icon_side"] = "RIGHT", ["justify"] = "LEFT", ["displayText_format_p_time_precision"] = 1, ["anchorFrameParent"] = true, ["sparkHeight"] = 30, ["overlaysTexture"] = { "Solid", }, ["backgroundColor"] = { 0, 0, 0, 0.49857431650162, }, ["semver"] = "3.1.0", ["xOffset"] = 0, ["id"] = "Dragonriding UI Vigor", ["adjustedMax"] = "0.55", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "event", ["displayText_format_p_time_dynamic_threshold"] = 60, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "5FfG6cGbsxx", }, ["02 Heart Stopper + Umbral Destruction Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["color"] = { 1, 0.37254902720451, 0, 1, }, ["displayText"] = "Heart+Soak in %1.p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Fixed", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "415623", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "416048", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0.90588241815567, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["selfPoint"] = "TOP", ["displayText_format_1.p_time_format"] = 0, ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["displayText_format_cHeart_format"] = "none", ["displayText_format_c_format"] = "none", ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["authorOptions"] = { }, ["xOffset"] = 100, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "k6kzQlnxOVO", ["shadowXOffset"] = 1, ["displayText_format_1.p_time_mod_rate"] = true, ["internalVersion"] = 75, ["yOffset"] = 30, ["regionType"] = "text", ["displayText_format_1.p_time_legacy_floor"] = false, ["preferToUpdate"] = false, ["displayText_format_1.p_format"] = "timed", ["displayText_format_1.c_format"] = "none", ["displayText_format_p_time_precision"] = 1, ["displayText_format_1.p_time_dynamic_threshold"] = 60, ["parent"] = "BigWigs / DBM Timers / Texts", ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "02 Heart Stopper + Umbral Destruction Timer", ["url"] = "https://wago.io/dfraid3/47", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["conditions"] = { }, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["displayText_format_1.p_time_precision"] = 1, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["06 Shadowsteel Ember"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355534", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Shadowsteel Ember", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "o9T8gkL3h7U", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 460952, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[Azure} Slime Explo (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 20, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.4588235616684, 0, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375591, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Slime Explo (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "c7L2hnsq5UC", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 200, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.4588235616684, 0, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["BronzeWorld"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -355, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.world_progress, aura_env.world_total\nend\n", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.world_progress, aura_env.world_total, true\nend\n\n\n", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local classMasks = {}\n classMasks[\"WARRIOR\"] = 1\n classMasks[\"PALADIN\"] = 2\n classMasks[\"HUNTER\"] = 4\n classMasks[\"ROGUE\"] = 8\n classMasks[\"PRIEST\"] = 16\n classMasks[\"DEATHKNIGHT\"] = 32\n classMasks[\"SHAMAN\"] = 64\n classMasks[\"MAGE\"] = 128\n classMasks[\"WARLOCK\"] = 256\n classMasks[\"MONK\"] = 512\n classMasks[\"DRUID\"] = 1024\n classMasks[\"DEMONHUNTER\"] = 2048\n classMasks[\"EVOKER\"] = 4096\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local IsSetUsable = function(className, setId)\n return classMasks[className] == bit.band(C_TransmogSets.GetSetInfo(setId)[\"classMask\"], classMasks[className])\n end\n \n local AddFilteredMixedSets = function(items, cost)\n local sets = {}\n for i,value in ipairs(items) do\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if IsSetUsable(className,value) then\n table.insert(sets,value)\n end\n else\n table.insert(sets,value)\n end\n end\n AddToTotal(sets, cost)\n end\n \n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n AddFilteredMixedSets(very_cheap, 750)\n AddFilteredMixedSets(cheap, 1250)\n AddFilteredMixedSets(moderate, 2000)\n AddFilteredMixedSets(expensive, 2500)\n \n aura_env.world_progress = total_acquired\n aura_env.world_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["use_unit"] = true, ["names"] = { }, ["currencyId"] = 2778, ["spellIds"] = { }, ["event"] = "Currency", ["value"] = "0", ["value_operator"] = ">", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "World Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeWorld", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "zcLULeCHBqc", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["RC Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 25, ["anchorPoint"] = "CENTER", ["sameTexture"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["backgroundColor"] = { 0.24705882352941, 0.46274509803922, 0.11764705882353, 1, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["tocversion"] = 90001, ["alpha"] = 1, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "rJNoy5wRX", ["parent"] = "RaidTools_WLNO", ["customText"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["event"] = "Conditions", ["use_unit"] = true, ["custom_type"] = "status", ["spellIds"] = { }, ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n end\n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["names"] = { }, ["check"] = "event", ["events"] = "WA_ExalityRaidTools ", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["useAdjustedMin"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["discrete_rotation"] = 0, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 17.764705882353, ["rotate"] = true, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_mini.tga", ["source"] = "import", ["regionType"] = "progresstexture", ["useAdjustedMax"] = false, ["mirror"] = false, ["uid"] = "6j4fhUoNNH3", ["adjustedMin"] = "", ["crop_x"] = 1.03, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["adjustedMax"] = "", ["crop_y"] = 0.7, ["width"] = 106, ["fontSize"] = 12, ["semver"] = "2.0.6", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "if not RaidCheck then\n local region = aura_env.region\n local frame = CreateFrame(\"Button\", \"RaidCheck\", region, \"SecureActionButtonTemplate\")\n frame:SetAllPoints(region)\n frame:SetAttribute(\"type\",\"macro\")\n frame:RegisterForClicks(\"AnyDown\", \"AnyUp\")\n frame:SetAttribute(\"macrotext\",\"/readycheck\")\nend\n\n\n\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["id"] = "RC Background", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_Smooth_Border", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["auraRotation"] = 0, ["color"] = { 0, 0, 0, 0.75, }, ["inverse"] = false, ["compress"] = false, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["foregroundColor"] = { 0.29411764705882, 0.77647058823529, 0.094117647058824, 0.37999999523163, }, }, ["Agony"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "target", ["use_inverse"] = true, ["auranames"] = { "980", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 980, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Агония", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["realSpellName"] = "Agony", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 980, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "RIGHT", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 980, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 136139, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Agony", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "14QhViOszex", ["inverse"] = false, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "5", }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = false, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 0.34117647058824, 0.25098039215686, 1, }, ["property"] = "color", }, { ["value"] = { 1, 0.34117647058824, 0.25098039215686, 1, }, ["property"] = "sub.2.border_color", }, { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Hover_Bar_2"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["xOffset"] = 1.5, ["preferToUpdate"] = false, ["yOffset"] = 47, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "LEFT", ["barColor"] = { 1, 0.77254909276962, 0.56470590829849, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["foregroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Resources]", ["customText"] = "function()\n local p = math.max(0, UnitMana(\"player\")) / math.max(1, UnitManaMax(\"player\")) * 100;\n return string.format(\"%.f\", p) .. \"%%\";\nend\n\n\n\n", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["adjustedMin"] = "", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_charges"] = false, ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["trackcharge"] = "2", ["powertype"] = 0, ["use_powertype"] = true, ["spellIds"] = { }, ["charges"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_trackcharge"] = true, ["spellName"] = 358267, ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["health_operator"] = ">=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_charges"] = false, ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["trackcharge"] = "2", ["powertype"] = 0, ["use_powertype"] = true, ["spellIds"] = { }, ["charges"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_trackcharge"] = true, ["spellName"] = 365933, ["charges_operator"] = ">=", ["type"] = "spell", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["health_operator"] = ">=", ["event"] = "Spell Known", ["use_exact_spellName"] = true, ["realSpellName"] = "Hover", ["use_spellName"] = true, ["health"] = "0", ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "358267", }, ["use_genericShowOn"] = true, ["spellName"] = 365933, ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["event"] = "Spell Known", ["use_exact_spellName"] = false, ["use_track"] = true, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["powertype"] = 0, ["duration"] = "1", ["useExactSpellId"] = false, ["use_trackcharge"] = true, ["charges"] = "2", ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["trackcharge"] = "2", ["names"] = { }, ["unevent"] = "auto", ["health"] = "0", ["unit"] = "player", ["custom_hide"] = "timed", ["health_operator"] = ">=", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["type"] = "aura2", ["ownOnly"] = true, ["matchesShowOn"] = "showAlways", ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 108853, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["barColor2"] = { 1, 0.96078437566757, 0.87843143939972, 1, }, ["crop_x"] = 0.41, ["stickyDuration"] = false, ["adjustedMax"] = "", ["customTextUpdate"] = "update", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0.003921568627451, 0.003921568627451, 0.003921568627451, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 1, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 1, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 2, ["anchorYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_fontType"] = "OUTLINE", ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(1,0.76,0.53,1), CreateColor(1,0.96,0.88,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun", ["source"] = "import", ["zoom"] = 0, ["regionType"] = "aurabar", ["width"] = 123.5, ["mirror"] = false, ["user_y"] = 0, ["borderBackdrop"] = "None", ["borderInFront"] = true, ["id"] = "Hover_Bar_2", ["icon_side"] = "RIGHT", ["backgroundColor"] = { 0.41960784313725, 0.10588235294118, 0.011764705882353, 1, }, ["anchorPoint"] = "CENTER", ["sparkHeight"] = 30, ["backdropColor"] = { 0, 0, 0, 0, }, ["spark"] = false, ["config"] = { }, ["semver"] = "1.0.7", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 12, ["multi"] = { [383243] = true, }, }, ["class_and_spec"] = { ["single"] = 63, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [382292] = true, [116011] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 343222, ["size"] = { ["multi"] = { }, }, }, ["sparkHidden"] = "NEVER", ["startAngle"] = 0, ["frameStrata"] = 3, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "VCJZ3v(wc4B", ["inverse"] = true, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "charges", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, { ["value"] = { 0.71764707565308, 0.71764707565308, 0.71764707565308, 1, }, ["property"] = "barColor", }, { ["property"] = "sub.4.model_alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["compress"] = false, }, ["Hover 2"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.53725492954254, 0.90980398654938, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["single"] = "SHAMAN", ["multi"] = { ["EVOKER"] = true, }, }, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_class_and_spec"] = false, ["use_spec"] = false, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 365933, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Hover - LWA - Evoker", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_power"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_rune"] = true, ["powertype"] = 19, ["use_trackcharge"] = true, ["debuffType"] = "HELPFUL", ["trackcharge"] = "2", ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = true, ["spellName"] = 358267, ["charges_operator"] = "==", ["type"] = "spell", ["use_requirePowerType"] = false, ["power"] = "1", ["power_operator"] = "==", ["use_charges"] = false, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "2", ["rune"] = 1, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["auranames"] = { "358267", }, ["ownOnly"] = true, ["matchesShowOn"] = "showOnMissing", ["type"] = "aura2", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["configGroup"] = "combo_points", ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["scalex"] = 1, ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["duration"] = "0.3", ["y"] = 0, ["x"] = 0, ["rotateType"] = "straight", ["rotate"] = 360, ["easeStrength"] = 3, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorB"] = 1, ["duration_type"] = "seconds", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = false, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["icon_side"] = "RIGHT", ["auto"] = true, ["anchorFrameParent"] = false, ["sparkHeight"] = 30, ["internalVersion"] = 75, ["uid"] = "OUbFzMODVTt", ["config"] = { }, ["semver"] = "1.1.2", ["icon"] = false, ["id"] = "Hover 2", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 56, ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"hover\"", ["do_custom"] = true, }, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 2, 2)", }, ["property"] = "customcode", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["xOffset"] = 0, }, ["Thundering (M+)"] = { ["controlledChildren"] = { "Thundering - Mark in Chat", "Thundering - Party Marks", "Thundering - Personal Marks", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "Qit4lVLhD", ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/Qit4lVLhD/11", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Health", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "A group of auras designed to make the Thundering M+ affix much easier to deal with.\n\nThere are two auras in this set: \n\nOne is a personal display that tracks your current mark, glowing red and playing a sound when it is approaching the time to clear.\n\nThe other is a group display that will track your team's marks, changing colour and glowing if they have a mark opposite to yours (to clear your own).\n\nThe colour will only be changed if the team member has an opposite mark to you. Red for Wind and Blue for Lightning.", ["version"] = 11, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["borderOffset"] = 4, ["semver"] = "1.0.10", ["tocversion"] = 100002, ["id"] = "Thundering (M+)", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "mDkg4lTEpMC", ["groupIcon"] = "1385910", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["selfPoint"] = "CENTER", }, ["Emerald Communion 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 370960, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Emerald Communion", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 21, ["multi"] = { [372233] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 370960, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "u4xznITWQz7", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Emerald Communion 2", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "onCooldown", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["11 Cry of Loathing"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Cast", ["auraspellids"] = { "365385", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Haste", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "5sznu1IqbPe", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Cry of Loathing", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Chain Bleed"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "339189", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "JoOvW6HEz2r", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "08 Chain Bleed", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["circle_lotus_nofill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 3, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 3 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {0, 0, 1, 3}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 3, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\circle_lotus_nofill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "wtYDqz3U(i1", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "circle_lotus_nofill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["[UR] Dark Reconstitution (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 265089, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Dark Reconstitution (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "BBAYbt8TqZl", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["04 Blink Timer (Tanks, Achor To Nameplate)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 140, ["displayText"] = "TP in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "stateupdate", ["customVariables"] = "{expirationTime = true}", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["events"] = "BigWigs_StartBar, BigWigs_StopBar, NAME_PLATE_UNIT_ADDED, NAME_PLATE_UNIT_REMOVED", ["names"] = { }, ["check"] = "event", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"BigWigs_StartBar\" and ... then\n local bar = ...\n if bar then\n local b = WeakAuras.GetBigWigsTimerById(bar)\n if b then\n local duration = b.duration\n local expirationTime = b.expirationTime\n local spellID = b.spellId\n if spellID == \"421501\" then\n local guid = UnitGUID(\"boss3\")\n if guid then\n allstates[guid] = {\n show = true,\n changed = true,\n destUnit = \"boss3\",\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true \n end\n end\n end\n end\n elseif event == \"BigWigs_StopBar\" and ... then\n local bar = ...\n if bar then\n local b = WeakAuras.GetBigWigsTimerById(bar)\n if b then\n local spellID = b.spellId\n if spellID == \"421501\" then\n local guid = UnitGUID(\"boss3\")\n if guid then\n local state = allstates[guid] \n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\n end\n end\n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and ... then\n local unit = ...\n if UnitIsUnit(unit, \"boss3\") then\n local b = WeakAuras.GetBigWigsTimerById(GetSpellInfo(421501))\n if b then\n local guid = UnitGUID(unit)\n local duration = b.duration\n local expirationTime = b.expirationTime\n allstates[guid] = {\n show = true,\n changed = true,\n destUnit = unit,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n }\n return true\n end\n end\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["useTooltip"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["anchorFrameParent"] = false, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2728", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["fontSize"] = 19, ["source"] = "import", ["displayText_format_c_format"] = "none", ["shadowXOffset"] = 1, ["customAnchor"] = "function()\n if aura_env.state.destUnit then\n return C_NamePlate.GetNamePlateForUnit(aura_env.state.destUnit)\n end\nend", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "6", }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["color"] = { 1, 1, 1, 1, }, ["selfPoint"] = "CENTER", ["uid"] = "KgIegFRPEZ5", ["internalVersion"] = 75, ["displayText_format_p_time_precision"] = 1, ["yOffset"] = 20, ["parent"] = "BigWigs / DBM Timers / Texts", ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "04 Blink Timer (Tanks, Achor To Nameplate)", ["displayText_format_p_time_legacy_floor"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "CUSTOM", ["displayText_format_p_time_dynamic_threshold"] = 60, ["config"] = { }, ["automaticWidth"] = "Fixed", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Deep Breath 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "371807", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Deep Breath", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 357210, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 357210, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "6J6fFlKewgh", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Deep Breath 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["{TVP] Rally (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 93954, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Rally (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "VuDoj6Tk)PU", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Blessing of the Bronze 3"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 167.00006103516, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["auranames"] = { "Blessing of the Bronze", }, ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["ignoreSelf"] = false, ["group_count"] = ".9", ["ignoreInvisible"] = true, ["debuffType"] = "HELPFUL", ["group_countOperator"] = "<", ["useName"] = true, ["type"] = "aura2", ["match_countOperator"] = "<", ["unit"] = "player", ["auraspellids"] = { "381748", "381758", }, ["event"] = "Health", ["ignoreDead"] = true, ["ignoreDisconnected"] = true, ["match_count"] = "", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["useGroup_count"] = false, ["useExactSpellId"] = false, ["customVariables"] = "{ \n duration = true,\n progressType = {\n type = \"select\",\n values = { static = \"static\", timed = \"timed\" }\n }\n}", }, ["untrigger"] = { }, }, ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_format"] = "timed", ["text_anchorYOffset"] = 30, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 30, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["use_never"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { }, }, ["size"] = { ["multi"] = { ["scenario"] = true, ["ten"] = true, ["twentyfive"] = true, ["fortyman"] = true, ["ratedpvp"] = true, ["party"] = true, ["ratedarena"] = true, ["flexible"] = true, ["arena"] = true, ["twenty"] = true, ["pvp"] = true, }, }, ["use_size"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["multi"] = { }, }, ["difficulty"] = { }, ["use_spellknown"] = true, ["race"] = { ["single"] = "Dracthyr", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_petbattle"] = false, ["use_exact_spellknown"] = true, ["spellknown"] = 364342, ["instance_type"] = { }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "ruyXW7v4he2", ["adjustedMax"] = "", ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = false, ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = 166.5, ["cooldownEdge"] = false, ["width"] = 30, ["alpha"] = 1, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Blessing of the Bronze 3", ["cooldownTextDisabled"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["05 Desolate"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 329455, }, ["auranames"] = { "329455", }, ["duration"] = "1", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["unevent"] = "auto", ["fetchTooltip"] = false, ["use_spellNames"] = true, ["unit"] = "boss1", ["names"] = { }, ["use_absorbMode"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = true, ["useName"] = true, ["event"] = "Cast", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "1778230", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "w)frAKWSf4f", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "05 Desolate", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Hellbeam (High Energy)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.69803923368454, 0.72156864404678, 0.73333334922791, 1, }, ["desaturate"] = true, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = true, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 236302, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "80", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Power", ["use_specific_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_percentpower"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_unit"] = true, ["unit"] = "boss1", ["percentpower"] = { "80", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Power", ["use_specific_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_percentpower"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_unit"] = true, ["unit"] = "boss1", ["percentpower"] = { "100", }, ["percentpower_operator"] = { "<", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellNames"] = { 400430, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["use_specific_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and t[2] and not t[3]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Beam Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHeight"] = 30, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["id"] = "01 Hellbeam (High Energy)", ["semver"] = "1.0.44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["frameStrata"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["uid"] = "rF)DVLfP7J5", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["[Azure} Cleave's & Frontal's"] = { ["controlledChildren"] = { "[Azure} Splitter (Frontal)", "[Azure} Zauberfrostathem (Frontal)", "[Azure} Arcane Ball (Frontal)", "[Azure} Azureblade (Frontal)", "[Azure} Ansturm (Spread)", "[Azure} Arkanhieb (Frontal)", "[Azure} Bersten (CLeave)", "[Azure} Slime Explo (Cleave)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578411, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure} Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "NxRhgfiXzuB", ["parent"] = "Cleave's and Frontal's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Demon Hunter Power"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["zoom"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["adjustedMax"] = "", ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/4kTH1dUFb/43", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["unevent"] = "auto", ["duration"] = "1", ["event"] = "Power", ["use_unit"] = true, ["use_class"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["barColor2"] = { 1, 1, 0, 1, }, ["enableGradient"] = false, ["barColor"] = { 0.78823529411765, 0.25882352941176, 0.9921568627451, 1, }, ["desaturate"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["gradientOrientation"] = "HORIZONTAL", ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_size"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = -1, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_anchorYOffset"] = 4, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["tick_length"] = 30, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "40", }, ["automatic_length"] = true, ["tick_thickness"] = 1, ["tick_color"] = { 1, 1, 1, 0.65000000596046, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = true, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["tick_length"] = 30, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "20", }, ["automatic_length"] = true, ["tick_thickness"] = 1, ["tick_color"] = { 1, 1, 1, 0.65000000596046, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = true, }, }, ["height"] = 15, ["textureSource"] = "LSM", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["parent"] = "Ipse: Demon Hunter", ["uid"] = "3bzmq9h3PoV", ["authorOptions"] = { }, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["sparkOffsetY"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["id"] = "Demon Hunter Power", ["auto"] = true, ["icon_side"] = "RIGHT", ["spark"] = false, ["anchorFrameParent"] = false, ["texture"] = "ElvUI Blank", ["sparkHeight"] = 30, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.4", ["tocversion"] = 90002, ["sparkHidden"] = "NEVER", ["config"] = { }, ["frameStrata"] = 1, ["width"] = 245, ["icon"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["backgroundColor"] = { 0.06274509803921569, 0.06274509803921569, 0.06274509803921569, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["iconSource"] = -1, }, ["nocircle_noleaf_nofill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 7, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 7 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {1, 0, 1, 7}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 7, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\nocircle_lotus_nofill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "YKLKHDXFofn", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "nocircle_noleaf_nofill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["Shadow_Embrace"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "8", ["matchesShowOn"] = "showAlways", ["use_unit"] = true, ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["names"] = { "Черная душа: Страдание", }, ["unitExists"] = true, ["unit"] = "target", ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "aura2", ["spellName"] = 48181, ["charges_operator"] = "==", ["charges"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["use_showOn"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["auraspellids"] = { "32390", }, ["realSpellName"] = "Блуждающий дух", ["use_spellName"] = true, ["spellIds"] = { }, ["use_charges"] = false, ["remOperator"] = ">=", ["use_showgcd"] = true, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { [389359] = true, [389623] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [91565] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 32388, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "INTERFACE\\ICONS\\spell_warlock_demonsoul", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Shadow_Embrace", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "9pgfGxKAaxm", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "3", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["glow_frame"] = "WeakAuras:DS", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["[NL] Piercing Shards (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 226296, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Piercing Shards (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "EyXIgjOnrEf", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["DeadRaidersGroup"] = { ["arcLength"] = 360, ["controlledChildren"] = { "DeadRaiders", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = -640.8275756835938, ["preferToUpdate"] = false, ["yOffset"] = 363.5861206054688, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/RaiderDeaths/7", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["columnSpace"] = 1, ["radius"] = 200, ["useLimit"] = false, ["align"] = "LEFT", ["alpha"] = 1, ["rotation"] = 0, ["animate"] = false, ["version"] = 7, ["rowSpace"] = 1, ["stagger"] = 0, ["borderColor"] = { 0, 0, 0, 1, }, ["load"] = { ["use_class"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["gridType"] = "RD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["authorOptions"] = { }, ["source"] = "import", ["sortHybridTable"] = { ["DeadRaiders"] = false, }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["borderInset"] = 0, ["regionType"] = "dynamicgroup", ["constantFactor"] = "RADIUS", ["gridWidth"] = 5, ["borderOffset"] = 16, ["semver"] = "1.0.1", ["internalVersion"] = 75, ["id"] = "DeadRaidersGroup", ["uid"] = "nqIEmKyWzMB", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["limit"] = 5, ["config"] = { }, ["animation"] = { ["start"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, ["main"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, ["finish"] = { ["duration_type"] = "seconds", ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", }, }, ["selfPoint"] = "TOPLEFT", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["grow"] = "DOWN", }, ["[NLTH] Molten Core (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 378172, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Molten Core (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "gdgE9EVttA7", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["09 Emptiness Between Stars"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "401215", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "kHEn3lN8jAp", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Emptiness Between Stars", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Freezing Blast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["unit"] = "boss", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_spellIds"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "unit", ["auraspellids"] = { "349805", }, ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 352379, }, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["auraspellids"] = { "348787", }, ["names"] = { }, ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["use_absorbMode"] = true, ["use_destUnit"] = false, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["use_color"] = true, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Freezing Blast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "xyShRmNv8U5", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1698701, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Coiling Flames"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421207", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "bAH2x8654Sr", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Coiling Flames", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n return ID == 16\nend", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "3.1", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n return ID == 16\nend", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "2.1", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n return ID == 16\nend", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "expirationTime", ["value"] = "1.1", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Fire Breath (Devastation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state.stage then\n return ({ \"I\", \"II\", \"III\", \"IV\" })[aura_env.state.stage]\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 382266, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_empowered"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Fire Breath", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 382266, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 357208, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 357208, ["use_spellName"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "357208", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = "Fire Breath", ["use_spellName"] = true, ["spellName"] = 382266, ["event"] = "Cooldown Ready (Spell)", ["duration"] = "1.5", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.stage_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627457618713, 0.76862752437592, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorPoint"] = "OUTER_TOP", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_1.state_format"] = "none", ["text_text_format_2.s_format"] = "none", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_1.empowered_format"] = "none", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%4.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_color"] = { 1, 0.88627457618713, 0.76862752437592, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_4.p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_1.empowered_format"] = "none", ["text_fontSize"] = 18, ["text_text_format_3.p_time_format"] = 0, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_1.stage_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_text_format_2.p_time_precision"] = 1, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_text_format_2.s_format"] = "none", ["text_text_format_3.p_format"] = "timed", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_3.p_time_precision"] = 1, ["text_text_format_p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_text_format_3.p_time_mod_rate"] = true, ["text_text_format_4.p_time_dynamic_threshold"] = 0, ["text_text_format_3.p_time_dynamic_threshold"] = 0, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_1.state_format"] = "none", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_4.p_time_precision"] = 1, ["text_text_format_3.p_time_legacy_floor"] = false, ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_dynamic_threshold"] = 60, }, }, ["height"] = 48, ["cooldownEdge"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 357208, ["size"] = { ["multi"] = { }, }, }, ["xOffset"] = 0, ["useAdjustededMax"] = false, ["parent"] = "Core - LWA - Evoker", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 5, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "cooldownText", }, { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "4", ["variable"] = "stage", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 4, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "GqoKPSBSM0j", ["selfPoint"] = "CENTER", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Fire Breath (Devastation)", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 48, ["adjustedMin"] = "", ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = 4622458, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["08 Fallen Feather"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "425657", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Mount Up", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Proc", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0.34117648005486, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "mXHrasjsCeW", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Fallen Feather", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["09 Shadowflame Breath"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 410223, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = false, ["event"] = "Cast", ["useName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 4914672, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "IChKhW01urI", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Shadowflame Breath", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["11 Rune of Domination (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["names"] = { }, ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["group_count"] = "0", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "group", ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "365150", }, ["auranames"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useName"] = false, ["useExactSpellId"] = true, ["auraspellids"] = { "365150", }, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528304, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = ")IQZY)R(CaU", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Rune of Domination (Others)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["05 Encore of Torment Cone"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["use_absorbMode"] = true, ["spellId"] = { "349985", }, ["auranames"] = { "352658", }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["spellIds"] = { }, ["spellName"] = { 0, }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_CAST_SUCCESS\"\n and spellID == 349985 then\n local difficultyID = select(3, GetInstanceInfo())\n if difficultyID ~= 14 then\n local start\n local total = 6\n for i = 1, 5 do\n start = i == 1 and 9 or start + 5\n local delay = i == 1 and 5 or start\n local dur = i == 1 and 9 or 5\n C_Timer.After(delay, function() WeakAuras.ScanEvents(\"CAUSESE_ENCORE\", total-i, dur) end)\n end\n else\n local dur = 7\n local total = 5\n local start = 10.9\n WeakAuras.ScanEvents(\"CAUSESE_ENCORE\", 5, start)\n for i = 1, 4 do\n start = i == 1 and start or start + 7\n local delay = i == 1 and 10.9 or start\n C_Timer.After(delay, function() WeakAuras.ScanEvents(\"CAUSESE_ENCORE\", total-i, dur) end)\n end\n end\n end\n elseif event == \"CAUSESE_ENCORE\" and ... then\n local num, duration = ...\n allstates[num] = {\n show = true,\n changed = true,\n counter = num,\n progressType = \"timed\",\n duration = duration,\n expirationTime = duration + GetTime(),\n autoHide = true,\n }\n -- PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..num..\".ogg\", \"MASTER\")\n return true\n end\nend\n\n\n", ["use_spellId"] = true, ["realSpellName"] = 0, ["type"] = "custom", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["useName"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["customStacks"] = "function()\n return aura_env.counter+1\nend", ["castType"] = "channel", ["use_spellName"] = true, ["events"] = "CAUSESE_ENCORE, CLEU:SPELL_CAST_SUCCESS", ["custom_type"] = "stateupdate", ["check"] = "event", ["names"] = { }, ["use_track"] = true, ["duration"] = "10", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dance", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%counter", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_counter_format"] = "none", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_font"] = "Arial Narrow", ["text_text_format_remaining_format"] = "none", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Encore of Torment Cone", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "yqrcESRNxr7", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528313, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Bronze"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\n local CurrencyInfo = C_CurrencyInfo.GetCurrencyInfo(2778)\n return CurrencyInfo.quantity\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["itemName"] = 0, ["use_alwaystrue"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["unit"] = "player", ["custom_type"] = "event", ["event"] = "Conditions", ["use_itemName"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["use_absorbMode"] = true, ["use_track"] = true, ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["event"] = "Combat Log", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit)\n return true \nend", ["events"] = "CURRENCY_DISPLAY_UPDATE", ["check"] = "event", ["subeventPrefix"] = "", ["subeventSuffix"] = "", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(trigger)\n return trigger[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOM", ["text_anchorYOffset"] = -5, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, }, }, ["height"] = 64, ["adjustedMax"] = "", ["load"] = { ["use_namerealm"] = false, ["namerealm"] = "Hyphie-US-Mythic-Dungeons", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "2200", ["use_zoneIds"] = false, ["use_combat"] = false, ["use_alive"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["color"] = { 1, 1, 1, 1, }, ["source"] = "import", ["url"] = "https://wago.io/KwParTdDA/8", ["information"] = { }, ["conditions"] = { }, ["parent"] = "Remix Gem Combiner", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, }, ["config"] = { }, ["authorOptions"] = { }, ["width"] = 64, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Bronze", ["adjustedMin"] = "", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "uSveZYYgHoN", ["inverse"] = false, ["keepAspectRatio"] = false, ["displayIcon"] = "4638724", ["cooldown"] = true, ["useTooltip"] = false, }, ["Grimoire_of_Service"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "111898", }, ["duration"] = "15", ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_totemType"] = true, ["debuffType"] = "HELPFUL", ["names"] = { "Черная душа: страдание", }, ["type"] = "combatlog", ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["ownOnly"] = true, ["unit"] = "player", ["event"] = "Combat Log", ["totemType"] = 1, ["spellIds"] = { 113860, }, ["use_spellId"] = true, ["name"] = "Гримуар: страж Скверны", ["use_sourceUnit"] = true, ["unevent"] = "timed", ["use_unit"] = true, ["sourceUnit"] = "player", ["use_specific_unit"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 111898, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Grimoire: Felguard", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 111898, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84705889225006, 0.70588237047195, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [386689] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 111898, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 136216, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Grimoire_of_Service", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "mgw4y3BcKbH", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "14.5", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["10 March of the Pentinent"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["duration"] = "15", ["useName"] = true, ["unit"] = "boss1", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellNames"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["realSpellName"] = 0, ["castType"] = "channel", ["use_spellName"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["type"] = "unit", ["spellName"] = 0, ["use_track"] = true, ["spellNames"] = { "328117", }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Run To Boss", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "1357812", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "pFqgJVdoNhh", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 March of the Pentinent", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Felblade Right"] = { ["user_y"] = 0, ["user_x"] = 0, ["xOffset"] = 156, ["preferToUpdate"] = false, ["yOffset"] = 8.392333984375e-05, ["foregroundColor"] = { 1, 1, 1, 1, }, ["desaturateBackground"] = false, ["parent"] = "Ipse: Demon Hunter", ["sameTexture"] = true, ["url"] = "https://wago.io/4kTH1dUFb/43", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 232893, ["duration"] = "1", ["event"] = "Spell Activation Overlay", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_unit"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["anchorPoint"] = "CENTER", ["selfPoint"] = "CENTER", ["conditions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["authorOptions"] = { }, ["desaturate"] = false, ["discrete_rotation"] = 0, ["font"] = "Friz Quadrata TT", ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 280, ["rotate"] = true, ["crop_y"] = 0.41, ["rotation"] = 0, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["uid"] = "GK6vsva2HpU", ["startAngle"] = 0, ["load"] = { ["use_class"] = true, ["zoneIds"] = "", ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["width"] = 94, ["mirror"] = true, ["useAdjustededMin"] = false, ["regionType"] = "texture", ["frameStrata"] = 1, ["blendMode"] = "BLEND", ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["backgroundColor"] = { 0.5, 0.5, 0.5, 0.5, }, ["slantMode"] = "INSIDE", ["anchorFrameParent"] = false, ["texture"] = "801268", ["compress"] = false, ["foregroundTexture"] = "801268", ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Felblade Right", ["color"] = { 1, 1, 1, 0.75, }, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["fontSize"] = 12, ["config"] = { }, ["inverse"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "pulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["orientation"] = "VERTICAL", ["crop_x"] = 0.41, ["information"] = { ["forceEvents"] = true, }, ["backgroundOffset"] = 2, }, ["07 Castellan's Cadre"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "3.3", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["auraspellids"] = { "327773", }, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(_,_,_, spellID)\n if spellID\n and spellID == 330965 then\n return true\n end\nend", ["events"] = "UNIT_SPELLCAST_START:boss", ["custom_type"] = "event", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_scale"] = false, ["alphaType"] = "straight", ["colorB"] = 0.96862745098039, ["colorG"] = 0.96862745098039, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorA"] = 1, ["scalex"] = 1, ["use_translate"] = false, ["use_alpha"] = false, ["easeStrength"] = 3, ["scaleType"] = "custom", ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["scaley"] = 1, ["translateType"] = "custom", ["colorFunc"] = "", ["rotate"] = 0, ["duration_type"] = "seconds", ["scaleFunc"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 0.027450980392157, 0, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["cooldown"] = true, ["displayIcon"] = 458967, ["adjustedMax"] = "", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "7Y9)k1H9n(x", ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Castellan's Cadre", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["inverse"] = false, ["color"] = { 0.98039215686275, 0.97254901960784, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["iconInset"] = 0, }, ["06 Unstable Mote Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 362601, }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["unit"] = "player", ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["realSpellName"] = 0, ["event"] = "Cast", ["auraspellids"] = { "362622", "366012", }, ["castType"] = "cast", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["spellName"] = 0, ["duration"] = "4", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Motes Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038106, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "8LUT3KoiynQ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Unstable Mote Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Dark Quasar"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["names"] = { }, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["auraspellids"] = { "368082", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["ignoreAuraSpellids"] = { }, ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 0.56470588235294, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.56470588235294, ["type"] = "preset", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.56470588235294, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Dark Quasar", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "kHBeCm2W3lj", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 134126, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["Hunter"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { "Auto Tank Misdirect", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = 0, ["yOffset"] = 0, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["selfPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["scale"] = 1, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["anchorPoint"] = "CENTER", ["internalVersion"] = 75, ["authorOptions"] = { }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["id"] = "Hunter", ["borderOffset"] = 4, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = "R42Vy1fXCzk", ["config"] = { }, ["information"] = { }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, }, ["06 Sins and Suffering"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "331527", }, ["duration"] = "6", ["message_operator"] = "find('%s')", ["names"] = { }, ["messageType"] = "CHAT_MSG_RAID_BOSS_EMOTE", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["check"] = "event", ["type"] = "custom", ["custom"] = "function(allstates, _, _, _, spellID)\n if spellID == 342287\n or spellID == 342288\n or spellID == 342290 then\n allstates[spellID] = {\n show = true,\n changed = true,\n spellID = spellID,\n name = spellID == 342290 and \"Beam+Link\" or \"Links Inc\",\n progressType = \"timed\",\n duration = 6,\n expirationTime = 6 + GetTime(),\n autoHide = true,\n }\n return true\n end\nend", ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["fetchTooltip"] = false, ["event"] = "Chat Message", ["unit"] = "player", ["message"] = "spell:325064", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["unevent"] = "timed", ["use_message"] = true, ["useName"] = true, ["use_messageType"] = true, ["customVariables"] = "{spellID = \"number\"}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3684828", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "qruLTVHmo5E", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.011764705882353, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n if aura_env.state\n and aura_env.state.spellID\n and aura_env.state.spellID == 342290 then\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\n end\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Sins and Suffering", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellID", ["value"] = "342290", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellID", ["value"] = "342288", }, { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellID", ["value"] = "342287", }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Uldaman: Legacy of Tyr"] = { ["controlledChildren"] = { "[ULT] Chain Lightning (Cast)", "[ULT] Defensive Bulwark (Cast)", "[ULT] Earthen Ward (Cast)", "[ULT] Curse of Stone (Cast)", "[ULT] Sonic Burst (Cast)", "[ULT] Accelerate (Cast)", "[ULT] Spiked Carapace (Cast)", "[ULT] Hail of Stones (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578418, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Uldaman: Legacy of Tyr", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "xaCXPoMRw)A", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["03 Arcane Eradication (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "362837", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2553", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "SgTfuevd1vv", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Arcane Eradication (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Flame Waves"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { 421455, }, ["subeventSuffix"] = "_AURA_REMOVED", ["useExactSpellId"] = false, ["duration"] = "1.5", ["event"] = "Combat Log", ["unit"] = "player", ["useName"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 4914680, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "UO0zUyb0UtD", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.15686275064945, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Flame Waves", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[HoI] Aquaeous Barrier (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 377402, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Aquaeous Barrier (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eRXJwSZDCX(", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Shattering Star Debuff"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370452", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 0, 0.99215692281723, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "BQAAEUrdhW1", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Shattering Star Debuff", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["05 Blazing Coalescence"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "426249", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip3%% Crit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "mR1mQOP2bxE", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Blazing Coalescence", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[HoI] Gulp (Get In) - Tank"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.13333334028721, 1, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "g434", ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 385555, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "TANK GO INSIDE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Gulp (Get In) - Tank", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "GLYX1GIfkUf", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.13333334028721, 1, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Fellstorm"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = true, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["spellName"] = 89751, ["use_unit"] = true, ["use_remaining"] = false, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Felstorm", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["remaining_operator"] = ">=", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 6789, }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["duration"] = "1", ["event"] = "Action Usable", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Felstorm", ["use_spellName"] = true, ["use_inverse"] = true, ["use_absorbMode"] = true, ["unit"] = "player", ["use_behavior"] = false, ["use_HasPet"] = false, ["spellName"] = 89751, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["single"] = 14, ["multi"] = { [288843] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 89751, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236303, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Fellstorm", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "sUXdkAi)6o4", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.4.text_visible", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Trinket (Slot 2)"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 14, }, }, { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnReady", ["unit"] = "player", ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 14, }, }, { ["trigger"] = { ["itemName"] = 203729, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["use_inverse"] = false, ["genericShowOn"] = "showOnCooldown", ["type"] = "item", ["event"] = "Item Equipped", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 0, 1, 0.10588235294118, 1, }, ["text_font"] = "Oswald", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = false, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class_and_spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["scenario"] = true, ["ten"] = true, ["twentyfive"] = true, ["fortyman"] = true, ["party"] = true, ["flexible"] = true, ["arena"] = true, ["twenty"] = true, ["pvp"] = true, }, }, ["use_not_item_bonusid_equipped"] = true, ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["not_item_bonusid_equipped"] = "193718", ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["itemequiped"] = { 193718, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["race"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["source"] = "import", ["progressSource"] = { -1, "", }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", ["parent"] = "Icons", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["desaturate"] = false, ["config"] = { }, ["icon"] = true, ["width"] = 35, ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "Trinket (Slot 2)", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "9JbVpH3PE7d", ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.3, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["xOffset"] = 0, }, ["Solution Display 2"] = { ["outline"] = "OUTLINE", ["xOffset"] = -290, ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n return aura_env.solution .. \"\\n\" .. aura_env.lastSolve\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/hVLym_eLv/67", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\naura_env.version = WeakAuras.GetData(aura_env.id).version\naura_env.versionCheck = 0\naura_env.maxVersion = 0\naura_env.versionPersonal = aura_env.config['versionPersonal']\naura_env.showEncounter = aura_env.config['encounter']\naura_env.selectionColour = aura_env.config['selection']\naura_env.answerColour = aura_env.config['answer']\naura_env.potColour = aura_env.config['potentialSol']\naura_env.announceClicked = aura_env.config['announceClicked']\naura_env.announceSolution = aura_env.config['announceSolution']\naura_env.lotusFlower = aura_env.config['lotusFlower']\naura_env.announceStyle = aura_env.config['announceStyle']\naura_env.announce = aura_env.config['announcer']\naura_env.matchFound = false\naura_env.noCommunication = aura_env.config['noCommunication']\naura_env.useEng = aura_env.config['useEng']\naura_env.eLang = aura_env.config['eLang']\naura_env.lastSolvePH = \"\"\naura_env.announcer = false\naura_env.encounter = false\naura_env.edgeCase = false\naura_env.fiveFour = aura_env.config['fiveFour']\naura_env.specializationName = {\n [250] = \"TANK\",\n [581] = \"TANK\",\n [104] = \"TANK\",\n [268] = \"TANK\",\n [66] = \"TANK\",\n [73] = \"TANK\",\n [105] = \"HEALER\", \n [270] = \"HEALER\", \n [65] = \"HEALER\", \n [256] = \"HEALER\", \n [257] = \"HEALER\", \n [264] = \"HEALER\", \n}\nfunction aura_env.announcement(which,i,count,mark,experiment,cout,sout,fout)\n aura_env.announcer = false\n local lead = UnitIsGroupLeader(\"player\")\n aura_env.playerInfo = aura_env.specializationName[GetSpecializationInfo(GetSpecialization())]\n if lead and aura_env.announce[1] == true then\n aura_env.announcer = true\n elseif aura_env.playerInfo == \"TANK\" and aura_env.announce[2] == true then\n aura_env.announcer = true\n elseif aura_env.playerInfo == \"HEALER\" and aura_env.announce[3] == true then\n aura_env.announcer = true\n elseif not IsPartyLFG() and not UnitInParty(\"player\") then\n aura_env.announcer = true\n elseif aura_env.announce[4] == true then\n aura_env.announcer = true\n end\n if which ~= 1 and aura_env.announcer == true then\n local cirSay, shapeSay, fillSay, msg\n if (tonumber(aura_env.logged_images[i][1]) == 0) then\n cirSay = aura_env.circleText else cirSay = aura_env.nocircleText end\n if (tonumber(aura_env.logged_images[i][2]) == 0) then\n shapeSay = aura_env.lotusText else shapeSay = aura_env.leafText end\n if (tonumber(aura_env.logged_images[i][3]) == 0) then\n fillSay = aura_env.filledText else fillSay = aura_env.emptyText end\n if experiment then\n if cout == 0 then\n cirSay = aura_env.circleText\n else \n cirSay = aura_env.nocircleText\n end\n if sout == 0 then\n shapeSay = aura_env.lotusText \n else \n shapeSay = aura_env.leafText\n end\n if fout == 0 then\n fillSay = aura_env.filledText\n else \n fillSay = aura_env.emptyText\n end\n end\n local channel = aura_env.announceChannel(which)\n if count == true then \n msg = i ..\": \" .. cirSay .. \" + \" .. shapeSay .. \" + \" .. fillSay \n else\n msg = aura_env.solutionText .. \": \"\n if aura_env.announceStyle == 2 then\n msg = msg .. cirSay .. \" + \" .. shapeSay .. \" + \" .. fillSay .. \" > \"\n end\n if aura_env.announceStyle == 3 then\n msg = msg .. cirSay .. \" + \" .. shapeSay .. \" + \" .. fillSay\n else\n if mark ==1 then\n msg = msg .. cirSay\n aura_env.solution = aura_env.solutionText ..\": \" .. cirSay\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" .. cirSay\n elseif mark == 2 then \n msg = msg .. shapeSay\n aura_env.solution = aura_env.solutionText ..\": \" .. shapeSay\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" .. shapeSay\n else \n msg = msg .. fillSay\n aura_env.solution = aura_env.solutionText ..\": \" .. fillSay\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" .. fillSay\n end\n end\n end\n SendChatMessage(msg,channel);\n end\nend\nfunction aura_env.announceChannel(out)\n if out == 2 then\n return \"SAY\"\n elseif out == 3 then\n return \"YELL\"\n elseif out == 4 then\n if IsPartyLFG() then\n return \"INSTANCE_CHAT\"\n elseif UnitInParty(\"player\") then\n return \"PARTY\"\n else\n return \"SAY\"\n end\n end\nend\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.solution = \"No submissions yet\"\naura_env.solutionText = \"Solution\"\naura_env.nocircleText =\"NO CIRCLE\"\naura_env.circleText = \"CIRCLE\"\naura_env.leafText = \"LEAF\"\naura_env.lotusText = \"LOTUS\"\nif aura_env.lotusFlower == 2 then aura_env.lotusText = \"FLOWER\" end\naura_env.emptyText = \"EMPTY\"\naura_env.filledText = \"FILLED\"\naura_env.noSolveText = \"No solution found\"\naura_env.sigSentText = \"Sigil sent by\"\naura_env.totalText = \"Total provided\"\naura_env.dupeText = \"Duplicated input\"\naura_env.noSubText = \"No submissions yet\"\naura_env.lastSolve = \"\"\naura_env.lastSolveText = \"Previous Solution\"\naura_env.resetText = \"Reset\"\naura_env.mistcaller = \"Mistcaller\"\n\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\n aura_env.solution = \"입력 없음\"\n aura_env.solutionText = \"정답\"\n aura_env.nocircleText =\"테두리 없음\"\n aura_env.circleText = \"테두리 있음\"\n aura_env.leafText = \"나뭇잎\"\n aura_env.lotusText = \"꽃\"\n aura_env.emptyText = \"색칠 안 됨\"\n aura_env.filledText = \"색칠됨\"\n aura_env.noSolveText = \"답을 찾을 수 없음\"\n aura_env.sigSentText = \"정보 받음 \"\n aura_env.totalText = \"받은 정보\"\n aura_env.dupeText = \"중복 입력\"\n aura_env.noSubText = \"입력 없음\"\n aura_env.lastSolveText = \"이전 정답\"\n aura_env.resetText = \"초기화\"\n aura_env.mistcaller = \"미스트콜러\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\n aura_env.solution = \"Pas d'entrée actuelle\"\n aura_env.solutionText = \"Solution\"\n aura_env.nocircleText =\"NO CERCLE\"\n aura_env.circleText = \"CERCLE\"\n aura_env.leafText = \"FEUILLE\"\n aura_env.lotusText = \"LOTUS\"\n aura_env.emptyText = \"VIDE\"\n aura_env.filledText = \"REMPLI\"\n aura_env.noSolveText = \"Pas de solution trouvée\"\n aura_env.sigSentText = \"Sigil envoyé par\"\n aura_env.totalText = \"Total Fourni\"\n aura_env.dupeText = \"Saise dupliquée\"\n aura_env.noSubText = \"Pas d'entrée actuelle\"\n aura_env.lastSolveText = \"Solution précédente\"\n aura_env.resetText = \"Reset\"\n aura_env.mistcaller = \"Mandebrume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\n aura_env.solution = \"Noch keine Eingaben\"\n aura_env.solutionText = \"Lösung\"\n aura_env.nocircleText = \"KEIN KREIS\"\n aura_env.circleText = \"KREIS\"\n aura_env.leafText = \"BLATT\"\n aura_env.lotusText = \"LOTUS\"\n aura_env.emptyText = \"NICHT AUSGEFÜLLT\"\n aura_env.filledText = \"AUSGEFÜLLT\"\n aura_env.noSolveText = \"Keine Lösung gefunden\"\n aura_env.sigSentText = \"Siegel gesendet von\"\n aura_env.totalText = \"Insgesamt bereitgestellt\"\n aura_env.dupeText = \"Doppelt eingegeben\"\n aura_env.noSubText = \"Noch keine Eingaben\"\n aura_env.lastSolveText = \"Vorherige Lösung\"\n aura_env.resetText = \"Zurücksetzen\"\n aura_env.mistcaller = \"Nebelruferin\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\n aura_env.solution = \"尚未标记\"\n aura_env.solutionText = \"答案\"\n aura_env.nocircleText = \"无圈\"\n aura_env.circleText = \"有圈\"\n aura_env.leafText = \"叶\"\n aura_env.lotusText = \"花\"\n aura_env.emptyText = \"空心\"\n aura_env.filledText = \"实心\"\n aura_env.noSolveText = \"未找到答案\"\n aura_env.sigSentText = \"标记来自于\"\n aura_env.totalText = \"已标记数\"\n aura_env.dupeText = \"标记重复\"\n aura_env.noSubText = \"尚未标记\"\n aura_env.lastSolveText = \"最终答案\"\n aura_env.resetText = \"重置\"\n aura_env.mistcaller = \"唤雾者\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\n aura_env.solution = \"Aún no hay entradas\"\n aura_env.solutionText = \"Solución\"\n aura_env.nocircleText =\"SIN CIRCULO\"\n aura_env.circleText = \"CIRCULO\"\n aura_env.leafText = \"HOJA\"\n aura_env.lotusText = \"LOTO\"\n aura_env.emptyText = \"VACIO\"\n aura_env.filledText = \"RELLENO\"\n aura_env.noSolveText = \"Solución no encontrada\"\n aura_env.sigSentText = \"Marca enviada por\"\n aura_env.totalText = \"Total proporcionado\"\n aura_env.dupeText = \"Entrada Duplicada\"\n aura_env.noSubText = \"Aún no hay entradas\"\n aura_env.lastSolveText = \"Solución anterior\"\n aura_env.resetText = \"Resetear\"\n aura_env.mistcaller = \"Clamaneblina\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\n aura_env.solution = \"尚未標記\"\n aura_env.solutionText = \"答案\"\n aura_env.nocircleText =\"沒圈\"\n aura_env.circleText = \"有圈\"\n aura_env.leafText = \"葉子\"\n aura_env.lotusText = \"花\"\n aura_env.emptyText = \"空心\"\n aura_env.filledText = \"實心\"\n aura_env.noSolveText = \"沒有答案\"\n aura_env.sigSentText = \"圖標製作為\"\n aura_env.totalText = \"已標記圖標\"\n aura_env.dupeText = \"標記重複了\"\n aura_env.noSubText = \"尚未標記\"\n aura_env.lastSolveText = \"上一個答案\"\n aura_env.resetText = \"重置\"\n aura_env.mistcaller = \"唤雾者\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\n aura_env.solution = \"Aun no hay entradas\"\n aura_env.solutionText = \"Solucion\"\n aura_env.nocircleText =\"Sin circulo\"\n aura_env.circleText = \"Circulo\"\n aura_env.leafText = \"Hoja\"\n aura_env.lotusText = \"Loto\"\n aura_env.emptyText = \"Vacio\"\n aura_env.filledText = \"Lleno\"\n aura_env.noSolveText = \"No se encuentra solucion\"\n aura_env.sigSentText = \"Sigilo enviado por\"\n aura_env.totalText = \"Total provisto\"\n aura_env.dupeText = \"Entrada duplicada\"\n aura_env.noSubText = \"Aun no hay entradas\"\n aura_env.lastSolveText = \"Solucion anterior\"\n aura_env.resetText = \"Reiniciar\"\n aura_env.mistcaller = \"Clamaneblina\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\n aura_env.solution = \"Ничего не введено\"\n aura_env.solutionText = \"Решение\"\n aura_env.nocircleText = \"БЕЗ КРУГА\"\n aura_env.circleText = \"КРУГ\"\n aura_env.leafText = \"ЛИСТ\"\n aura_env.lotusText = \"ЛОТОС\"\n aura_env.emptyText = \"ПУСТОЙ\"\n aura_env.filledText = \"ЦВЕТНОЙ\"\n aura_env.noSolveText = \"Нет решения\"\n aura_env.sigSentText = \"Отправлено\"\n aura_env.totalText = \"Всего выбрано\"\n aura_env.dupeText = \"Дублирующиеся данные\"\n aura_env.noSubText = \"Ничего не введено\"\n aura_env.lastSolveText = \"Предыдущее решение\"\n aura_env.resetText = \"Сброс\"\n aura_env.mistcaller = \"Призывательница Туманов\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\n aura_env.solution = \"Sem submições\"\n aura_env.solutionText = \"Solução\"\n aura_env.nocircleText = \"Sem Circulo\"\n aura_env.circleText = \"Circulo\"\n aura_env.leafText = \"Folha\"\n aura_env.lotusText = \"Flor\"\n aura_env.emptyText = \"Vazio\"\n aura_env.filledText = \"Cheio\"\n aura_env.noSolveText = \"Solução não encontrada\"\n aura_env.sigSentText = \"Marca enviada por\"\n aura_env.totalText = \"Total provido\"\n aura_env.dupeText = \"Entrada Duplicada\"\n aura_env.noSubText = \"Sem submições\"\n aura_env.lastSolveText = \"Solução anterior\"\n aura_env.resetText = \"Resetar\"\n aura_env.mistcaller = \"Chamabruma\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\n aura_env.solution = \"Nessuna immissione\"\n aura_env.solutionText = \"Soluzione\"\n aura_env.nocircleText =\"NON CERCHIATO\"\n aura_env.circleText = \"CERCHIATO\"\n aura_env.leafText = \"FOGLIA\"\n aura_env.lotusText = \"FIORE\"\n aura_env.emptyText = \"VUOTO\"\n aura_env.filledText = \"PIENO\"\n aura_env.noSolveText = \"Nessuna soluzione trovata\"\n aura_env.sigSentText = \"Sigillo inviato da\"\n aura_env.totalText = \"Totale provveduto\"\n aura_env.dupeText = \"Doppia immissione\"\n aura_env.noSubText = \"Nessuna immissione\"\n aura_env.lastSolveText = \"Soluzione precedente\"\n aura_env.resetText = \"Reset\" \n aura_env.mistcaller = \"Evocanebbie\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nif aura_env.eLang == 2 and not aura_env.useEng then --Dutch\n aura_env.solution = \"Nog geen antwoorden\"\n aura_env.solutionText = \"Antwoord\"\n aura_env.nocircleText =\"Geen cirkel\"\n aura_env.circleText = \"Cirkel\"\n aura_env.leafText = \"Blad\"\n aura_env.lotusText = \"Lotus\"\n aura_env.emptyText = \"Leeg\"\n aura_env.filledText = \"Gekleurd\"\n aura_env.noSolveText = \"Geen antwoord gevonden\"\n aura_env.sigSentText = \"Sigil verstuurd door\"\n aura_env.totalText = \"Totaal ingevoerd\"\n aura_env.dupeText = \"Invoer gedupliceerd\"\n aura_env.noSubText = \"Nog geen antwoorden\"\n aura_env.lastSolveText = \"Vorig Antwoord\" \n aura_env.resetText = \"Reset\"\nelseif aura_env.eLang == 3 and not aura_env.useEng then --Norwegian\n aura_env.solution = \"Forløpig ingen data\"\n aura_env.solutionText = \"UTEN SIRKEL\"\n aura_env.nocircleText =\"UTEN SIRKEL\"\n aura_env.circleText = \"SIRKEL\"\n aura_env.leafText = \"LØV\"\n aura_env.lotusText = \"LOTUS\"\n aura_env.emptyText = \"IKKE FYLT\"\n aura_env.filledText = \"FYLT\"\n aura_env.noSolveText = \"Ingen løsning funnet\"\n aura_env.sigSentText = \"Symbol sendt av\"\n aura_env.totalText = \"Totalt tilbudt\"\n aura_env.dupeText = \"Duplikert tilførsel\"\n aura_env.noSubText = \"Forløpig ingen data\"\n aura_env.lastSolveText = \"Forrige løsning\" \n aura_env.resetText = \"Tilbakestill\"\nelseif aura_env.eLang == 4 and not aura_env.useEng then --Hungarian\n aura_env.solution = \"Nincs megadva\"\n aura_env.solutionText = \"Megoldás\"\n aura_env.nocircleText =\"Nincs karika\"\n aura_env.circleText = \"Karika\"\n aura_env.leafText = \"Levél\"\n aura_env.lotusText = \"Virág\"\n aura_env.emptyText = \"Üres\"\n aura_env.filledText = \"Teli\"\n aura_env.noSolveText = \"Nem található megoldás\"\n aura_env.sigSentText = \"Jel beküldve\"\n aura_env.totalText = \"Összes\"\n aura_env.dupeText = \"Dupla bemenet\"\n aura_env.noSubText = \"Nincs megadva\"\n aura_env.lastSolveText = \"Előző megoldás\" \n aura_env.resetText = \"Töröl\"\nend\nif aura_env.useEng then\n aura_env.solution = \"No submissions yet\"\n aura_env.solutionText = \"Solution\"\n aura_env.nocircleText =\"NO CIRCLE\"\n aura_env.circleText = \"CIRCLE\"\n aura_env.leafText = \"LEAF\"\n aura_env.lotusText = \"LOTUS\"\n if aura_env.lotusFlower == 2 then aura_env.lotusText = \"FLOWER\" end\n aura_env.emptyText = \"EMPTY\"\n aura_env.filledText = \"FILLED\"\n aura_env.noSolveText = \"No solution found\"\n aura_env.sigSentText = \"Sigil sent by\"\n aura_env.totalText = \"Total provided\"\n aura_env.dupeText = \"Duplicated input\"\n aura_env.noSubText = \"No submissions yet\"\n aura_env.lastSolveText = \"Previous Solution\"\n aura_env.resetText = \"Reset\"\nend\n\nC_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\naura_env.logged_images = {}\naura_env.testArray = {}\naura_env.dupe = false\naura_env.button = 9\n\naura_env.noc = {4,5,6,7}\naura_env.cir = {0,1,2,3}\naura_env.leaf = {0,1,4,5}\naura_env.lotus = {2,3,6,7}\naura_env.nofi = {1,3,5,7}\naura_env.fill = {0,2,4,6}\n\naura_env.LCG = LibStub(\"LibCustomGlow-1.0\")", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD, ENCOUNTER_START", ["custom"] = "function(event, eid,...)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if IsPartyLFG() then\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", \"9 9 9 9v\"..aura_env.version, \"INSTANCE_CHAT\")\n C_ChatInfo.SendAddonMessageLogged(\"TIRNASCYTHE\", \"9 9 9 9v\"..aura_env.version, \"INSTANCE_CHAT\")\n elseif UnitInParty(\"player\") then\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", \"9 9 9 9v\"..aura_env.version, \"PARTY\")\n C_ChatInfo.SendAddonMessageLogged(\"TIRNASCYTHE\", \"9 9 9 9v\"..aura_env.version, \"PARTY\")\n end\n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_alwaystrue"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["names"] = { }, ["dynamicDuration"] = false, ["custom_hide"] = "timed", ["spellName"] = { 0, }, ["duration"] = "60", ["type"] = "custom", ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_START", ["events"] = "CHAT_MSG_ADDON_LOGGED", ["customName"] = "", ["event"] = "Combat Log", ["unevent"] = "timed", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(event, prefix, msg, dist, sender)\n -- Ignore non-WA messages\n if prefix ~= \"Tirna Ver2\" then return false end\n -- Limit version checks vs other players to 8 times\n if aura_env.versionCheck < 8 then\n if string.match(msg, \"v\") then\n local version = string.match(msg, \"v%d%d%d\") or string.match(msg, \"v%d%d\") or string.match(msg, \"v%d\")\n version = string.match(version, \"%d%d%d\") or string.match(version, \"%d%d\") or string.match(version, \"%d\")\n if tonumber(version) >= tonumber(aura_env.version + aura_env.versionPersonal) then \n if aura_env.maxVersion < tonumber(version) then\n aura_env.maxVersion = tonumber(version)\n print(\"|cFFFF0000Mists of Tirna Scithe maze guessing game is \" .. (tonumber(version) - tonumber(aura_env.version)).. \" versions old, please update.|r\")\n end \n aura_env.versionCheck = aura_env.versionCheck + 1\n end \n end\n end\n \n if aura_env.debugmode then\n print(\"Received:\",prefix,\":\", msg, dist, sender)\n end\n if dist ~= \"WHISPER\" and aura_env.noCommunication then \n if aura_env.debugmode then print(\"Ignored ^\") end\n return false \n end\n \n local length = table.getn(aura_env.logged_images)\n if length == 0 then WeakAuras.ScanEvents(\"GlowReset\", true) end\n -- If we're resetting\n local circle, shape, fill, dup = string.match(msg, \"(%d) (%d) (%d) (%d)\")\n if (circle == \"9\" and shape == \"9\" and fill == \"9\" and dup == \"9\") then\n aura_env.solution = aura_env.resetText .. \": \" .. sender .. \"\\n\" .. aura_env.noSubText\n aura_env.logged_images = {}\n aura_env.matchFound = false\n WeakAuras.ScanEvents(\"GlowReset\", true)\n return true \n end\n \n -- Main logic\n local array = {circle, shape, fill, dup}\n aura_env.dupe = false\n aura_env.edgeCase = false\n local remove = false\n if string.match(msg, \"RightButton\") then\n remove = true\n end\n -- Check for duplicates and check for removals\n if length > 0 then\n for i=1, table.getn(aura_env.logged_images) do \n if aura_env.logged_images[i][4] == array[4] then \n if remove then\n WeakAuras.ScanEvents(\"TirnaScitheButtonOrder\", tonumber(aura_env.logged_images[i][4]), 9)\n WeakAuras.ScanEvents(\"GlowReset\", false, tonumber(aura_env.logged_images[i][4]))\n table.remove(aura_env.logged_images,i)\n for j=1, table.getn(aura_env.logged_images) do \n WeakAuras.ScanEvents(\"GlowReset\", false, tonumber(aura_env.logged_images[j][4]))\n WeakAuras.ScanEvents(\"TirnaScitheButtonOrder\", tonumber(aura_env.logged_images[j][4]), j)\n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[j][4])], aura_env.selectionColour,8,0,1000,3,0,0,true,2)\n end\n length = table.getn(aura_env.logged_images)\n if length == 4 and aura_env.fiveFour then \n aura_env.edgeCase = true\n end\n break\n else\n aura_env.dupe = true\n if length == 4 then \n aura_env.edgeCase = true\n end\n end\n end\n end\n end\n -- If not a duplicate then calculate answer\n if not aura_env.dupe and not remove then\n aura_env.logged_images[length + 1] = array\n local new_length = table.getn(aura_env.logged_images)\n if new_length == 1 then \n aura_env.lastSolve = aura_env.lastSolvePH\n end\n aura_env.solution = aura_env.sigSentText .. \" \" .. sender .. \"\\n\" .. aura_env.totalText .. \": \" .. new_length .. \"/4\"\n for i=1, new_length do \n aura_env.button = tonumber(aura_env.logged_images[i][4])\n aura_env.LCG.PixelGlow_Start(aura_env.testArray[aura_env.button], aura_env.selectionColour,8,0,1000,3,0,0,true,2)\n if i == new_length then\n aura_env.announcement(aura_env.announceClicked,i,true,0)\n end\n end\n WeakAuras.ScanEvents(\"TirnaScitheButtonOrder\", aura_env.button, new_length)\n end\n -- Ignore additional signs when at 4\n if length > 3 and not aura_env.edgeCase then return false end\n if not aura_env.dupe or aura_env.edgeCase then\n local new_length = table.getn(aura_env.logged_images)\n if new_length == 3 then \n local checkOpp12 = {}\n local checkOpp13 = {}\n local checkOpp23 = {}\n local checkAttTotal = {}\n local countCout = 0\n local countSout = 0\n local countFout = 0\n local count12match = 0\n local count13match = 0\n local count23match = 0\n local annOut = 0\n for i=1,3 do\n checkOpp12[i] = (tonumber(aura_env.logged_images[1][i]) + tonumber(aura_env.logged_images[2][i]))\n checkOpp13[i] = (tonumber(aura_env.logged_images[1][i]) + tonumber(aura_env.logged_images[3][i]))\n checkOpp23[i] = (tonumber(aura_env.logged_images[2][i]) + tonumber(aura_env.logged_images[3][i]))\n end\n if aura_env.debugmode then \n print(tonumber(aura_env.logged_images[1][1]), tonumber(aura_env.logged_images[1][2]), tonumber(aura_env.logged_images[1][3]))\n print(tonumber(aura_env.logged_images[2][1]), tonumber(aura_env.logged_images[2][2]), tonumber(aura_env.logged_images[2][3]))\n print(tonumber(aura_env.logged_images[3][1]), tonumber(aura_env.logged_images[3][2]), tonumber(aura_env.logged_images[3][3]))\n print(\"-----\")\n print(checkOpp12[1],checkOpp12[2],checkOpp12[3])\n print(checkOpp13[1],checkOpp13[2],checkOpp13[3])\n print(checkOpp23[1],checkOpp23[2],checkOpp23[3])\n end\n if (checkOpp12[1] == 1 and checkOpp12[2] == 1 and checkOpp12[3] == 1) or \n (checkOpp13[1] == 1 and checkOpp13[2] == 1 and checkOpp13[3] == 1) or \n (checkOpp23[1] == 1 and checkOpp23[2] == 1 and checkOpp23[3] == 1) then\n if checkOpp12[1] == 0 or checkOpp12[1] == 2 then count12match = count12match + 1 end\n if checkOpp12[2] == 0 or checkOpp12[2] == 2 then count12match = count12match + 1 end\n if checkOpp12[3] == 0 or checkOpp12[3] == 2 then count12match = count12match + 1 end\n if checkOpp13[1] == 0 or checkOpp13[1] == 2 then count13match = count13match + 1 end\n if checkOpp13[2] == 0 or checkOpp13[2] == 2 then count13match = count13match + 1 end\n if checkOpp13[3] == 0 or checkOpp13[3] == 2 then count13match = count13match + 1 end\n if checkOpp23[1] == 0 or checkOpp23[1] == 2 then count23match = count23match + 1 end\n if checkOpp23[2] == 0 or checkOpp23[2] == 2 then count23match = count23match + 1 end\n if checkOpp23[3] == 0 or checkOpp23[3] == 2 then count23match = count23match + 1 end\n if count12match ~= 2 and count13match ~= 2 then \n if checkOpp23[1] == 2 then annOut = 1 elseif checkOpp23[2] == 2 then annOut = 2 else annOut = 3 end\n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[1][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,1,false,annOut,true,tonumber(aura_env.logged_images[1][1]),tonumber(aura_env.logged_images[1][2]),tonumber(aura_env.logged_images[1][3]))\n aura_env.matchFound = true\n return true\n end\n if count12match ~= 2 and count23match ~= 2 then \n if checkOpp13[1] == 2 then annOut = 1 elseif checkOpp13[2] == 2 then annOut = 2 else annOut = 3 end \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[2][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,1,false,annOut,true,tonumber(aura_env.logged_images[2][1]),tonumber(aura_env.logged_images[2][2]),tonumber(aura_env.logged_images[2][3]))\n aura_env.matchFound = true\n return true\n end\n if count23match ~= 2 and count13match ~= 2 then\n if checkOpp12[1] == 2 then annOut = 1 elseif checkOpp12[2] == 2 then annOut = 2 else annOut = 3 end\n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[3][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,1,false,annOut,true,tonumber(aura_env.logged_images[3][1]),tonumber(aura_env.logged_images[3][2]),tonumber(aura_env.logged_images[3][3]))\n aura_env.matchFound = true\n return true\n end\n end\n checkAttTotal[1] = checkOpp12[1] + checkOpp13[1] + checkOpp23[1]\n checkAttTotal[2] = checkOpp12[2] + checkOpp13[2] + checkOpp23[2]\n checkAttTotal[3] = checkOpp12[3] + checkOpp13[3] + checkOpp23[3]\n if checkAttTotal[1] == 6 or checkAttTotal[1] == 0 or checkAttTotal[2] == 6 or checkAttTotal[2] == 0 or checkAttTotal[3] == 6 or checkAttTotal[3] == 0 then\n if checkOpp12[1] == 0 or checkOpp13[1] == 0 or checkOpp23[1] == 0 then countCout = 1 end\n if checkOpp12[2] == 0 or checkOpp13[2] == 0 or checkOpp23[2] == 0 then countSout = 1 end\n if checkOpp12[3] == 0 or checkOpp13[3] == 0 or checkOpp23[3] == 0 then countFout = 1 end \n if checkAttTotal[1] == 0 then countCout = 1 annOut = 1 elseif checkAttTotal[1] == 6 then countCout = 0 annOut = 1 end\n if checkAttTotal[2] == 0 then countSout = 1 annOut = 2 elseif checkAttTotal[2] == 6 then countSout = 0 annOut = 2 end \n if checkAttTotal[3] == 0 then countFout = 1 annOut = 3 elseif checkAttTotal[3] == 6 then countFout = 0 annOut = 3 end\n local outframetest = (4*countCout) + ((countSout-1)*-2) + countFout\n WeakAuras.ScanEvents(\"TirnaScitheButtonOrder\", outframetest, \"4\")\n aura_env.LCG.PixelGlow_Start(aura_env.testArray[outframetest], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,1,false,annOut,true,countCout,countSout,countFout)\n aura_env.logged_images[4] = {countCout,countSout,countFout,tostring(outframetest)}\n aura_env.matchFound = true\n return true\n end\n end\n if new_length > 3 then\n local circleSum = 0\n local shapeSum = 0\n local fillSum = 0\n for i=1,4 do\n circleSum = circleSum + tonumber(aura_env.logged_images[i][1])\n shapeSum = shapeSum + tonumber(aura_env.logged_images[i][2])\n fillSum = fillSum + tonumber(aura_env.logged_images[i][3])\n end\n \n if circleSum == 1 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.noc[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,1)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.nocircleText\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.nocircleText\n elseif circleSum == 3 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.cir[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,1)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.circleText \n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.circleText\n elseif shapeSum == 1 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.leaf[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,2)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.leafText\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.leafText\n elseif shapeSum == 3 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.lotus[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,2)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.lotusText\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.lotusText\n elseif fillSum == 1 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.nofi[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,3)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.emptyText\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.emptyText\n elseif fillSum == 3 then\n for i=1, new_length do \n for j=1, 4 do \n if aura_env.fill[j] == tonumber(aura_env.logged_images[i][4]) then \n aura_env.LCG.PixelGlow_Start(aura_env.testArray[tonumber(aura_env.logged_images[i][4])], aura_env.answerColour,8,0,1000,3,0,0,true,2)\n aura_env.announcement(aura_env.announceSolution,i,false,3)\n aura_env.matchFound = true\n end\n end\n end\n aura_env.solution = aura_env.solutionText ..\": \" .. aura_env.filledText\n aura_env.lastSolvePH = aura_env.lastSolveText .. \": \" ..aura_env.filledText\n else\n aura_env.solution = aura_env.noSolveText\n end\n else\n aura_env.solution = aura_env.sigSentText .. \" \" .. sender .. \"\\n\" .. aura_env.totalText .. \": \" .. new_length .. \"/4\" \n end\n else\n aura_env.solution = aura_env.dupeText\n end\n return true\nend", ["spellIds"] = { }, ["check"] = "event", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_hide"] = "custom", ["custom_type"] = "event", ["subeventPrefix"] = "", ["duration"] = "0.5", ["event"] = "Cooldown Progress (Spell)", ["custom"] = "function(event, frameNumber, frameData)\n -- Add button data to array\n if not aura_env.testArray[frameNumber] or aura_env.testArray[frameNumber] ~= frameData then\n if aura_env.debugmode then\n print(\"ButtonData:\",frameNumber, frameData, aura_env.testArray[frameNumber])\n end\n aura_env.testArray[frameNumber] = frameData\n end\n return true\nend", ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "TirnaScitheButtonData", ["unevent"] = "auto", ["check"] = "event", ["subeventSuffix"] = "", ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "status", ["subeventPrefix"] = "", ["duration"] = "0.5", ["event"] = "Cooldown Progress (Spell)", ["custom"] = "function(event,full,button)\n if full then\n for i=0, 7 do \n aura_env.LCG.PixelGlow_Stop(aura_env.testArray[i], 2)\n end\n WeakAuras.ScanEvents(\"TirnaScitheButtonOrder\", 9, 9)\n else\n aura_env.LCG.PixelGlow_Stop(aura_env.testArray[button], 2)\n end\n return true\nend", ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "GlowReset", ["unevent"] = "auto", ["check"] = "event", ["subeventSuffix"] = "", ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["unevent"] = "timed", ["duration"] = "1", ["event"] = "Combat Log", ["unit"] = "player", ["custom_type"] = "status", ["events"] = "CHAT_MSG_MONSTER_SAY, CHAT_MSG_MONSTER_YELL", ["custom"] = "function(event, ...)\n if select(2,...) == aura_env.mistcaller then\n if aura_env.matchFound then\n WeakAuras.ScanEvents(\"GlowReset\", true)\n aura_env.logged_images = {}\n aura_env.matchFound = false\n end\n end\n return true\nend", ["check"] = "event", ["subeventPrefix"] = "", ["subeventSuffix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Arial Narrow", ["version"] = 67, ["displayText_format_c_format"] = "none", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["automaticWidth"] = "Auto", ["fontSize"] = 21, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_3.n_format"] = "none", ["color"] = { 1, 1, 1, 1, }, ["regionType"] = "text", ["yOffset"] = -31, ["fixedWidth"] = 300, ["displayText"] = "%c", ["selfPoint"] = "TOP", ["displayText_format_p_time_precision"] = 1, ["config"] = { ["lotusFlower"] = 2, ["debug"] = false, ["announceStyle"] = 1, ["announceClicked"] = 1, ["useEng"] = false, ["answer"] = { 1, 0, 0, 1, }, ["versionPersonal"] = 1, ["selection"] = { 0, 0, 1, 1, }, ["fiveFour"] = true, ["announcer"] = { true, false, false, false, }, ["eLang"] = 1, ["noCommunication"] = false, ["announceSolution"] = 4, ["encounter"] = false, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "Solution Display 2", ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "color", ["key"] = "selection", ["default"] = { 0, 0, 1, 1, }, ["useDesc"] = false, ["name"] = "Selection Border", ["width"] = 1, }, { ["type"] = "color", ["key"] = "answer", ["default"] = { 1, 0, 0, 1, }, ["useDesc"] = false, ["name"] = "Solution Border", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Disabled", "SAY", "YELL", "PARTY > INSTANCE > SAY", }, ["default"] = 1, ["key"] = "announceClicked", ["useDesc"] = false, ["name"] = "Announce Selection", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Disabled", "SAY", "YELL", "PARTY > INSTANCE > SAY", }, ["default"] = 4, ["key"] = "announceSolution", ["useDesc"] = false, ["name"] = "Announce Solution", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Trait", "X + Y + Z > Trait", "X + Y + Z", }, ["default"] = 1, ["key"] = "announceStyle", ["useDesc"] = false, ["name"] = "Announcement style", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "LOTUS", "FLOWER", }, ["default"] = 2, ["key"] = "lotusFlower", ["useDesc"] = false, ["name"] = "Lotus or Flower", ["width"] = 1, }, { ["type"] = "multiselect", ["values"] = { "Party Leader", "Tank", "Healer", "Always", }, ["default"] = { true, false, false, false, }, ["key"] = "announcer", ["useDesc"] = false, ["name"] = "Announce as:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = false, ["text"] = "", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "(Overwrites selection below)", ["key"] = "useEng", ["useDesc"] = true, ["name"] = "Use English instead of Client Regional Language", ["width"] = 2, }, { ["type"] = "select", ["values"] = { "Use Client Region Language", "Dutch", "Norwegian (Bokmål)", "Hungarian", }, ["default"] = 1, ["key"] = "eLang", ["useDesc"] = false, ["name"] = "Language (non-client region Language)", ["width"] = 1, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 10, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "versionPersonal", ["name"] = "Notify when version outdated:", ["default"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["desc"] = "Make a check on going from 5 to 4 symbols. Can potentially announce an impossible combination if a false symbol remains in the four selected.", ["key"] = "fiveFour", ["useDesc"] = true, ["name"] = "5 - 4 on removal check (Mouseover for info)", ["width"] = 2, }, { ["type"] = "header", ["useName"] = false, ["text"] = "", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["uid"] = "mO6xel(DgdK", ["anchorFrameParent"] = false, ["preferToUpdate"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, }, ["Disintergrate"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 356995, }, ["auranames"] = { }, ["ownOnly"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["names"] = { }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["useName"] = true, ["use_spellNames"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Disintegrate", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 356995, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.spellCount", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_2.spellCount_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["use_never"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = 3, ["op"] = ">", ["value"] = "0", ["variable"] = "spellCount", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "spellUsable", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownText", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "tXv5AuwnbyU", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Disintergrate", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = 4622451, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["08 Return to Kingsmourne"] = { ["iconSource"] = 1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "363021", }, ["auranames"] = { "365120", }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["names"] = { }, ["event"] = "Combat Log", ["duration"] = "8", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "combatlog", ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 343637, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kOh8cDFa(bG", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Return to Kingsmourne", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Affixes."] = { ["controlledChildren"] = { "[Spiteful] Glow", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 451165, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Affixes.", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "0pyNT39u5EE", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Private Aura Anchor"] = { ["texXOffset"] = 0, ["wagoID"] = "op9ISLAPA", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["custom_type"] = "stateupdate", ["type"] = "custom", ["use_alwaystrue"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", ["use_absorbHealMode"] = true, ["custom"] = "function(allstates)\n allstates[\"PrivateAura\"] = {\n show = true,\n changed = true,\n index = 1\n } \n return true\nend", ["spellIds"] = { }, ["events"] = "", ["check"] = "event", ["names"] = { }, ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_d_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 48, ["useCooldownModRate"] = true, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2684,2693", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["parent"] = "Aberrus, the Shadowed Crucible (wago.io/dfraid2)", ["information"] = { ["forceEvents"] = false, ["ignoreOptionsEventErrors"] = false, }, ["displayIcon"] = "Interface\\Addons\\WeakAuras\\Media\\Textures\\logo_64.tga", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["authorOptions"] = { }, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["width"] = 48, ["actions"] = { ["start"] = { ["custom"] = "local anchorID = aura_env.region.anchorID\nif anchorID then\n C_UnitAuras.RemovePrivateAuraAnchor(anchorID)\nend\n\nlocal self = aura_env.region\nlocal privateAnchorArgs = {\n unitToken = \"player\",\n auraIndex = aura_env.state.index,\n parent = self,\n showCountdownFrame = true,\n showCountdownNumbers = true,\n iconInfo = {\n iconAnchor = {\n point = \"CENTER\",\n relativeTo = self,\n relativePoint = \"CENTER\",\n offsetX = 0,\n offsetY = 0\n },\n iconWidth = self:GetWidth(),\n iconHeight = self:GetHeight()\n }\n}\n\naura_env.region.anchorID = C_UnitAuras.AddPrivateAuraAnchor(privateAnchorArgs)", ["do_custom"] = true, }, ["init"] = { ["custom"] = "if not C_UnitAuras.AddPrivateAuraAppliedSound then return end\nif not WeakAuras.IsOptionsOpen() then\n local _, _, ID = GetInstanceInfo()\n aura_env.privateAuras = {\n [406317] = \"Targeted\", --Rending Charge\n [410966] = ID == 16 and \"LoS\" or \"Spread\", --Volcanic Heartbeat\n [407182] = \"Knock\", --Rushing Darkness\n }\n for spellID, sound in pairs(aura_env.privateAuras) do\n C_UnitAuras.AddPrivateAuraAppliedSound({\n unitToken = \"player\",\n spellID = spellID,\n soundFileName = \"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..sound..\".ogg\",\n outputChannel = \"MASTER\",\n })\n end\nend", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "local anchorID = aura_env.region.anchorID\nif anchorID then\n C_UnitAuras.RemovePrivateAuraAnchor(anchorID)\nend", ["do_custom"] = true, }, }, ["zoom"] = 0, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "Private Aura Anchor", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["iconSource"] = -1, ["uid"] = "5bpyErVh)Mr", ["inverse"] = false, ["url"] = "https://wago.io/dfraid2/44", ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return not WeakAuras.IsOptionsOpen()\nend", }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["cooldown"] = false, ["progressSource"] = { -1, "", }, }, ["09 Heart Hemorrhage"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334771", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "kgflKjsnnmA", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Heart Hemorrhage", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Abyssal Breath Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Bait.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "404456", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "404456", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "qcSfIwNfyLD", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Bait in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Abyssal Breath Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["MC Distance 2"] = { ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_absorbMode"] = true, ["range"] = "20", ["names"] = { }, ["use_showHealAbsorb"] = false, ["range_operator"] = ">=", ["spellName"] = 0, ["genericShowOn"] = "showOnCooldown", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["unit"] = "target", ["event"] = "Range Check", ["use_unit"] = true, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["realSpellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["custom_hide"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["unit"] = "player", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 265, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["xOffset"] = 0, ["crop_x"] = 0.41, ["user_y"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["anchorPoint"] = "CENTER", ["fontSize"] = 12, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["width"] = 30, ["slantFirst"] = false, ["semver"] = "1.2.9", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["id"] = "MC Distance 2", ["auraRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["startAngle"] = 190, ["tocversion"] = 90205, ["inverse"] = true, ["uid"] = "WMQNHkuPL3U", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["Temporal Compression"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "362877", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 362874, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "4", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "el3KQT(c8Gy", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Temporal Compression", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["09 Embrace of Nothingness (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["group_count"] = "0", ["useGroup_count"] = true, ["names"] = { }, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "403520", }, ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "403520", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%unit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_visible"] = true, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "4qsoVpazbSF", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Embrace of Nothingness (Others)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["10 Wracking Pain (Tank only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "329181", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "329181", "335372", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1nFe5piJdb(", ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Wracking Pain (Tank only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Wracking Skewer"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["tooltipValueNumber"] = 1, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltipValue"] = true, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "424065", }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 0, 0.039215687662363, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -8, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 62, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["zoneIds"] = "", }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Icons ", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Wracking Skewer", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "wH25flXfBIX", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["10 Veil of Darkness Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "347704", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "347704", }, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["fetchTooltip"] = true, ["event"] = "Cast", ["use_spellName"] = true, ["realSpellName"] = 0, ["use_spellId"] = false, ["spellIds"] = { }, ["genericShowOn"] = "showOnCooldown", ["useExactSpellId"] = true, ["useName"] = false, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip2_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip2", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_tooltip2_big_number_format"] = "AbbreviateNumbers", ["anchorXOffset"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["type"] = "subtext", ["text_text_format_tooltip2_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_justify"] = "CENTER", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowXOffset"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 35, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["color"] = { 1, 1, 1, 1, }, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["displayIcon"] = 429385, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "d6no6ogL5Mt", ["progressSource"] = { -1, "", }, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Veil of Darkness Dot", ["cooldownEdge"] = false, ["frameStrata"] = 1, ["width"] = 80, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["adjustedMin"] = "", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Rewind 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "363534", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 363534, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 363534, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = true, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 363534, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "sQTqLOxuJVY", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Rewind 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Masterful Amethyst"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211106, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211106\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Masterful Amethyst", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "r2Yh2hEnkk(", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628561", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Verdant Embrace 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["names"] = { "На изготовку!", }, ["use_showgcd"] = true, ["remaining"] = "1.5", ["spellName"] = 360995, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Explosive ShotRdy", ["do_custom"] = false, ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 360995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["source"] = "import", ["xOffset"] = 0, ["spellName"] = "53351", ["uid"] = "hNaddUk8UPG", ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["url"] = "https://wago.io/AU9DH6bo7/8", ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["auto"] = false, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Verdant Embrace 2", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = false, ["duration"] = "", ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = 1, ["translateType"] = "spiralandpulse", ["colorType"] = "custom", ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useCooldownModRate"] = true, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 461115, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["stickyDuration"] = false, }, ["Lists (Dynamic)"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "04 Polymorph Bomb List", "05 Dream Blossom Clickers (Mythic)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = -561.50018310547, ["preferToUpdate"] = false, ["groupIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\template.tga", ["gridType"] = "RD", ["regionType"] = "dynamicgroup", ["fullCircle"] = true, ["space"] = 0.5, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["rowSpace"] = 1, ["selfPoint"] = "TOP", ["stagger"] = 0, ["yOffset"] = 236.50012207031, ["version"] = 47, ["subRegions"] = { }, ["authorOptions"] = { }, ["borderColor"] = { 0, 0, 0, 1, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["uid"] = "i9nayBID(sr", ["animate"] = false, ["source"] = "import", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Lists (Dynamic)", ["rotation"] = 0, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["anchorPoint"] = "CENTER", ["config"] = { }, ["sortHybridTable"] = { ["04 Polymorph Bomb List"] = false, ["05 Dream Blossom Clickers (Mythic)"] = false, }, ["internalVersion"] = 75, ["conditions"] = { }, ["information"] = { }, ["useLimit"] = false, }, ["08 Hateful Gaze"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "331209", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Go Pillar", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2399", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "heGLBXHKewO", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 Hateful Gaze", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Dream Blossom Clickers (Mythic)"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 1, 0.90196084976196, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 1396974, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Lists (Dynamic)", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then\n return WA_ClassColorName(\"player\"), \"1\"\n end\nend", ["customTextUpdate"] = "event", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["useMatch_count"] = false, ["useGroupRole"] = false, ["useClass"] = false, ["group_count"] = "0", ["group_countOperator"] = ">", ["showClones"] = true, ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["event"] = "Combat Log", ["use_percentpower"] = false, ["castType"] = "cast", ["use_spellId"] = false, ["check"] = "event", ["customVariables"] = "{index = \"number\"}", ["useGroup_count"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unit"] = "group", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["npcId"] = "", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_npcId"] = false, ["events"] = "CLEU:SPELL_CAST_SUCCESS, ENCOUNTER_START", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_CAST_SUCCESS\" then\n if spellID == 425468 then --mythic only, might have been removed\n aura_env.counter = aura_env.counter + 1\n allstates[destGUID] = {\n show = true,\n changed = true,\n index = aura_env.counter, \n guid = destGUID,\n autoHide = true,\n }\n return true\n elseif spellID == 425470 then\n aura_env.counter = 0\n for k,v in pairs(allstates) do\n v.show = false\n v.changed = true\n end\n return true\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["use_unit"] = true, ["useExactSpellId"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c1%guid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_text_format_guid_color"] = "class", ["rotateText"] = "NONE", ["text_text_format_c_color"] = "class", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_guid_abbreviate_max"] = 8, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = -1, ["text_text_format_unit_format"] = "guid", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_c1_color"] = true, ["text_text_format_guid_format"] = "guid", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_text_format_c_abbreviate_max"] = 8, ["text_fontType"] = "OUTLINE", ["text_text_format_c1_realm_name"] = "never", ["text_text_format_order_format"] = "none", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_text_format_guid_realm_name"] = "never", ["text_text_format_unit_color"] = "class", ["text_text_format_c1_abbreviate"] = false, ["text_text_format_c_abbreviate"] = false, ["text_text_format_c1_format"] = "none", ["text_anchorPoint"] = "INNER_LEFT", ["text_text_format_c_realm_name"] = "never", ["text_text_format_guid_abbreviate"] = false, ["text_justify"] = "CENTER", ["text_text_format_c1_abbreviate_max"] = 8, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c2%index", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_index_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_c2_format"] = "none", ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "ICON_CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 28, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["icon_side"] = "LEFT", ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, ["sparkHeight"] = 30, ["uid"] = "h2VHPON2p(1", ["adjustedMax"] = "", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["semver"] = "1.0.46", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["config"] = { }, ["frameStrata"] = 1, ["width"] = 200, ["anchorFrameType"] = "SCREEN", ["id"] = "05 Dream Blossom Clickers (Mythic)", ["inverse"] = false, ["sparkRotationMode"] = "AUTO", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "1", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "index", ["value"] = "3", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", }, ["Class Options - LWA - Evoker"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 20, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "select", ["values"] = { "12345", "12,3K", "12345 (100%)", "12,3K (100%)", "100%", }, ["default"] = 5, ["name"] = "Text Format", ["useDesc"] = false, ["key"] = "format", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 0.23137254901961, 0.63137254901961, 1, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Mana Bar - Preservation", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "mana_bar", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 5, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 0.23137254901961, 0.63137254901961, 1, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "High Mana Threshold", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "high_color1", ["default"] = { 1, 1, 1, 0.30000001192093, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "high_color2", ["default"] = { 1, 1, 1, 0.38999998569489, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "high_gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Mana Bar - Devastation", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "mana_bar_devastation", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 20, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.77647066116333, 0.43921571969986, 1, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 1, 0.72549021244049, 0.96078437566757, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cooldown Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "cooldown_color1", ["default"] = { 0.69803923368454, 0.69803923368454, 0.69803923368454, 0.5, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "cooldown_color2", ["default"] = { 0.92941182851791, 0.92941182851791, 0.92941182851791, 0.5, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "cooldown_gradient", ["width"] = 0.8, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Burst Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["key"] = "burst_color1", ["useDesc"] = false, ["name"] = "Color 1", ["width"] = 0.6, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["key"] = "burst_color2", ["useDesc"] = false, ["name"] = "Color 2", ["width"] = 0.6, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Horizontal", "Vertical", "None", }, ["key"] = "burst_gradient", ["useDesc"] = false, ["name"] = "Gradient Direction", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["width"] = 2, ["useHeight"] = true, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Essence", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "essence", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 10, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.52156865596771, 0.90196084976196, 1, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 0.71764707565308, 0.94509810209274, 1, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Active Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "active_color1", ["default"] = { 0.75294125080109, 0.94901967048645, 1, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "active_color2", ["default"] = { 1, 1, 1, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "active_gradient", ["width"] = 0.8, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cooldown Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "cooldown_color1", ["default"] = { 0.69803923368454, 0.69803923368454, 0.69803923368454, 0.5, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "cooldown_color2", ["default"] = { 0.92941182851791, 0.92941182851791, 0.92941182851791, 0.5, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "cooldown_gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Hover", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "hover", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["softMin"] = 5, ["type"] = "range", ["bigStep"] = 1, ["max"] = 50, ["step"] = 1, ["width"] = 1.2, ["min"] = 5, ["key"] = "height", ["softMax"] = 50, ["default"] = 5, ["name"] = "Resource Height", ["useDesc"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Default Color", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "color", ["key"] = "color1", ["default"] = { 0.9215686917305, 0.45098042488098, 1, 1, }, ["name"] = "Color 1", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "color", ["key"] = "color2", ["default"] = { 1, 0.86274516582489, 0.54509806632996, 1, }, ["name"] = "Color 2", ["useDesc"] = false, ["width"] = 0.6, }, { ["type"] = "select", ["values"] = { "Horizontal", "Vertical", "None", }, ["default"] = 1, ["name"] = "Gradient Direction", ["useDesc"] = false, ["key"] = "gradient", ["width"] = 0.8, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Essence Burst", ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "essence_burst", ["size"] = 10, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Resources", ["width"] = 1, ["useCollapse"] = false, ["noMerge"] = false, ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "resources", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.CLASS = aura_env.id:gsub(\"Class Options %- LWA %- \", \"\")\n\nLWA = LWA or {}\nLWA[aura_env.CLASS] = LWA[aura_env.CLASS] or {}\n\nlocal LWA = LWA[aura_env.CLASS]\n\nLWA.configs = LWA.configs or {}\nLWA.configs[\"class\"] = aura_env.config\n\n", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "GTFO", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["custom"] = "function ()\n WeakAuras.ScanEvents(\"LWA_OPTIONS\")\nend", ["spellIds"] = { }, ["custom_type"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["events"] = "OPTIONS", ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "TOP", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 1, ["load"] = { ["use_class"] = true, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["WARLOCK"] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 0, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Luxthos - Evoker", ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["uid"] = "nTydcDheuvI", ["color"] = { 0, 0, 0, 0, }, ["icon"] = true, ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Class Options - LWA - Evoker", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["width"] = 1, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["config"] = { ["resources"] = { ["hover"] = { ["cooldown_color2"] = { 0.92941182851791, 0.92941182851791, 0.92941182851791, 0.5, }, ["active_color1"] = { 0.75294125080109, 0.94901967048645, 1, 1, }, ["color1"] = { 0.52156865596771, 0.90196084976196, 1, 1, }, ["color2"] = { 0.71764707565308, 0.94509810209274, 1, 1, }, ["cooldown_color1"] = { 0.69803923368454, 0.69803923368454, 0.69803923368454, 0.5, }, ["height"] = 10, ["active_color2"] = { 1, 1, 1, 1, }, ["gradient"] = 1, ["cooldown_gradient"] = 1, ["active_gradient"] = 1, }, ["mana_bar_devastation"] = { ["high_color2"] = { 1, 1, 1, 0.38999998569489, }, ["high_gradient"] = 1, ["high_color1"] = { 1, 1, 1, 0.30000001192093, }, ["height"] = 5, ["gradient"] = 1, ["color2"] = { 0.23137254901961, 0.63137254901961, 1, 1, }, ["color1"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, }, ["essence"] = { ["cooldown_color2"] = { 0.92941182851791, 0.92941182851791, 0.92941182851791, 0.5, }, ["burst_color2"] = { 1, 1, 1, 1, }, ["color1"] = { 0.05098039656877518, 0.4705882668495178, 0.5098039507865906, 1, }, ["color2"] = { 0.1803921610116959, 0.5215686559677124, 0.2392157018184662, 1, }, ["cooldown_color1"] = { 0.69803923368454, 0.69803923368454, 0.69803923368454, 0.5, }, ["cooldown_gradient"] = 1, ["height"] = 15, ["gradient"] = 1, ["burst_color1"] = { 1, 1, 1, 1, }, ["burst_gradient"] = 1, }, ["mana_bar"] = { ["color2"] = { 0.23137254901961, 0.63137254901961, 1, 1, }, ["height"] = 20, ["gradient"] = 1, ["format"] = 5, ["color1"] = { 0.03921568627451, 0.45098039215686, 0.82745098039216, 1, }, }, ["essence_burst"] = { ["height"] = 5, ["gradient"] = 1, ["color2"] = { 1, 0.86274516582489, 0.54509806632996, 1, }, ["color1"] = { 0.9215686917305, 0.45098042488098, 1, 1, }, }, }, }, ["inverse"] = false, ["xOffset"] = 0, ["displayIcon"] = 134520, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Rush of Vitality"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "377088", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 377086, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "AltMJoSsyi7", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Rush of Vitality", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["[NL] Burning Hate (Kite)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 200154, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "200154", }, ["debuffType"] = "HARMFUL", ["useName"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "!!! KITE !!!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Burning Hate (Kite)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "2FSksvuyCkF", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08-Wicked Star"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "365021", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "365030", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorB"] = 0, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "I0JpPfIsPFT", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "08-Wicked Star", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["[Ruby] Flammenatem (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 391723, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Flammenatem (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = ")og0SLPmBT6", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["06 Concentrated Anima (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "aura2", ["useGroup_count"] = true, ["auranames"] = { "332664", "340477", }, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["group_count"] = "0", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["spellIds"] = { }, ["combineMode"] = "showHighest", ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useName"] = true, ["useGroup_count"] = true, ["names"] = { }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["auranames"] = { "332664", "340477", }, ["ignoreSelf"] = true, ["spellIds"] = { }, ["group_count"] = "0", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "eQWuG9L4YWW", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Concentrated Anima (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Time Stop"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["auranames"] = { "378441", }, ["match_countOperator"] = ">", ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "group", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["type"] = "aura2", ["useMatch_count"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Stop", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 378441, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["use_showlossofcontrol"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Stop", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellName"] = 378441, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 378441, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Time Stop", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "Nt5UZ4uKSWz", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["[BHH] Violent Whirlwind (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g432", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 388046, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[BHH] Violent Whirlwind (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "h7UVHSOd(tD", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Tazavesh Hylbrande Titan Console (Sanitizing Cycle)"] = { ["controlledChildren"] = { "TOP LEFT RUNE", "TOP RIGHT RUNE", "BOTTOM LEFT RUNE", "BOTTOM RIGHT RUNE", "RUNE SEND", "RUNE RESET", "RUNE PERSONAL", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "rVCG0ULzx", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 135949, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/TazaveshConsole/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["event"] = "Health", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["version"] = 12, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["uid"] = "bhsFBYcCdS1", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderOffset"] = 4, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 353.33337402344, ["borderInset"] = 1, ["config"] = { }, ["xOffset"] = 428.3330078125, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "SL_Dungeons", }, ["03 Bleakwing Assassin Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "181113", }, ["auranames"] = { "339251", }, ["duration"] = "11.5", ["unit"] = "player", ["use_sourceNpcId"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unevent"] = "timed", ["sourceNpcId"] = "167566", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "combatlog", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Assassins", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 2103878, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "zeozpTCqGXl", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Bleakwing Assassin Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Saves_Warlock"] = { ["sparkWidth"] = 10, ["stacksSize"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.59607843137255, 0.93725490196078, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["use_petbattle"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["affixes"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_level"] = false, ["difficulty"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["talent3"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["ingroup"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = true, ["texture"] = "fer35", ["textFont"] = "Friz Quadrata TT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100002, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 136230, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["textColor"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Utility]", ["cooldownTextDisabled"] = true, ["adjustedMin"] = "", ["authorOptions"] = { }, ["textFlags"] = "OUTLINE", ["uid"] = "r5O2EMaEAvF", ["cooldownSwipe"] = true, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["textSize"] = 11, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["showClones"] = true, ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["names"] = { "Объятия вампира", }, ["ownOnly"] = false, ["spellIds"] = { 15286, }, ["type"] = "aura2", ["auranames"] = { "33206", "97462", "6940", "1022", "204018", "15286", "47788", "31821", "102342", "116849", "77764", }, ["combineMatches"] = "showLowest", ["unit"] = "player", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["useCooldownModRate"] = true, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["backdropInFront"] = true, ["text"] = true, ["displayTextLeft"] = "%p", ["stickyDuration"] = false, ["sparkHidden"] = "NEVER", ["height"] = 33, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["semver"] = "5.3.5", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["borderOffset"] = 1, ["source"] = "import", ["displayTextRight"] = "%n", ["backdropColor"] = { 1, 1, 1, 0, }, ["sparkHeight"] = 39, ["border"] = true, ["borderEdge"] = "1 Pixel", ["rotateText"] = "NONE", ["borderSize"] = 1, ["config"] = { }, ["icon_side"] = "RIGHT", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_MyMedia\\sound\\yankiebangbang.ogg", ["glow_frame"] = "WeakAuras:bDesp", }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["borderInFront"] = true, ["anchorFrameParent"] = false, ["sparkRotationMode"] = "AUTO", ["spark"] = false, ["stacksColor"] = { 1, 1, 1, 1, }, ["timerSize"] = 12, ["backgroundColor"] = { 0, 0, 0, 0.41000002622604, }, ["id"] = "Saves_Warlock", ["stacksFont"] = "Friz Quadrata TT", ["frameStrata"] = 3, ["width"] = 33, ["borderBackdrop"] = "Blizzard Tooltip", ["borderColor"] = { 0, 0, 0, 1, }, ["inverse"] = false, ["zoom"] = 0.3, ["orientation"] = "HORIZONTAL_INVERSE", ["conditions"] = { }, ["cooldown"] = true, ["preferToUpdate"] = false, }, ["07 Explosive Magma"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "411848", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "crQDvCXUKw1", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Explosive Magma", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Frozen Binds"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "357298", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot+Root", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Frozen Binds", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ahOwrT4QVQa", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["06 Warped Desires (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "325382", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "xBXlvUAvhI0", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Warped Desires (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Emerald Blossom"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showOnCooldown", ["names"] = { "На изготовку!", }, ["use_showgcd"] = false, ["remaining"] = "1.5", ["spellName"] = 355913, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Emerald Blossom", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Explosive ShotRdy", ["do_custom"] = false, ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 254, ["multi"] = { [1473] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 355913, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["xOffset"] = 0, ["spellName"] = "53351", ["uid"] = "kYJzq60tZ59", ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["alpha"] = 0.3, ["url"] = "https://wago.io/AU9DH6bo7/8", ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["auto"] = false, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Emerald Blossom", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = false, ["duration"] = "", ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = 1, ["translateType"] = "spiralandpulse", ["colorType"] = "custom", ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useCooldownModRate"] = true, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 461115, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["stickyDuration"] = false, }, ["05 Falling Embers"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auraspellids"] = { }, ["useName"] = false, ["spellId"] = { 427252, }, ["useExactSpellId"] = false, ["type"] = "combatlog", ["duration"] = "8.1", ["event"] = "Combat Log", ["unit"] = "player", ["auranames"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 1035051, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "xVYgw1B41Nb", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Falling Embers", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[BHH] Decay Surge (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 382474, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Decay Surge (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "yWPPtrwhEI3", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["05-Runecarver's Deathtouch"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "360687", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "360687", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0, ["scalex"] = 1, ["colorB"] = 0.082352941176471, ["colorG"] = 0.62352941176471, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "p7Bdvf1lfU(", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "05-Runecarver's Deathtouch", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["09-Slumber Cloud"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["displayText_format_count_format"] = "none", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_remaining"] = true, ["type"] = "addons", ["spellId"] = "360229", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["remaining_operator"] = "<=", ["use_text"] = false, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["event"] = "Health", ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_remaining"] = true, ["type"] = "addons", ["spellId"] = "360229", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["remaining_operator"] = "<=", ["use_text"] = false, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["event"] = "Health", ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["selfPoint"] = "BOTTOM", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["xOffset"] = 0, ["fontSize"] = 28, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = "Bait in %p", ["color"] = { 0.98823529411765, 1, 0, 1, }, ["fixedWidth"] = 250, ["regionType"] = "text", ["automaticWidth"] = "Fixed", ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.93333333333333, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.015686274509804, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["displayText_format_p_time_precision"] = 1, ["url"] = "https://wago.io/ogIfZ7c2i/4", ["wordWrap"] = "Elide", ["authorOptions"] = { }, ["justify"] = "LEFT", ["tocversion"] = 90200, ["id"] = "09-Slumber Cloud", ["semver"] = "1.0.3", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["uid"] = "OIyV7rWh6Zx", ["yOffset"] = 0, ["preferToUpdate"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["03 Coiling Eruption"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "427201", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "XHoHqr2IYep", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Coiling Eruption", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Freehold - Painful Motivation (Do not Interrupt)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 19.999816894531, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.258823543787, 1, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Special Warnings", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257899, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "DO NOT INTERRUPT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = -3, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "Freehold - Painful Motivation (Do not Interrupt)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = false, ["justify"] = "LEFT", ["uid"] = "vYMDZOLfP54", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 9, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.258823543787, 1, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Befoulement"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "365300", }, ["names"] = { }, ["use_tooltipValue"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["tooltipValue_operator"] = ">", ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["tooltipValueNumber"] = 1, ["ignoreAuraSpellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["tooltipValue"] = "0", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Healabsorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowXOffset"] = 0, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "oO2o9dMGRhC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Befoulement", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["02 Hopeless Lethargy"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350604", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2433", ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Hopeless Lethargy", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "QK2SU)iVlCf", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528302, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Scorching Roots Cast"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_spellIds"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss1", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { 422614, }, ["auraspellids"] = { "426206", }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Root Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 136100, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Root.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "324k(e6OCyD", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Scorching Roots Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Sepulcher BigWigs / DBM Timers"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "03-Dimensional Tear", "03-Continuum Stasis Trap", "05-Hand of Destruction", "05-Withering Seeds", "05-Necrotic Ritual", "05-Runecarver's Deathtouch", "06-Destructing Energy", "08-Wicked Star", "08-Kingsmourne Hungers", "09-Slumber Cloud", "10-Massive Bang", "11-Martyrdom", "11-Chains of Opression", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ogIfZ7c2i", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["groupIcon"] = 254650, ["anchorPoint"] = "CENTER", ["parent"] = "SL_Raids", ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["gridWidth"] = 5, ["selfPoint"] = "TOP", ["align"] = "CENTER", ["useLimit"] = true, ["gridType"] = "RD", ["yOffset"] = 212.4995727539063, ["stagger"] = 0, ["internalVersion"] = 75, ["version"] = 4, ["subRegions"] = { }, ["arcLength"] = 360, ["sortHybridTable"] = { ["11-Chains of Opression"] = false, ["10-Massive Bang"] = false, ["03-Continuum Stasis Trap"] = false, ["11-Martyrdom"] = false, ["05-Withering Seeds"] = false, ["06-Destructing Energy"] = false, ["05-Hand of Destruction"] = false, ["05-Runecarver's Deathtouch"] = false, ["05-Necrotic Ritual"] = false, ["08-Kingsmourne Hungers"] = false, ["09-Slumber Cloud"] = false, ["08-Wicked Star"] = false, ["03-Dimensional Tear"] = false, }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["uid"] = "F6VRiI(dP9m", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["config"] = { }, ["animate"] = false, ["source"] = "import", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 2, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["xOffset"] = -419.1657104492188, ["borderOffset"] = 4, ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "Sepulcher BigWigs / DBM Timers", ["regionType"] = "dynamicgroup", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["fullCircle"] = true, ["borderInset"] = 1, ["rowSpace"] = 1, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["AUG_Ebon Might Buff"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Ebon Might", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "multi", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_text"] = "%1.matchCount", ["anchorXOffset"] = 0, ["text_fontSize"] = 14, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.matchcount_format"] = "none", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_.matchUnit_format"] = "none", ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_visible"] = true, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_1.matchCount_format"] = "none", ["text_text_format_unitcount_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115496] = true, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "QhQ(QRCKQuR", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Ebon Might Buff", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["05 Torment"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "350217", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["spellName"] = 0, ["useName"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["auraspellids"] = { }, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "boss1", ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_track"] = true, ["spellNames"] = { 351194, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pools Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2434", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Torment", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "xK3yCKOLBc2", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778230, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Spoils of Neltharus"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "show", }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["auraspellids"] = { "381954", }, ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["auraspellids"] = { "381955", }, ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["auraspellids"] = { "381956", }, ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = false, ["auraspellids"] = { "381957", }, ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["itemName"] = 0, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["itemSlot"] = 13, ["debuffType"] = "HELPFUL", ["type"] = "item", ["use_absorbHealMode"] = true, ["event"] = "Cooldown Progress (Equipment Slot)", ["use_itemSlot"] = true, ["use_itemName"] = true, ["use_absorbMode"] = true, ["use_testForCooldown"] = false, ["remaining_operator"] = ">=", ["use_remaining"] = true, ["use_unit"] = true, ["remaining"] = "0", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return (t[1] or t[2] or t[3] or t[4])\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 12, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_p_big_number_format"] = "AbbreviateLargeNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "BigNumber", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 0.4078431725502, 0.011764707043767, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 0, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowYOffset"] = 0, ["text_text"] = "%p", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_big_number_format"] = "AbbreviateLargeNumbers", ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_font"] = "Accidental Presidency", ["text_anchorYOffset"] = -10, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["anchorXOffset"] = 0, ["text_anchorPoint"] = "INNER_TOP", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_text_format_3.p_big_number_format"] = "AbbreviateLargeNumbers", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fontType"] = "OUTLINE", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_3.p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_2.p_format"] = "timed", ["text_text_format_2.p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_font"] = "Accidental Presidency", ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_text_format_3.p_time_mod_rate"] = true, ["text_text_format_3.p_time_dynamic_threshold"] = 60, ["text_text_format_3.p_format"] = "timed", ["text_text_format_p_format"] = "timed", ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_3.p_time_legacy_floor"] = false, ["text_text_format_p_time_precision"] = 1, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_3.p_time_format"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%4.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_fontType"] = "OUTLINE", ["text_text_format_3.p_time_format"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_4.p_big_number_format"] = "AbbreviateLargeNumbers", ["text_selfPoint"] = "AUTO", ["text_text_format_3.p_time_legacy_floor"] = false, ["text_automaticWidth"] = "Auto", ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_2.p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_3.p_time_precision"] = 1, ["text_text_format_4.p_time_dynamic_threshold"] = 60, ["text_text_format_2.p_format"] = "timed", ["text_text_format_3.p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Accidental Presidency", ["text_text_format_3.p_time_mod_rate"] = true, ["text_anchorYOffset"] = -10, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, ["text_text_format_4.p_time_precision"] = 1, ["text_text_format_3.p_format"] = "timed", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_2.p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["text_text_format_4.p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%5.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_5.p_format"] = "timed", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_fontSize"] = 12, ["text_text_format_5.p_big_number_format"] = "AbbreviateLargeNumbers", ["anchorXOffset"] = 0, ["text_text_format_4.p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_3.p_time_precision"] = 1, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_3.p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["text_text_format_5.p_time_format"] = 0, ["text_text_format_3.p_time_legacy_floor"] = false, ["text_automaticWidth"] = "Auto", ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_text_format_3.p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_4.p_time_precision"] = 1, ["text_text_format_p_time_format"] = 0, ["text_text_format_2.p_format"] = "timed", ["text_text_format_5.p_time_mod_rate"] = true, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Accidental Presidency", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_text_format_3.p_time_dynamic_threshold"] = 60, ["text_text_format_5.p_time_precision"] = 1, ["text_text_format_4.p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_5.p_time_dynamic_threshold"] = 60, ["text_text_format_3.p_time_format"] = 0, ["text_text_format_5.p_time_legacy_floor"] = false, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_6.p_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_text"] = "%6.p", ["text_text_format_2.p_time_format"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_2.p_time_dynamic_threshold"] = 60, ["text_text_format_5.p_format"] = "timed", ["text_shadowYOffset"] = 0, ["text_text_format_6.p_big_number_format"] = "AbbreviateLargeNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_text_format_5.p_time_dynamic_threshold"] = 60, ["text_text_format_4.p_format"] = "timed", ["text_text_format_4.p_time_dynamic_threshold"] = 60, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_text_format_p_time_mod_rate"] = true, ["text_font"] = "Accidental Presidency", ["text_text_format_6.p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_text_format_5.p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["text_text_format_5.p_time_format"] = 0, ["text_text_format_3.p_time_legacy_floor"] = false, ["text_automaticWidth"] = "Auto", ["text_text_format_3.p_time_precision"] = 1, ["text_text_format_2.p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_4.p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_2.p_format"] = "timed", ["text_text_format_6.p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_text_format_4.p_time_format"] = 0, ["text_text_format_5.p_time_mod_rate"] = true, ["text_text_format_6.p_time_mod_rate"] = true, ["text_text_format_3.p_time_mod_rate"] = true, ["text_text_format_6.p_time_dynamic_threshold"] = 60, ["text_text_format_3.p_time_dynamic_threshold"] = 60, ["text_text_format_6.p_time_format"] = 0, ["text_text_format_3.p_format"] = "timed", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_anchorPoint"] = "INNER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_text_format_5.p_time_legacy_floor"] = false, ["text_text_format_3.p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "Crit", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "Haste", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "Mast", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "Vers", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["use_race"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["role"] = { }, ["use_itemequiped"] = true, ["itemequiped"] = { 193773, }, ["use_spellknown"] = false, ["class"] = { ["multi"] = { }, }, ["race"] = { ["single"] = "Dracthyr", }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Icons", ["uid"] = "LXV0gwh1ucP", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Spoils of Neltharus", ["zoom"] = 0.22, ["useCooldownModRate"] = true, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.10.text_visible", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.9.text_visible", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.11.text_visible", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, { ["value"] = true, ["property"] = "sub.2.glow", }, }, }, { ["check"] = { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.12.text_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = { 1, 0.031372550874949, 0, 1, }, ["property"] = "color", }, { ["value"] = 0.69, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 3, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 4, ["op"] = ">", ["variable"] = "expirationTime", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 5, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 0.05, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["01 Hellbeam"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0.87843143939972, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["uid"] = "9LGzeDWKTLU", ["displayIcon"] = 236302, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HELPFUL", ["spellNames"] = { 400430, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["unit"] = "boss1", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["use_exact_spellId"] = false, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Beam", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["anchorFrameParent"] = false, ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["icon"] = true, ["semver"] = "1.0.44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["id"] = "01 Hellbeam", ["sparkColor"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["width"] = 240, ["sparkHidden"] = "NEVER", ["inverse"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["Demon Hunter Debuffs"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 40, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["showClones"] = true, ["type"] = "aura2", ["useExactSpellId"] = true, ["ownOnly"] = true, ["event"] = "Health", ["names"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "207771 ", "204598", "320338", }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "target", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "TOP", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 3, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["cooldown"] = true, ["conditions"] = { }, ["parent"] = "Ipse: Demon Hunter", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { ["row"] = 3, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["width"] = 36, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["semver"] = "1.0.4", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "Demon Hunter Debuffs", ["zoom"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "Fl(vcDYLb7r", ["inverse"] = false, ["url"] = "https://wago.io/4kTH1dUFb/43", ["displayIcon"] = 535595, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["Windfury Totem - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["parent"] = "Raid Buffs Tracker", ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useGroup_count"] = true, ["useActualSpec"] = false, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_absorbMode"] = true, ["group_count"] = "0", ["type"] = "aura2", ["ignoreInvisible"] = false, ["debuffType"] = "HELPFUL", ["ignoreDead"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { "327942", }, ["useExactSpellId"] = true, ["unit"] = "group", ["event"] = "Health", ["unevent"] = "auto", ["ignoreDisconnected"] = true, ["auranames"] = { "Devotion Aura", }, ["spellIds"] = { }, ["actualSpec"] = { [255] = true, [263] = true, [252] = true, [70] = true, [72] = true, [577] = true, [259] = true, [268] = true, [250] = true, [581] = true, [260] = true, [71] = true, [73] = true, [103] = true, [261] = true, [269] = true, [251] = true, [66] = true, }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = "==", ["duration"] = "1", ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = true, ["type"] = "unit", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["unit"] = "player", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Class/Spec", ["specId"] = { ["single"] = 263, ["multi"] = { [66] = true, [70] = true, }, }, ["use_genericShowOn"] = true, ["use_track"] = true, ["spellName"] = 0, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = true, ["class"] = "SHAMAN", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "", ["use_class"] = false, ["specId"] = { ["single"] = 263, }, ["use_unit"] = true, ["spellName"] = 0, ["unit"] = "group", ["classification"] = { }, ["use_genericShowOn"] = true, ["useExactSpellId"] = false, ["use_ignoreDead"] = true, ["unevent"] = "auto", ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["type"] = "unit", ["subeventSuffix"] = "", ["duration"] = "1", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "NO \\nTOTEM", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "OUTLINE", ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, }, }, ["height"] = 64, ["load"] = { ["zoneIds"] = "", ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["use_ingroup"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_combat"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["selfPoint"] = "CENTER", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136114, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["adjustedMax"] = "", ["uid"] = "E1ZvQ7cX6QA", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "6.3.1", ["tocversion"] = 100100, ["id"] = "Windfury Totem - Buff Tracker", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["cooldown"] = false, ["authorOptions"] = { }, }, ["04 Crystal of Phantasms Initial Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327887", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "combatlog", ["useName"] = true, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["duration"] = "5.3", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["spellName"] = { 0, }, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3256113", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Dnv0uZRiBLD", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Crystal of Phantasms Initial Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Cleave's and Frontal's (Season1)"] = { ["controlledChildren"] = { "[TNO] Cleave's & Frontal's", "[AA] Cleave's & Frontal's", "[RLP] Cleave's & Frontal's", "[Azure} Cleave's & Frontal's", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Older Content", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Cleave's and Frontal's (Season1)", ["groupIcon"] = 132338, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "whEo0YB88aB", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["08 Flare Bomb"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "425652", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "uh5n3TxRoAk", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Flare Bomb", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[NLTH] Magma Conflagration (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 378818, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Magma Conflagration (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "GA8Mlk62WrI", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["02 Crushing Stone (Tank Only)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["duration"] = "1", ["names"] = { }, ["specificUnit"] = "boss2", ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["unit"] = "member", ["event"] = "Chat Message", ["custom_type"] = "stateupdate", ["type"] = "aura2", ["spellIds"] = { }, ["events"] = "", ["auranames"] = { "334860", }, ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", ["customVariables"] = "", }, ["untrigger"] = { }, }, { ["trigger"] = { ["names"] = { }, ["use_specific_unit"] = true, ["use_aggro"] = true, ["auranames"] = { "334860", }, ["use_threatvalue"] = false, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss2", ["use_unit"] = true, ["use_status"] = false, ["use_specific_threatUnit"] = true, ["specificUnit"] = "boss2", ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["events"] = "", ["group_countOperator"] = ">", ["useName"] = true, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["event"] = "Threat Situation", ["unevent"] = "auto", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["check"] = "event", ["useGroup_count"] = true, ["use_track"] = true, ["customVariables"] = "", }, ["untrigger"] = { ["use_specific_unit"] = true, ["use_specific_threatUnit"] = true, ["threatUnit"] = "boss2", ["unit"] = "boss2", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targets you", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1385913, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "N(nVYXq62o4", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Crushing Stone (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "aggro", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Dragonriding UI Acceleration"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["displayText"] = "Pitch: %p", ["yOffset"] = 0, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/dmui-dragonriding/36", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 0.74901962280273, 0, 0, 1, }, ["desaturate"] = false, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { }, ["use_dragonriding"] = true, ["use_spellknown"] = false, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["zoneIds"] = "", ["spellknown"] = 372610, ["size"] = { ["multi"] = { }, }, }, ["shadowXOffset"] = 1, ["smoothProgress"] = true, ["useAdjustededMin"] = true, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "tXs4-ei7t", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "7", ["shadowYOffset"] = -1, ["sparkRotationMode"] = "AUTO", ["automaticWidth"] = "Auto", ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "status", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.accel + 10, 20, true\nend", ["spellIds"] = { }, ["custom"] = "function(e, accel)\n if e == \"DMUI_DRAGONRIDING_ACCEL\" and accel then\n aura_env.accel = accel\n end\n return true\nend", ["events"] = "DMUI_DRAGONRIDING_ACCEL", ["check"] = "event", ["names"] = { }, ["debuffType"] = "HELPFUL", ["customVariables"] = "{\n value = \"number\"\n}\n", }, ["untrigger"] = { ["custom"] = "", }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t) return t[1] and (t[2] or t[3]) end", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = false, }, ["zoom"] = 0, ["version"] = 36, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 4, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Blizzard Dialog Gold", ["border_size"] = 12, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "450918", ["tick_length"] = 10, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "10", }, ["automatic_length"] = true, ["tick_thickness"] = 2, ["tick_color"] = { 1, 1, 1, 1, }, ["tick_visible"] = true, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_yOffset"] = 0, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_n_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_decimal_precision"] = 3, ["type"] = "subtext", ["text_anchorXOffset"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_LEFT", ["text_fontType"] = "None", ["text_text_format_p_format"] = "Number", ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = false, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 8, ["textureSource"] = "LSM", ["orientation"] = "HORIZONTAL", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = true, ["fontSize"] = 12, ["source"] = "import", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["displayText_format_p_time_mod_rate"] = true, ["sparkRotation"] = 0, ["anchorFrameFrame"] = "EncounterBar", ["width"] = 200, ["preferToUpdate"] = true, ["parent"] = "Dragonriding UI", ["icon_side"] = "RIGHT", ["sparkHidden"] = "NEVER", ["displayText_format_p_time_precision"] = 1, ["sparkHeight"] = 30, ["justify"] = "LEFT", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["semver"] = "3.1.0", ["anchorFrameParent"] = true, ["id"] = "Dragonriding UI Acceleration", ["adjustedMax"] = "13", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "event", ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.accel = 0", ["do_custom"] = true, }, }, ["inverse"] = false, ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "9.75", ["variable"] = "value", }, ["linked"] = false, ["changes"] = { { ["value"] = { 0, 0.53333336114883, 0.015686275437474, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["value"] = "9.5", ["variable"] = "value", }, ["linked"] = true, ["changes"] = { { ["value"] = { 0.76862752437592, 0.37647062540054, 0, 1, }, ["property"] = "barColor", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "TNEGZZlJtLf", }, ["[NL] Metamorphosis (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 193803, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] Metamorphosis (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "6Xr6Letwpu(", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[FH] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "936", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "129788 129600 130896 127106 130404 129559", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[FH] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "uirvpZEUHue", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Blessing of the Bronze"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["text"] = "Blessing of the Bronze", ["type"] = "description", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show if Applied", "Show if Missing", "Always Show", }, ["default"] = 2, ["name"] = "Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Blessing of the Bronze", ["width"] = 1, ["useCollapse"] = false, ["noMerge"] = false, ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blessing_of_the_bronze", ["size"] = 10, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Maintenance Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "maintenance", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "364342", }, ["match_countOperator"] = ">", ["unit"] = "player", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["names"] = { }, ["unitExists"] = true, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["useMatch_count"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "300", ["auranames"] = { "364342", }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["unitExists"] = true, ["match_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["match_countOperator"] = ">", ["useMatch_count"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["remOperator"] = "<", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useRem"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "300", ["auranames"] = { "364342", }, ["matchesShowOn"] = "showOnMissing", ["unit"] = "player", ["unitExists"] = true, ["match_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["match_countOperator"] = "==", ["useMatch_count"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["remOperator"] = "<", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useRem"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_resting"] = true, ["use_incombat"] = false, ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function()\n if LWA and LWA.Init then\n LWA.Init()\n end\nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["events"] = "OPTIONS", ["unit"] = "player", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if t[4] then -- If in Rested Area\n return false\n end\n \n local behavior = aura_env.config.maintenance.blessing_of_the_bronze.behavior\n \n if behavior == 1 then -- Show if Applied\n return t[1]\n elseif behavior == 2 then -- Show if Missing\n return t[2] or t[3]\n else -- Always Show\n return true\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 364342, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Maintenance - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["maintenance"] = { ["blessing_of_the_bronze"] = { ["behavior"] = 2, }, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Blessing of the Bronze", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "59Zndl1im5D", ["inverse"] = false, ["cooldownEdge"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["value"] = "0", ["op"] = "==", ["variable"] = "matchCount", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 1, 1, 0.5, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Pull 1 Text"] = { ["outline"] = "OUTLINE", ["wagoID"] = "rJNoy5wRX", ["xOffset"] = -35, ["displayText"] = "%c\n", ["customText"] = "function()\n return\n aura_env.config.pullA\nend\n\n\n", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["custom_hide"] = "timed", ["type"] = "custom", ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["genericShowOn"] = "showOnActive", ["names"] = { }, ["unevent"] = "auto", ["custom"] = "function(event,toggle,trueLeader)\n if event == \"WA_ExalityRaidTools\" and toggle == \"SHOW\" and trueLeader then\n return true \n end\n \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["events"] = "WA_ExalityRaidTools ", ["spellIds"] = { }, ["check"] = "event", ["event"] = "Health", ["custom_type"] = "status", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,toggle)\n if event == 'WA_ExalityRaidTools' and toggle == 'HIDE' then\n return true \n end\n return false\nend\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desaturate"] = false, ["discrete_rotation"] = 0, ["font"] = "Boris Black Bloxx", ["version"] = 8, ["displayText_format_c_format"] = "none", ["height"] = 27.999990463257, ["rotate"] = true, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_combat"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["rotation"] = 0, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 0.8, 0.41176470588235, 0.41176470588235, 0.75, }, ["mirror"] = false, ["url"] = "https://wago.io/rJNoy5wRX/8", ["regionType"] = "text", ["fixedWidth"] = 200, ["blendMode"] = "BLEND", ["yOffset"] = 0, ["preferToUpdate"] = true, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura78", ["selfPoint"] = "CENTER", ["width"] = 53, ["justify"] = "CENTER", ["tocversion"] = 90001, ["id"] = "Pull 1 Text", ["semver"] = "2.0.6", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["uid"] = "T2ySu6spMKD", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["parent"] = "RaidTools_WLNO", }, ["[NLTH] Binding Spear (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 372583, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] Binding Spear (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "YhoJ68JD(QC", ["parent"] = "Neltharus", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["11 Death Sentence Removed"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "368593", }, ["auranames"] = { }, ["duration"] = "4", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["subeventSuffix"] = "_AURA_REMOVED", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "combatlog", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 0.93725490196078, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["sound_path"] = "", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Death Sentence Removed", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "PXSsqSbNdmA", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 1390945, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["[HoI] Gust of Wind (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 385036, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Gust of Wind (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "SOZVtb6THt7", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["d_FireBreath 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellName"] = 357208, ["type"] = "spell", ["use_ignoreoverride"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_exact_spellName"] = true, ["realSpellName"] = 357208, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["use_class_and_spec"] = true, ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["level"] = { "34", }, ["use_vehicleUi"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [152262] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [65] = true, [1467] = true, }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 357208, ["race"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_FireBreath 2", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "u2PVv5lxu77", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Main Bar", }, ["BOTTOM RIGHT RUNE"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -42, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "HYLB_TOPLEFT HYLB_TOPRIGHT HYLB_BOTTOMLEFT HYLB_BOTTOMRIGHT HYLB_RESET", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(states, event, arg1, arg2, arg3)\n if event == \"OPTIONS\" then\n states[\"\"] = {\n text = \"\",\n icon = 1323039,\n progressType = \"static\",\n changed = true,\n show = true\n }\n return true\n end\n if event == \"HYLB_BOTTOMRIGHT\" and arg1 and arg2 then\n states[\"\"] = {\n text = arg2,\n icon = arg1,\n progressType = \"static\",\n changed = true,\n show = true\n }\n aura_env.handle()\n return true\n elseif event == \"HYLB_RESET\" and arg1 then\n aura_env.handle(true)\n if states[\"\"] then\n states[\"\"].show = false\n states[\"\"].changed = true\n end\n return true\n elseif (event == \"HYLB_TOPLEFT\" or event == \"HYLB_TOPRIGHT\" or event == \"HYLB_BOTTOMLEFT\") and arg3 then\n aura_env.region[\"button\"..arg3]:Hide()\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellId"] = true, ["auraspellids"] = { "346427", }, ["spellId"] = 346427, ["use_exact_spellId"] = false, ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] or t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "BOTTOM RIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "LEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = 42, ["cooldown"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["config"] = { }, ["alpha"] = 1, ["actions"] = { ["start"] = { ["custom"] = "if not WeakAuras.IsOptionsOpen() then\n aura_env.handle(true)\nend\n\n", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "local t = {\n [1] = {\"TOPLEFT\", 1323035, \"BLUE\", \"{rt6}\"},\n [2] = {\"TOPRIGHT\", 1323037, \"PURPLE\", \"{rt3}\"},\n [3] = {\"BOTTOMLEFT\", 1323038, \"YELLOW\", \"{rt1}\"},\n [4] = {\"BOTTOMRIGHT\", 1323039, \"ORANGE\", \"{rt2}\"},\n}\n\nlocal name = \"HYLB\"\nlocal w, h = aura_env.region:GetSize()\nfor i=1, 4 do\n aura_env.region[\"button\"..i] = aura_env.region[\"button\"..i] or CreateFrame(\"Button\", name..i, aura_env.region)\n aura_env.region[\"button\"..i]:SetSize(w/2, h/2)\n aura_env.region[\"button\"..i]:SetPoint(t[i][1])\n aura_env.region[\"button\"..i]:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_BOTTOMRIGHT\", t[i][2], t[i][3], i, t[i][4])\n end)\n \n aura_env.region[\"button\"..i]:SetNormalTexture(t[i][2])\n aura_env.region[\"button\"..i]:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\nend\n\naura_env.handle = function(show)\n for i=1, 4 do\n if show then\n aura_env.region[\"button\"..i]:Show()\n else\n aura_env.region[\"button\"..i]:Hide()\n end\n end\nend\naura_env.handle(not WeakAuras.IsOptionsOpen())", ["do_custom"] = true, }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "BOTTOM RIGHT RUNE", ["zoom"] = 0, ["useCooldownModRate"] = true, ["width"] = 80, ["frameStrata"] = 1, ["uid"] = "Ca4EWGmD5y9", ["inverse"] = false, ["url"] = "https://wago.io/TazaveshConsole/12", ["displayIcon"] = 237290, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["01 Controlled Burn"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421972", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "Yyakz(SmJin", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Controlled Burn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Chipped Deadly Sapphire"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210714, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOM", ["text_visible"] = true, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 10, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210714\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "lR1Gene)Xn7", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Deadly Sapphire", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "629522", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["02 Flesh Mortification"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "419462", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "IfTTOCcv6l9", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Flesh Mortification", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["06 Blackened Armor (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["auranames"] = { "350217", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355786", }, ["type"] = "aura2", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Blackened Armor (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = ")ETd(sk7ZJa", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Soul Barrier"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 263648, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Soul Barrier", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Soul Barrier", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "okdcAv6QFeI", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["03 Lingering Embers"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326430", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "J2XToX6j6KY", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Lingering Embers", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["11-Chains of Opression"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["displayText_format_count_format"] = "none", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_remaining"] = true, ["type"] = "addons", ["spellId"] = "362631", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["remaining_operator"] = "<=", ["use_text"] = false, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["event"] = "Health", ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "363893", ["remaining_operator"] = "<=", ["names"] = { }, ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", ["use_remaining"] = true, ["subeventSuffix"] = "_CAST_START", ["use_text"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["type"] = "addons", ["unit"] = "player", ["use_dbmType"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["selfPoint"] = "BOTTOM", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["internalVersion"] = 75, ["shadowXOffset"] = 1, ["displayText_format_p_time_mod_rate"] = true, ["fixedWidth"] = 250, ["preferToUpdate"] = true, ["regionType"] = "text", ["displayText"] = "%c in %p", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.28627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.65882352941176, ["type"] = "custom", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.65882352941176, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["automaticWidth"] = "Fixed", ["anchorFrameParent"] = false, ["yOffset"] = 0, ["authorOptions"] = { }, ["semver"] = "1.0.3", ["justify"] = "LEFT", ["tocversion"] = 90200, ["id"] = "11-Chains of Opression", ["wordWrap"] = "Elide", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "))xNSaybGsA", ["xOffset"] = 0, ["displayText_format_c_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/ogIfZ7c2i/4", }, ["Essence Burst 3"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 217.69625854492, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "359618", }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Essence Burst", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Oswald", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 1, 0.46666669845581, 0, 1, }, ["automaticWidth"] = "Fixed", ["regionType"] = "text", ["displayText"] = "%p", ["conditions"] = { }, ["xOffset"] = -161.91101074219, ["preferToUpdate"] = false, ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "CENTER", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Essence Burst 3", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "PINnFB5k22N", ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, }, ["wordWrap"] = "WordWrap", }, ["05 Charged Smash"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 400777, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Enter", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914677, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "eNRyka(D3Ti", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Charged Smash", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["05 Falling Embers Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_spellIds"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss1", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { 427252, }, ["auraspellids"] = { "426206", }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 1035051, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "J8uQeGB(hj0", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Falling Embers Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Soulstone"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["useCount"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["spellName"] = 20707, ["charges_operator"] = "~=", ["charges"] = "3", ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["count"] = "2", ["event"] = "Cooldown Progress (Spell)", ["use_charges"] = false, ["realSpellName"] = "Soulstone", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["countOperator"] = "<=", ["unevent"] = "auto", ["type"] = "spell", ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 20707, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 20707, ["role"] = { ["multi"] = { }, }, }, ["parent"] = "Warlock [Utility]", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["adjustedMin"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "\n", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soulstone", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["stickyDuration"] = false, ["uid"] = "FCb4qCz)1d4", ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["05 Furious Charge"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["config"] = { }, ["iconSource"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, ["useName"] = false, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 418637\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n unit = unit..\"target\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["spellIds"] = { }, ["check"] = "event", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["xOffset"] = 0, ["adjustedMax"] = "", ["barColor"] = { 0.47450983524323, 1, 0, 1, }, ["desaturate"] = false, ["parent"] = "Bars ", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Tank Explosion", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "gP(JVE)BMNi", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["icon"] = true, ["version"] = 47, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 2403541, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["zoom"] = 0.2, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Furious Charge", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["Evoker Essence Group by Buds™_6"] = { ["grow"] = "HORIZONTAL", ["controlledChildren"] = { "Essences", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 4630437, ["anchorPoint"] = "CENTER", ["animate"] = false, ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["gridWidth"] = 5, ["useLimit"] = false, ["align"] = "CENTER", ["gridType"] = "RD", ["radius"] = 200, ["xOffset"] = 0, ["stagger"] = 0, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 8, ["subRegions"] = { }, ["arcLength"] = 360, ["parent"] = "Evoker [Resources]", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["uid"] = "JK7GnUgDIPl", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["config"] = { }, ["source"] = "import", ["yOffset"] = 2, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker Essence Group by Buds™_6", ["regionType"] = "dynamicgroup", ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["borderColor"] = { 0, 0, 0, 1, }, ["borderInset"] = 1, ["rowSpace"] = 1, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["sortHybridTable"] = { ["Essences"] = false, }, }, ["Demonic_Circle_Teleport"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 48020, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Demonic Circle: Teleport", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Demonic_Circle", ["xOffset"] = 0, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 15, ["multi"] = { [15] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 48020, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["config"] = { }, ["internalVersion"] = 75, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["alpha"] = 0.3, ["parent"] = "Warlock [Utility]", ["desaturate"] = false, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Demonic_Circle_Teleport", ["useCooldownModRate"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "NYqTNeES4kk", ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, }, }, { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["[HoI] Titanfist (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 384524, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Titanfist (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "BvYJ61Tl2SQ", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Fire Breath 3"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "382266", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "multi", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 357208, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 357208, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["use_genericShowOn"] = true, ["auranames"] = { "370553", }, ["unit"] = "player", ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["duration"] = "1", ["spellName"] = 355936, ["count"] = "2", ["debuffType"] = "HELPFUL", ["charges"] = "3", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 355936, ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["use_remaining"] = false, ["type"] = "aura2", ["use_unit"] = true, ["use_track"] = true, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%.matchcount", ["text_text_format_.matchUnit_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_fontSize"] = 14, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_.matchcount_format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["anchorYOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_unitcount_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "(U3Jf8AWpRM", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Fire Breath 3", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Soul_Strike"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Soul Strike", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 264057, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 264057, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [710] = true, }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["race"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_warlock_calldreadstalkers", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soul_Strike", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "G8d3uMg549E", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["MC Distance 2 Reverse"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 190, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_genericShowOn"] = true, ["range"] = "20", ["unit"] = "target", ["use_showHealAbsorb"] = false, ["range_operator"] = "<=", ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_absorbMode"] = true, ["event"] = "Range Check", ["realSpellName"] = 0, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 3 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 265, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "MC Distance 2 Reverse", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 1, ["width"] = 30, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = true, ["uid"] = "04vynDn)gfA", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["11 Surging Azerite"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Cast", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "aura2", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "366703", }, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip2%% H/DPS", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip2_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Surging Azerite", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "OngHD5hN9SS", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 3528305, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["Hand_of_Gul'dan"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_matchedRune"] = false, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Hand of Gul'dan", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 105174, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["use_powertype"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["powertype"] = 7, ["event"] = "Power", ["use_genericShowOn"] = true, ["unit"] = "player", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_exact_spellName"] = false, ["realSpellName"] = "Implosion", ["use_spellName"] = true, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 196277, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["useName"] = true, ["auranames"] = { "394776", }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_exact_spellName"] = false, ["realSpellName"] = "Implosion", ["use_spellName"] = true, ["unit"] = "player", ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["use_track"] = true, ["spellName"] = 196277, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.8156863451004, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.spellCount", ["text_text_format_3.spellCount_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = 3, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%4.p", ["text_text_format_3.spellCount_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_4.p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 0, ["text_text_format_4.p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_p_time_precision"] = 1, ["text_text_format_4.p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [3] = true, }, }, ["use_spellknown"] = true, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["race"] = { }, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, ["spellknown"] = 105174, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["width"] = 40, ["anchorFrameParent"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Hand_of_Gul'dan", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "WWCqFSDr7Xy", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = ">=", ["variable"] = "power", ["value"] = "3", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 3, ["op"] = "<", ["variable"] = "spellCount", ["value"] = "1", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0, 0, 0, 1, }, ["property"] = "sub.2.border_color", }, }, }, { ["check"] = { ["trigger"] = 4, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["Mortal_Coil"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 6789, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = ">=", ["realSpellName"] = "Mortal Coil", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 30283, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 14, ["multi"] = { [14] = true, [9] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 6789, ["role"] = { ["multi"] = { }, }, }, ["parent"] = "Warlock [Utility]", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["adjustedMin"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Mortal_Coil", ["alpha"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["stickyDuration"] = false, ["uid"] = "bKq5UWF2z3k", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Chrono Loop"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "383005", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Chrono Loop", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 383005, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Chrono Loop", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 383005, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 383005, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Chrono Loop", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = ")XBRnb)8x7F", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["09 Heart Rend"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334765", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -4, ["type"] = "subtext", ["text_anchorXOffset"] = -4, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ufPZHv6QdHj", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Heart Rend", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.text_visible", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[BHH] Withering Burst (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 288053, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Withering Burst (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "77eEOlFCgSk", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Irid Red"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "386353", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Iridescence: Red", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p - %s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "IMdM2T6Nfyt", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Irid Red", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "4", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = 0.5, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["Echo "] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["match_countOperator"] = ">", ["unit"] = "multi", ["ownOnly"] = true, ["event"] = "Health", ["names"] = { }, ["unitExists"] = true, ["useMatch_count"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["matchesShowOn"] = "showOnActive", ["auranames"] = { "364343", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%1.matchCount", ["text_text_format_p_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_1.UnitMatchCount_format"] = "none", ["text_text_format_1._format"] = "none", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_format"] = "timed", ["text_text_format_1.matchCount_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = false, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 377086, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "matchCountPerUnit", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "6a2bwtOPteG", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Echo ", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["08 Supernova Land Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "Land in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 421636, }, ["auranames"] = { }, ["remaining_operator"] = "<=", ["names"] = { }, ["remaining"] = "", ["use_delay"] = false, ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_SUCCESS", ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_spellId"] = true, ["count"] = "1", ["spellIds"] = { }, ["use_count"] = true, ["use_remaining"] = false, ["useName"] = false, ["duration"] = "36.4", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { 421636, }, ["auranames"] = { }, ["remaining_operator"] = "<=", ["names"] = { }, ["remaining"] = "", ["use_cast"] = false, ["debuffType"] = "HELPFUL", ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_SUCCESS", ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["use_spellId"] = true, ["count"] = "2", ["spellIds"] = { }, ["use_count"] = true, ["useName"] = false, ["use_remaining"] = false, ["duration"] = "26.6", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "kRpj(pgRs1l", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Supernova Land Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["02 Heart Stopper Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["parent"] = "BigWigs / DBM Timers / Texts", ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Fixed", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "415623", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "416048", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "6", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[1] and not t[2]\nend", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["preferToUpdate"] = false, ["selfPoint"] = "TOP", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["displayText_format_1.p_format"] = "timed", ["subRegions"] = { { ["type"] = "subbackground", }, }, ["conditions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText"] = "%c Heart in %1.p", ["yOffset"] = 30, ["fontSize"] = 28, ["source"] = "import", ["displayText_format_p_time_mod_rate"] = true, ["shadowXOffset"] = 1, ["displayText_format_1.p_time_mod_rate"] = true, ["uid"] = "FAagXt4Vnai", ["displayText_format_c_format"] = "none", ["regionType"] = "text", ["displayText_format_1.p_time_legacy_floor"] = false, ["url"] = "https://wago.io/dfraid3/47", ["displayText_format_p_time_legacy_floor"] = false, ["displayText_format_1.c_format"] = "none", ["displayText_format_p_time_precision"] = 1, ["displayText_format_1.p_time_dynamic_threshold"] = 60, ["xOffset"] = 100, ["semver"] = "1.0.46", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "02 Heart Stopper Timer", ["displayText_format_1.p_time_precision"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_1.p_time_format"] = 0, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0.70980393886566, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 0.95686280727386, 0.42352944612503, 0.80000007152557, 1, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 400, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["Cataclysm"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["names"] = { "Сверхновая", "Сверхновая", }, ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["remaining"] = "1.5", ["use_charges"] = false, ["use_genericShowOn"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 152108, ["charges_operator"] = "==", ["use_remaining"] = false, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Cataclysm", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "0", ["remOperator"] = ">=", ["ownOnly"] = true, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 152108, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 19, ["multi"] = { [387972] = true, }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["single"] = 12, ["multi"] = { [91487] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { [3] = true, }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 152108, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\achievement_zone_cataclysm", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Cataclysm", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "mbnVAvWXo4Y", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Fracture"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 263642, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Fracture", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Fracture", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = ")ZFvU37EHZH", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["10 Summon Decrepit Orbs / Dark Communion"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["use_spellIds"] = true, ["type"] = "unit", ["auraspellids"] = { "351180", }, ["useExactSpellId"] = true, ["spellName"] = 0, ["event"] = "Cast", ["use_exact_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { 351353, }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["unit"] = "boss", ["use_track"] = true, ["duration"] = "2", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["specificUnit"] = "boss1", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["use_spellIds"] = true, ["type"] = "unit", ["auraspellids"] = { "351180", }, ["useExactSpellId"] = true, ["spellName"] = 0, ["event"] = "Cast", ["use_exact_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { 356021, }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["unit"] = "boss", ["use_track"] = true, ["duration"] = "2", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Summon Decrepit Orbs / Dark Communion", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "E7mEVFfw1hb", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528304, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["11 Persecution (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "366545", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["encounterid"] = "2537", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "h7HJeC(y(aK", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Persecution (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["03 Arthura's Crushing Gaze (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["group_countOperator"] = ">", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useGroup_count"] = true, ["auranames"] = { }, ["unit"] = "group", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["spellIds"] = { }, ["auraspellids"] = { "350039", }, ["group_count"] = "0", ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350039", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unit", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_format"] = "Unit", ["text_text_format_1.unit_abbreviate"] = false, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_format"] = 0, ["text_text_format_1.unit_color"] = "class", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_1.unit_realm_name"] = "never", ["text_fixedWidth"] = 64, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Arthura's Crushing Gaze (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "0EF(uS16bxN", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 135988, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[UR] Sonic Screech (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 266106, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Sonic Screech (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "LShslmJCWlT", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[BHH] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "185529 193799 195135 190426 190381 186226", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "5scdpbxlxHp", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["The Vortex Pinnacle"] = { ["controlledChildren"] = { "{TVP] Greater Heal (Heal)", "{TVP] Cloudburst (Cast)", "{TVP] Cyclone (Cast)", "{TVP] Vapor Form (Cast)", "{TVP] Rally (Cast)", "{TVP] Storm Surge (Stun/CC)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 409599, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "The Vortex Pinnacle", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "4hOws8SRw)d", ["parent"] = "Dungeon (Interrupt's & CC's)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Mythic+ !keys Dragonflight"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ryBvnpvfX", ["parent"] = "CommonUI", ["preferToUpdate"] = true, ["shadowYOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Keystone item IDs\naura_env.ids = {\n [138019] = true, -- Legion Dungeons\n [158923] = true, -- BFA Dungeons\n [180653] = true, -- Shadowlands & Dragonflight Dungeons\n [187786] = true, -- Legion Timewalking Dungeons\n}\n\n-- Custom options\naura_env.options = {'party', 'guild', 'spam'}\naura_env.types = {}\n\nfor _, v in ipairs(aura_env.options) do\n if aura_env.config['enabled'..v] then\n aura_env.types[v] = true\n end\nend\n\n-- Force update on init\naura_env.key = nil\n\n-- Search the bags for the item IDs from the table above\naura_env.update = function()\n aura_env.keys = {}\n \n for bag = 0, NUM_BAG_SLOTS do\n local bagSlots = C_Container.GetContainerNumSlots(bag)\n for slot = 1, bagSlots do\n local info = C_Container.GetContainerItemInfo(bag, slot)\n if info then\n local itemID, hyperlink = info.itemID, info.hyperlink\n if aura_env.ids[itemID] then\n aura_env.keys[itemID] = hyperlink\n end\n end\n end\n end\nend\n\n-- Send message to channel\naura_env.link = function(channel)\n -- No key found, force update\n if not aura_env.keys then aura_env.update() end\n \n -- Key found - link it in chat\n if aura_env.keys then\n aura_env.message = ''\n \n for _, link in next, aura_env.keys do\n aura_env.message = (aura_env.message ~= '' and (aura_env.message..' & ') or '')..link\n end\n \n if aura_env.message ~= '' then\n SendChatMessage(aura_env.message, channel)\n end\n end\nend\n\ndo -- Anti-Spam check\n local spamTimes = { GUILD = 0, PARTY = 0 }\n aura_env.isSpam = function(channel)\n local current = GetTime()\n if current > spamTimes[channel] then\n spamTimes[channel] = current + 30 -- Next allowed time in seconds\n return false\n else\n return true -- Its still spam\n end\n end\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_hide"] = "custom", ["custom_type"] = "event", ["unit"] = "player", ["duration"] = "1", ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "timed", ["events"] = "BAG_UPDATE_DELAYED CHAT_MSG_PARTY CHAT_MSG_PARTY_LEADER CHAT_MSG_GUILD", ["spellIds"] = { }, ["custom"] = "function(event, message)\n if not aura_env.config.guild and not aura_env.config.party then return end\n if event == 'BAG_UPDATE_DELAYED' then\n aura_env.update()\n elseif message and strlower(message) == '!keys' then\n local channel = (event == 'CHAT_MSG_GUILD' and 'GUILD') or 'PARTY'\n if (channel == 'GUILD' and not aura_env.config.guild) or (channel == 'PARTY' and not aura_env.config.party) then return end\n if aura_env.config.spam and aura_env.isSpam(channel) then return end\n aura_env.link(channel)\n end\nend", ["dynamicDuration"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "Made by Luckyone", ["font"] = "Expressway", ["version"] = 45, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounter"] = false, ["talent"] = { ["multi"] = { }, }, ["level_operator"] = { ">=", }, ["size"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_level"] = true, ["spec"] = { ["multi"] = { }, }, ["level"] = { "60", }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["fontSize"] = 10, ["source"] = "import", ["shadowXOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["regionType"] = "text", ["yOffset"] = 0, ["selfPoint"] = "BOTTOM", ["conditions"] = { }, ["displayText_format_p_time_precision"] = 1, ["displayText"] = "", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Options", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "party", ["useDesc"] = false, ["name"] = "Party Chat", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "guild", ["useDesc"] = false, ["name"] = "Guild Chat", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "spam", ["useDesc"] = false, ["name"] = "Spam Protection", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Credits", ["noMerge"] = true, ["width"] = 1, }, { ["type"] = "description", ["text"] = "Author: Luckyone (EU) - LaughingSkull\n\nCredits: AcidWeb, Azilroka, Buds, Simpy, Stanzilla\n\nDiscord: discord.gg/xRY4bwA", ["fontSize"] = "medium", ["width"] = 2, }, }, ["uid"] = "EwlIjQfR(4D", ["justify"] = "CENTER", ["tocversion"] = 100002, ["id"] = "Mythic+ !keys Dragonflight", ["semver"] = "5.7.0", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { ["party"] = true, ["guild"] = false, ["spam"] = true, }, ["xOffset"] = 0, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/keystones/45", }, ["02 Devour Soul"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["customVariables"] = "", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["duration"] = "1", ["event"] = "Chat Message", ["subeventPrefix"] = "SPELL", ["unevent"] = "timed", ["custom"] = "function(allstates, event, ...)\n --using cleu for performance reasons, bosses have too many debuffs to iterate over\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 334884 then\n local name, icon, count, _, duration, expirationTime = WA_GetUnitAura(\"boss1\", spellID, aura_env.auraType[auraType])\n if name then\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n icon = icon,\n stacks = count,\n autoHide = true,\n }\n return true\n end\n end\n if subEvent == \"SPELL_AURA_REMOVED\"\n and spellID == 334884 then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["spellIds"] = { }, ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["check"] = "event", ["names"] = { }, ["custom_type"] = "stateupdate", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Buffed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136215, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "2L7ipF4y0y4", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.auraType = {\n [\"BUFF\"] = \"HELPFUL\",\n [\"DEBUFF\"] = \"HARMFUL\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Devour Soul", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Chipped Swift Opal"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210716, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "grow", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "bounce", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "grow", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOM", ["text_visible"] = true, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 10, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, }, ["height"] = 64, ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["sound_repeat"] = 15, ["do_glow"] = false, ["glow_frame"] = "WeakAuras:Raid: Missing Buffs for Resto Shaman", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "buttonOverlay", ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\sonar.ogg", ["do_loop"] = true, }, ["finish"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210716\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["ingroup"] = { ["single"] = "raid", ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["use_never"] = false, ["use_ignoreNameRealm"] = false, ["level_operator"] = { "==", }, ["use_encounterid"] = false, ["use_zone"] = false, ["level"] = { "70", }, ["size"] = { ["single"] = "twenty", ["multi"] = { ["flexible"] = true, ["twenty"] = true, ["party"] = true, }, }, ["talent2"] = { }, ["class_and_spec"] = { ["multi"] = { [62] = true, [1467] = true, [63] = true, [250] = true, [251] = true, [252] = true, [1468] = true, [65] = true, [255] = true, [256] = true, [257] = true, [258] = true, [259] = true, [260] = true, [261] = true, [262] = true, [263] = true, [264] = true, [265] = true, [266] = true, [267] = true, [268] = true, [269] = true, [270] = true, [70] = true, [102] = true, [71] = true, [103] = true, [72] = true, [104] = true, [73] = true, [105] = true, [577] = true, [581] = true, [66] = true, [64] = true, }, }, ["instance_type"] = { ["multi"] = { [15] = true, [17] = true, [8] = true, [16] = true, [33] = true, [14] = true, [23] = true, [192] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { ["normal"] = true, ["challenge"] = true, ["heroic"] = true, ["mythic"] = true, }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { ["SHAMAN"] = true, ["DRUID"] = true, }, }, ["zone"] = "Ahn'Qiral, Blackwing Lair", ["use_alive"] = true, ["zoneIds"] = "", ["use_combat"] = false, ["use_level"] = false, ["talent"] = { ["single"] = 42, ["multi"] = { [42] = true, }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "ZXl2S4WIGXP", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Swift Opal", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "629524", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["[Ruby] Schockschlag (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 392924, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Schockschlag (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "TwUrCrxNnpP", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Iridescence"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "386353", "386399", }, ["ownOnly"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_track"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_SUCCESS", ["spellName"] = 0, ["showClones"] = true, ["useName"] = true, ["use_spellId"] = true, ["unevent"] = "auto", ["unit"] = "player", ["duration"] = "35", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["use_genericShowOn"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 386353, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Iridescence", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "4awfjPhAInh", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Uldaman: Legacy of Tyr - Cleave's & Frontal's"] = { ["controlledChildren"] = { "[ULT] Brutal Smash (Cleave)", "[ULT] Wild Cleave (Frontal)", "[ULT] Searing Clap (Frontal)", "[ULT] Sand Breath (Frontal)", "[ULT] Black Arrow (Frontal)", "[ULT] Cleave (CLEAVE)", "[ULT] Thundering Stomp (GET OUT)", "[ULT] Thundering Clap (LoS)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578418, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Uldaman: Legacy of Tyr - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "e396BHn9goP", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["07 Prideful Eruption"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 346657, }, ["auranames"] = { "327773", }, ["duration"] = "1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["unevent"] = "auto", ["useName"] = true, ["unit"] = "boss", ["use_spellNames"] = true, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528311, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "BFvydg6yhzq", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Prideful Eruption", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Call of Ysera 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "373835", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 373835, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Call of Ysera 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "vKk4iSZoygh", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["04 Barreling Charge"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Charge.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "420948", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellNames"] = { 421292, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellNames"] = true, ["unit"] = "boss", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Charge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_visible"] = true, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "RrXuwcNIJW8", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Barreling Charge", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = "Charge Boss", ["property"] = "sub.2.text_text", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["04 Infused Strikes (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361966", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2540", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "OLNBtKJ)hx4", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Infused Strikes (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Hellsteel Carnage"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 401319, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_spellNames"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "boss1", ["spellIds"] = { }, ["type"] = "unit", ["useExactSpellId"] = false, ["use_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 574790, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "84lqPMoLiDr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Hellsteel Carnage", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["11 Chains of Anguish (Main)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound_path"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["auraspellids"] = { "365219", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48627450980392, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.48627450980392, ["y"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Main-Chain", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4067363, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Evh1FbGeE4o", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Chains of Anguish (Main)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Emerald Blossom (Devastation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "355913", }, ["subeventSuffix"] = "_CAST_SUCCESS", ["duration"] = "2", ["event"] = "Combat Log", ["unit"] = "player", ["ownOnly"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["sourceUnit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Emerald Blossom", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 355913, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Emerald Blossom", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 355913, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 355913, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["parent"] = "Utilities - LWA - Evoker", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Emerald Blossom (Devastation)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["uid"] = "LRC3VYhzrzy", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 4622457, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["02 Dragging Chains"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "358609", }, ["event"] = "Combat Log", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["useExactSpellId"] = true, ["custom_type"] = "event", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2433", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Dragging Chains", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "uIKBPnJRv(4", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 463560, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[Ruby] Eisschild (Heal)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 372743, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0, 1, 0.78039222955704, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Eisschild (Heal)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "tyuMZ1gPe6q", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["10 Impale"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "333377", }, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, ENCOUNTER_START", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 329951 then\n aura_env.counter = aura_env.counter + 1\n if destGUID == WeakAuras.myGUID then\n local name, icon, count, _, duration, expirationTime = WA_GetUnitAura(\"player\", spellID, aura_env.auraType[auraType])\n if name then\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n counter = aura_env.counter,\n name = aura_env.order[aura_env.counter] or \"Targeted\",\n autoHide = true,\n }\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.counter..\".ogg\", \"MASTER\")\n return true\n end\n end\n end\n if subEvent == \"SPELL_AURA_REMOVED\"\n and spellID == 329951 then\n aura_env.counter = 0\n local state = allstates[destGUID]\n if destGUID == WeakAuras.myGUID\n and state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\n if event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["names"] = { }, ["check"] = "event", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["customVariables"] = "{\ncounter = \"number\"\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1029718, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "myDkQKgGIqT", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.auraType = {\n [\"BUFF\"] = \"HELPFUL\",\n [\"DEBUFF\"] = \"HARMFUL\",\n}\naura_env.counter = 0\naura_env.order = {\n [1] = \"First\",\n [2] = \"Second\",\n [3] = \"Third\",\n [4] = \"Fourth\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Impale", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "counter", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, { ["value"] = { 1, 0, 0.090196078431373, 1, }, ["property"] = "sub.5.glowColor", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Stellar Shroud"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "366379", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Healabsorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_tooltip3_big_number_format"] = "AbbreviateNumbers", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_tooltip1_format"] = "BigNumber", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "jyqByaPXW8a", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Stellar Shroud", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Corrupt"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "(uOIpvP0OYb", ["displayIcon"] = 532284, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorb"] = true, ["use_tooltipValue"] = false, ["absorb_operator"] = { ">", }, ["use_showHealAbsorb"] = false, ["custom_hide"] = "timed", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["fetchTooltip"] = true, ["event"] = "Health", ["use_percentpower"] = false, ["use_showIncomingHeal"] = false, ["use_spellId"] = false, ["check"] = "event", ["use_showAbsorb"] = false, ["tooltipValueNumber"] = 1, ["use_absorbMode"] = true, ["use_deficit"] = false, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["absorb"] = { "0", }, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { }, ["use_maxhealth"] = false, ["absorbMode"] = "OVERLAY_FROM_START", ["custom"] = "function(allstates, event, unit)\n if event == \"UNIT_ABSORB_AMOUNT_CHANGED\" then\n local absorb = UnitGetTotalAbsorbs(unit)\n local state = allstates[\"shield\"]\n if state then\n if absorb <= 0 then\n state.show = false\n else\n state.value = absorb\n end\n state.changed = true\n return true\n else\n if absorb and absorb > 0 then\n allstates[\"shield\"] = {\n show = true,\n changed = true,\n progressType = \"static\",\n total = absorb,\n value = absorb,\n }\n return true\n end\n end\n end\nend", ["events"] = "UNIT_ABSORB_AMOUNT_CHANGED:boss1", ["use_unit"] = true, ["use_exact_spellId"] = false, ["spellIds"] = { }, ["unit"] = "target", ["useExactSpellId"] = false, ["names"] = { }, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%value", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_value_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_value_big_number_format"] = "AbbreviateNumbers", ["text_fixedWidth"] = 64, ["text_text_format_value_format"] = "BigNumber", ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "09 Corrupt", ["xOffset"] = 0, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["sparkHidden"] = "NEVER", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["inverse"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, }, ["Bars "] = { ["controlledChildren"] = { "01 Doom Cultivation", "01 Splintering Charcoal", "01 Controlled Burn (Others)", "02 Twisting Blade", "02 Marked for Torment", "03 Serpent's Fury", "03 Scorchtail Crash ", "04 Blind Rage", "04 Blind Rage Cast", "05 Consuming Flame", "05 Furious Charge", "05 Ashen Devastation", "06 Impending Loom", "06 Continuum", "07 Searing Aftermath AoE", "07 World in Flames Tick", "08 Flare Bomb Timer + Feathers", "08 Supernova Absorb", "08 Supernova Timer", "09 Dream Rend", "09 Flamefall", "09 Corrupt", "09 Corrupt Timer", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 380, ["preferToUpdate"] = false, ["yOffset"] = 144, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Bars ", ["selfPoint"] = "CENTER", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["uid"] = "YYhaIdDeJQz", ["borderInset"] = 1, ["config"] = { }, ["conditions"] = { }, ["information"] = { }, ["authorOptions"] = { }, }, ["Essence Burst"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 369297, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "rGVMo((LvM5", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Essence Burst", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["07 Obliterate"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355357", "358966", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Obliterate", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = ")FiBXzilSmZ", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Dark Recital Cast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 331634, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["unit"] = "boss", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "327773", }, ["names"] = { }, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["unevent"] = "auto", ["events"] = "", ["custom_type"] = "event", ["spellIds"] = { }, ["event"] = "Cast", ["duration"] = "", ["useExactSpellId"] = false, ["useName"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_scale"] = false, ["alphaType"] = "straight", ["colorB"] = 0.96862745098039, ["colorG"] = 0.96862745098039, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorA"] = 1, ["scalex"] = 1, ["use_translate"] = false, ["use_alpha"] = false, ["easeStrength"] = 3, ["scaleType"] = "custom", ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["colorType"] = "custom", ["y"] = 0, ["x"] = 0, ["scaley"] = 1, ["translateType"] = "custom", ["colorFunc"] = "", ["rotate"] = 0, ["duration_type"] = "seconds", ["scaleFunc"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Links Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 0.027450980392157, 0, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["cooldown"] = true, ["displayIcon"] = 607854, ["adjustedMax"] = "", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "ldNbHiO(qlm", ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Dark Recital Cast", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["inverse"] = false, ["color"] = { 0.98039215686275, 0.97254901960784, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["iconInset"] = 0, }, ["07 Volatile Charges"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causes\\sound\\Collect.ogg", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 368957, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Bombs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2529", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038106, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "q8CbkCCxUod", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Volatile Charges", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["BloodLust_Evoker"] = { ["sparkWidth"] = 5, ["stacksSize"] = 14, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", ["sound"] = "Interface\\Addons\\SharedMedia_MyMedia\\sound\\Bloodlust.ogg", ["glow_action"] = "show", ["sound_kit_id"] = "10030", ["do_sound"] = false, ["sound_path"] = "Interface\\Addons\\SharedMedia_MyMedia\\sounds\\Bloodlust.ogg", ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 0.60000002384186, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = false, ["texture"] = "fer28", ["textFont"] = "Homespun", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100105, ["timerFont"] = "Homespun", ["alpha"] = 0.3, ["borderInset"] = 1, ["displayIcon"] = 458224, ["zoom"] = 0.3, ["cooldown"] = true, ["borderOffset"] = 0, ["adjustedMax"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Utility]", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["barInFront"] = false, ["icon"] = true, ["uid"] = "VjHu4GxnqRN", ["cooldownSwipe"] = true, ["displayTextLeft"] = "%n", ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["textSize"] = 10, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["use_unit"] = true, ["auranames"] = { }, ["custom_hide"] = "timed", ["unevent"] = "timed", ["debuffType"] = "HELPFUL", ["useExactSpellId"] = true, ["type"] = "aura2", ["use_debuffClass"] = false, ["custom_type"] = "event", ["spellIds"] = { 2825, 90355, 80353, 160452, 178207, 178208, 32182, 230935, }, ["unit"] = "player", ["event"] = "Health", ["spellName"] = "Healing Tide Totem", ["buffShowOn"] = "showOnActive", ["use_spellName"] = true, ["events"] = "COMBAT_LOG_EVENT_UNFILTERED", ["auraspellids"] = { "264667", "90355", "80353", "32182", "2825", "292686", "230935", "256740", "178207", "390386", }, ["subeventSuffix"] = "_CAST_SUCCESS", ["combineMatches"] = "showLowest", ["duration"] = "15", ["names"] = { "Жажда крови", "Древняя истерия", "Искажение времени", "Ветер Пустоты", "Барабаны неистовства", "Барабаны неистовства", "Героизм", "Барабаны гор", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 390386, ["use_spellName"] = true, ["spellName"] = 390386, ["use_ignoreoverride"] = true, ["use_exact_spellName"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["anchorFrameType"] = "SCREEN", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["duration"] = "0.5", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = -0.5, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 1, ["x"] = 1, ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["scaleType"] = "pulse", ["use_scale"] = false, ["easeStrength"] = 3, ["scalex"] = 0.5, ["colorB"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["frameStrata"] = 2, ["text"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["stickyDuration"] = false, ["id"] = "BloodLust_Evoker", ["textFlags"] = "OUTLINE", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.p", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 11, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 4, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_text_format_2.p_time_dynamic_threshold"] = 1, ["text_visible"] = false, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_2.p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_precision"] = 1, ["text_shadowXOffset"] = 0, }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["timerSize"] = 10, ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["useAdjustededMax"] = false, ["source"] = "import", ["borderBackdrop"] = "Blizzard Tooltip", ["cooldownTextDisabled"] = true, ["sparkHeight"] = 35, ["border"] = true, ["borderEdge"] = "1 Pixel", ["spark"] = true, ["borderSize"] = 1, ["sparkRotation"] = 0, ["icon_side"] = "RIGHT", ["config"] = { }, ["height"] = 33, ["anchorFrameParent"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["stacksFont"] = "MSBT Morpheus", ["stacksColor"] = { 1, 1, 1, 1, }, ["semver"] = "1.0.7", ["displayTextRight"] = "%p", ["sparkHidden"] = "BOTH", ["backgroundColor"] = { 0.12549019607843, 0.12156862745098, 0.12156862745098, 0.60000002384186, }, ["useCooldownModRate"] = true, ["width"] = 33, ["sparkRotationMode"] = "MANUAL", ["authorOptions"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["Minor Bronze"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223908, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_legacy_floor"] = false, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_visible"] = false, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223908\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "Y50mHB9Xwnk", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Minor Bronze", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "4555555", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["[Ruby] Sturmatem (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 391726, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Sturmatem (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "Um7NlyBEVaG", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["10 Impale (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["unit"] = "group", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["group_count"] = "0", ["auranames"] = { "329951", }, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "329951", }, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = true, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "329951", }, ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "329951", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1029718, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "WlumUCRnXOd", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.094117647058824, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Impale (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Racial_Traits_Warlock"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Arcane Torrent", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_track"] = true, ["spellName"] = 69179, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Gift of the Naaru", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 28880, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Stoneform", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20594, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Escape Artist", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20589, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Rocket Barrage", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 69041, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Will to Survive", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 59752, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Shadowmeld", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 58984, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Blood Fury", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20572, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Quaking Palm", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 107079, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "War Stomp", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 20549, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Darkflight", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 68992, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_showOn"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Will of the Forsaken", ["use_spellName"] = true, ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 7744, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 7744, }, }, { ["trigger"] = { ["unevent"] = "auto", ["type"] = "spell", ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["realSpellName"] = "Arcane Pulse", ["use_spellName"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 260364, }, ["untrigger"] = { ["genericShowOn"] = "showOnCooldown", ["spellName"] = 260364, }, }, { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["spellName"] = 26297, ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 26297, ["use_spellName"] = true, ["unevent"] = "auto", ["use_genericShowOn"] = true, ["duration"] = "1", ["use_unit"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Light's Judgment", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 255647, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Bull Rush", ["use_spellName"] = true, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 255654, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["realSpellName"] = "Spatial Rift", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 256948, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["unevent"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["realSpellName"] = "Regeneratin'", ["use_spellName"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 291944, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["semver"] = "5.3.5", ["xOffset"] = 0, ["desaturate"] = true, ["cooldownEdge"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["displayIcon"] = "Interface\\Icons\\spell_shadow_teleport", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["MAGE"] = true, ["WARLOCK"] = true, }, }, ["race"] = { ["single"] = "BloodElf", ["multi"] = { ["BloodElf"] = true, }, }, ["difficulty"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_dragonriding"] = false, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["fontSize"] = 24, ["source"] = "import", ["adjustedMax"] = "", ["config"] = { }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["width"] = 33, ["anchorFrameFrame"] = "ElvUF_Player", ["regionType"] = "icon", ["useCooldownModRate"] = true, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["frameStrata"] = 2, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Racial_Traits_Warlock", ["color"] = { 1, 1, 1, 1, }, ["alpha"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["parent"] = "Warlock [Utility]", ["uid"] = "G3Bh7eV60O8", ["inverse"] = true, ["spellName"] = "28730", ["conditions"] = { }, ["cooldown"] = true, ["useTooltip"] = false, }, ["10 Plasma Radiation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["unit"] = "member", ["specificUnit"] = "boss1", ["group_count"] = "0", ["debuffType"] = "BOTH", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["auraspellids"] = { "362273", }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["useName"] = false, ["ignoreAuraSpellids"] = { }, ["useGroup_count"] = true, ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Buffed", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "kRwkh5YodnU", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Plasma Radiation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Grimoire_of_Sacrifice_Affliction"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "196099", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Черная душа: страдание", }, ["useGroup_count"] = false, ["spellIds"] = { 113860, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { "196099", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { "Черная душа: страдание", }, ["useGroup_count"] = false, ["spellIds"] = { 113860, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnMissing", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "60", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_tooltip"] = false, ["names"] = { "Черная душа: страдание", }, ["debuffType"] = "HELPFUL", ["unevent"] = "timed", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["duration"] = "1", ["auranames"] = { "196099", }, ["unit"] = "player", ["spellIds"] = { 113860, }, ["buffShowOn"] = "showOnActive", ["remOperator"] = "<=", ["combineMatches"] = "showLowest", ["useName"] = true, ["useRem"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.89411771297455, 0.76862752437592, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["WARLOCK"] = true, }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, [267] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 108503, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Dynamic]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Grimoire_of_Sacrifice_Affliction", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "IP3i5xpJJSX", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["variable"] = "onCooldown", }, { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "desaturate", }, { ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["property"] = "desaturate", }, { ["value"] = false, ["property"] = "inverse", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Eternity Surge Normal"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["charges"] = "1", ["spellName"] = 359073, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 359073, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "370553", }, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["names"] = { }, ["use_genericShowOn"] = true, ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HELPFUL", ["charges_operator"] = ">=", ["charges"] = "1", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Spell Activation Overlay", ["use_exact_spellName"] = true, ["realSpellName"] = "Wildfire Bomb", ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["spellName"] = 370553, ["custom_hide"] = "timed", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [115581] = true, [87656] = false, [115586] = false, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 356995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "R3SkBHWHSLj", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Eternity Surge Normal", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, { ["value"] = "2", ["op"] = "<", ["variable"] = "duration", }, }, }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["[Azure} Arcane Ball (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 385579, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Arcane Ball (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "g0u6qh6tcpR", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["04 Energy (Tank, You)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350388", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["use_specific_unit"] = true, ["event"] = "Power", ["use_percentpower"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellIds"] = { }, ["useExactSpellId"] = false, ["names"] = { }, ["unit"] = "boss1", ["percentpower"] = { "50", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unitisunit"] = true, ["auranames"] = { "350388", }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Unit Characteristics", ["use_percentpower"] = true, ["type"] = "unit", ["names"] = { }, ["spellIds"] = { }, ["unitisunit"] = "player", ["subeventPrefix"] = "SPELL", ["unit"] = "boss1target", ["percentpower"] = "85", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Blast Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 35, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 0, 0.10588235294118, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Energy (Tank, You)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "RLpCKgwdIK9", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 610633, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["05 Shadowlava Blast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 406333, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914680, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0, ["colorG"] = 0, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["use_color"] = true, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "u9C89zveshD", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Shadowlava Blast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["Specials."] = { ["controlledChildren"] = { "Special Warnings", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Specials.", ["groupIcon"] = 413590, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "TlzfdRxInJa", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Empath"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370840", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["spellknown"] = 376138, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "UHi8X6PfGq3", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Empath", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["07 Obliterate Cast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = 355352, ["auranames"] = { "352538", }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["event"] = "Cast", ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_START:boss1, ENCOUNTER_START", ["use_spellId"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 350732 then\n aura_env.counter = 0\n end\n if unit and spellID == 355352 then\n aura_env.counter = aura_env.counter + 1\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..aura_env.counter..\".ogg\", \"MASTER\")\n local _, _, _, startMS, endMS = UnitCastingInfo(unit)\n if endMS then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000),\n expirationTime = (endMS/1000),\n autoHide = true,\n counter = aura_env.counter,\n } \n return true\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["auraspellids"] = { }, ["check"] = "event", ["type"] = "custom", ["names"] = { }, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Team %counter", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_name_format"] = "none", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_counter_format"] = "none", ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["encounterid"] = "2436", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.counter = 0", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Obliterate Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "aqR7UIUlRF7", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 4038107, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Hyperlight Reinforcements"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "363258", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["duration"] = "3", ["use_exact_spellId"] = false, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_genericShowOn"] = true, ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["spellName"] = { 0, }, ["useName"] = false, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4254076, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "dHqluMHQaUW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Hyperlight Reinforcements", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["05 Scorching Bramblethorn"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "426387", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "z19wxwthLW0", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Scorching Bramblethorn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["property"] = "sub.4.border_color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[Azure] (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "187139 187154 191739 187155 187240 190187 196115 191164", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure] (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "(TYQvggptCK", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[Azure} Arkanhieb (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 387067, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "SPREAD!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Arkanhieb (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "cZeWbjU4smI", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["d_DeepBreath"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = -2.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useCount"] = true, ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 357210, ["use_remaining"] = false, ["count"] = "2", ["custom_hide"] = "timed", ["charges_operator"] = "~=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["use_exact_spellName"] = false, ["realSpellName"] = "Deep Breath", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 498, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["alpha"] = 1, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["useTooltip"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { [385129] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["parent"] = ".DPSEvoker", ["xOffset"] = -91.5, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 29, ["useCooldownModRate"] = true, ["desaturate"] = false, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "d_DeepBreath", ["icon"] = true, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["uid"] = "ea4gSzAxZTu", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["Verdant Embrace"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showAlways", ["names"] = { "На изготовку!", }, ["use_showgcd"] = false, ["remaining"] = "1.5", ["spellName"] = 360995, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Verdant Embrace", ["use_spellName"] = true, ["spellIds"] = { 168980, }, ["ownOnly"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 257044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Explosive ShotRdy", ["do_custom"] = false, ["sound_channel"] = "Master", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 254, ["multi"] = { [1473] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 360995, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["HUNTER"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["xOffset"] = 0, ["spellName"] = "53351", ["uid"] = "EP2As6QJ1CY", ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["alpha"] = 0.3, ["url"] = "https://wago.io/AU9DH6bo7/8", ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["auto"] = false, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Verdant Embrace", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = false, ["duration"] = "", ["type"] = "none", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = 1, ["translateType"] = "spiralandpulse", ["colorType"] = "custom", ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useCooldownModRate"] = true, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 461115, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["stickyDuration"] = false, }, ["Temporal Compression 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "362877", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 362874, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Temporal Compression 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "aIJT2DnQ7sF", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Demon Hunter Sigils"] = { ["textFlags"] = "None", ["stacksSize"] = 12, ["iconSource"] = -1, ["authorOptions"] = { }, ["stacksFlags"] = "None", ["yOffset"] = 12, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/4kTH1dUFb/43", ["icon"] = false, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 1, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["faction"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["timerColor"] = { 1, 1, 1, 1, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["stacks"] = true, ["sparkDesaturate"] = false, ["texture"] = "ElvUI Blank", ["textFont"] = "Friz Quadrata TT", ["sparkTexture"] = "Interface\\Buttons\\JumpUpArrow", ["auto"] = true, ["tocversion"] = 90002, ["timerFont"] = "Friz Quadrata TT", ["alpha"] = 1, ["borderInset"] = 11, ["adjustedMax"] = "", ["textColor"] = { 1, 1, 1, 1, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkWidth"] = 20, ["sparkOffsetX"] = 0, ["color"] = { }, ["parent"] = "Ipse: Demon Hunter", ["adjustedMin"] = "", ["customText"] = "function(expirationTime, duration, progress, formatedDuration, name, icon, stacks)\n \n local e = aura_env\n local c = e.config\n local r = e.region\n local s = e.state\n \n if s then\n --print(s.name)\n return s.name\n end\n if s.progressType == \"timed\" and c.TrackDoom then\n --[[if s.nature == \"partial\" then\n local doomColor = c[\"DemoDoom\"]\n r.text1:SetTextColor(doomColor[1], doomColor[2], doomColor[3], doomColor[4])\n end]]\n local remains = s.expirationTime - GetTime()\n return e.format(remains > 2 and \"%d\" or \"%.1f\", remains)\n end\n --else\n --end\nend", ["desc"] = "", ["sparkColor"] = { 1, 1, 1, 1, }, ["overlays"] = { { 0.23529411764706, 1, 0, 0, }, }, ["width"] = 79, ["sparkRotationMode"] = "MANUAL", ["customTextUpdate"] = "update", ["borderOffset"] = 5, ["textSize"] = 12, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["use_charges"] = false, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["health_operator"] = ">=", ["powertype"] = 0, ["debuffType"] = "HELPFUL", ["spellIds"] = { }, ["charges"] = "0", ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = true, ["custom_hide"] = "timed", ["charges_operator"] = "==", ["type"] = "custom", ["use_health"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["events"] = "PLAYER_TALENT_UPDATE, SPELL_COOLDOWN_READY, SPELL_COOLDOWN_STARTED, SPELL_COOLDOWN_CHANGED, PLAYER_ENTERING_WORLD", ["event"] = "Cooldown Progress (Spell)", ["custom_type"] = "stateupdate", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(a, event, spellId)\n a = a or {}\n if event == \"PLAYER_TALENT_UPDATE\" or event == \"PLAYER_ENTERING_WORLD\" then\n for k,v in pairs(a) do\n v.show = false;\n v.changed = true;\n end\n end\n \n local e = aura_env\n \n for i = 1,4 do \n if IsPlayerSpell(e.sigilTable[i]) then\n local start, duration, enabled, modRate = GetSpellCooldown(e.sigilTable[i])\n if (duration > 0 and duration ~= WeakAuras.gcdDuration()) or duration == 0 then\n --print(a.sigilTable[i])\n --print(duration == 0)\n a[e.sigilTable[i]] = {\n changed = true,\n show = true,\n progressType = duration == 0 and \"static\" or \"timed\",\n value = 0,\n total = 1,\n duration = duration,\n expirationTime = start + duration,\n sigilId = e.sigilTable[i],\n index = index, \n chainsKnown = IsPlayerSpell(202138),\n onCooldown = duration == 0\n }\n end\n end\n --end\n end\n return true\nend", ["spellName"] = 0, ["check"] = "event", ["health"] = "0", ["unit"] = "player", ["customVariables"] = "{\n expirationTime = true,\n duration = true,\n value = true,\n total = true,\n index = {\n display = \"Sigil Index\",\n type = \"number\"\n },\n \n sigilId = {\n display = \"Sigil Id\",\n type = \"number\"\n },\n \n onCooldown = {\n display = \"Sigil on Cooldown\",\n type = \"bool\",\n },\n \n chainsKnown = {\n display = \"Sigil of Chains Known\",\n type = \"bool\", \n }\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", }, ["untrigger"] = { ["showOn"] = "showAlways", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["id"] = "Demon Hunter Sigils", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration"] = "", ["colorB"] = 1, ["colorG"] = 1, ["translateType"] = "custom", ["duration_type"] = "seconds", ["use_translate"] = false, ["rotate"] = 0, ["type"] = "none", ["scaleType"] = "custom", ["scalex"] = 1, ["easeType"] = "none", ["translateFunc"] = "", ["use_color"] = false, ["alpha"] = 0, ["scaleFunc"] = "", ["y"] = 0, ["x"] = 0, ["colorType"] = "custom", ["scaley"] = 1, ["colorFunc"] = "", ["easeStrength"] = 3, ["use_scale"] = false, ["colorA"] = 1, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["text"] = true, ["sparkMirror"] = true, ["stickyDuration"] = false, ["uid"] = "5N0DnB7fEXS", ["semver"] = "1.0.4", ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_anchor"] = "bg", ["border_size"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_time_mod_rate"] = true, ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_n_format"] = "none", ["text_anchorYOffset"] = 4, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_CENTER", ["text_shadowYOffset"] = -1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, }, ["timer"] = true, ["textureSource"] = "LSM", ["borderBackdrop"] = "Blizzard Dialog Background Dark", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["height"] = 4, ["displayTextRight"] = "%p", ["sparkHeight"] = 25, ["spark"] = false, ["backdropColor"] = { 0, 0, 0, 1, }, ["border"] = false, ["borderEdge"] = "None", ["borderInFront"] = false, ["borderSize"] = 16, ["zoom"] = 0, ["icon_side"] = "RIGHT", ["xOffset"] = -82, ["rotateText"] = "NONE", ["anchorFrameParent"] = false, ["displayTextLeft"] = "%n", ["stacksFont"] = "Friz Quadrata TT", ["stacksColor"] = { 1, 1, 1, 1, }, ["timerSize"] = 12, ["timerFlags"] = "None", ["sparkHidden"] = "BOTH", ["config"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "WeakAuras.WatchSpellCooldown(204596)\nWeakAuras.WatchSpellCooldown(202137)\nWeakAuras.WatchSpellCooldown(202138)\nWeakAuras.WatchSpellCooldown(207684)\naura_env.sigilTable = {\n [1] = 204596,\n [2] = 202138,\n [3] = 202137,\n [4] = 207684,\n}\n\n\n\n\n\n\n\n\n\n\n", ["do_custom"] = true, }, }, ["backgroundColor"] = { 0, 0, 0, 0.65000000596046, }, ["inverse"] = true, ["sparkRotation"] = 90, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "204596", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = 0, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "202137", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = 82, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "207684", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = 164, ["property"] = "xOffsetRelative", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "204596", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = -10, ["property"] = "xOffsetRelative", }, { ["value"] = 59, ["property"] = "width", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "202138", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 52, ["property"] = "xOffsetRelative", }, { ["value"] = 59, ["property"] = "width", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "202137", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 114, ["property"] = "xOffsetRelative", }, { ["value"] = 59, ["property"] = "width", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["value"] = "207684", ["variable"] = "sigilId", }, { ["trigger"] = 1, ["variable"] = "chainsKnown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 175, ["property"] = "xOffsetRelative", }, { ["value"] = 57, ["property"] = "width", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "202138", ["variable"] = "sigilId", }, ["changes"] = { { ["value"] = { 1, 1, 0, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "202137", ["variable"] = "sigilId", }, ["changes"] = { { ["value"] = { 0, 0.92549019607843, 1, 1, }, ["property"] = "barColor", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "207684", ["variable"] = "sigilId", }, ["changes"] = { { ["value"] = { 0.51372549019608, 0, 1, 1, }, ["property"] = "barColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["preferToUpdate"] = false, }, ["05 Flash Fire - WHITE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 1, 1, 1, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "427299", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "jc2gj)8XjVj", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Flash Fire - WHITE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["BloodLust_Warlock"] = { ["sparkWidth"] = 5, ["stacksSize"] = 14, ["iconSource"] = -1, ["xOffset"] = 0, ["stacksFlags"] = "OUTLINE", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["rotateText"] = "NONE", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["sound_path"] = "Interface\\Addons\\SharedMedia_MyMedia\\sounds\\Bloodlust.ogg", ["glow_frame"] = "WeakAuras:AfenarUI_ExtraBuffs", ["sound_kit_id"] = "10030", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_MyMedia\\sound\\Bloodlust.ogg", ["sound_channel"] = "Master", }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 1, 1, 0.60000002384186, }, ["desaturate"] = false, ["sparkOffsetY"] = 2, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_dragonriding"] = false, }, ["timerColor"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stacks"] = false, ["texture"] = "fer28", ["textFont"] = "Homespun", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100002, ["timerFont"] = "Homespun", ["alpha"] = 1, ["borderInset"] = 1, ["displayIcon"] = "INTERFACE\\ICONS\\inv_jewelry_ring_65", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, ["color"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Utility]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["barInFront"] = false, ["zoom"] = 0.3, ["icon"] = true, ["cooldownSwipe"] = true, ["textSize"] = 10, ["sparkRotationMode"] = "MANUAL", ["cooldownEdge"] = false, ["displayTextLeft"] = "%n", ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["names"] = { "Жажда крови", "Древняя истерия", "Искажение времени", "Ветер Пустоты", "Барабаны неистовства", "Барабаны неистовства", "Героизм", "Барабаны гор", }, ["duration"] = "15", ["debuffType"] = "HELPFUL", ["custom_type"] = "event", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "264667", "90355", "80353", "32182", "2825", "292686", "230935", "256740", "178207", "390386", }, ["events"] = "COMBAT_LOG_EVENT_UNFILTERED", ["unit"] = "player", ["event"] = "Health", ["buffShowOn"] = "showOnActive", ["spellName"] = "Healing Tide Totem", ["use_spellName"] = true, ["spellIds"] = { 2825, 90355, 80353, 160452, 178207, 178208, 32182, 230935, }, ["useExactSpellId"] = true, ["unevent"] = "timed", ["combineMatches"] = "showLowest", ["auranames"] = { }, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["width"] = 33, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["colorB"] = 1, ["type"] = "none", ["scalex"] = 0.5, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = -0.5, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 1, ["x"] = 1, ["use_scale"] = false, ["scaleType"] = "pulse", ["scaleFunc"] = "function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["rotate"] = 0, ["translateType"] = "spiralandpulse", ["duration"] = "0.5", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["useCooldownModRate"] = true, ["text"] = true, ["uid"] = "XZ82PAIMiq(", ["stickyDuration"] = false, ["sparkHidden"] = "BOTH", ["backgroundColor"] = { 0.12549019607843, 0.12156862745098, 0.12156862745098, 0.60000002384186, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["timer"] = true, ["timerFlags"] = "OUTLINE", ["displayTextRight"] = "%p", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["semver"] = "5.3.5", ["source"] = "import", ["borderBackdrop"] = "Blizzard Tooltip", ["stacksFont"] = "MSBT Morpheus", ["sparkHeight"] = 35, ["border"] = true, ["borderEdge"] = "1 Pixel", ["sparkColor"] = { 1, 1, 1, 1, }, ["borderSize"] = 1, ["config"] = { }, ["icon_side"] = "RIGHT", ["sparkRotation"] = 0, ["height"] = 33, ["anchorFrameParent"] = false, ["spark"] = true, ["cooldownTextDisabled"] = true, ["stacksColor"] = { 1, 1, 1, 1, }, ["timerSize"] = 10, ["useAdjustededMax"] = false, ["id"] = "BloodLust_Warlock", ["textFlags"] = "OUTLINE", ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["customTextUpdate"] = "update", ["url"] = "https://wago.io/Afenar_Warlock/150", ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["cooldown"] = true, ["borderOffset"] = 0, }, ["07 World in Flames Tick"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.16078431904316, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 1786407, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then\n return \"1\" \n end\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["unit"] = "boss", ["use_genericShowOn"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["spellName"] = 0, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_CHANNEL_START\" then \n local unit, _, spellID = ...\n if spellID == 422172 then\n C_Timer.After(0.5, function() WeakAuras.ScanEvents(\"CAUSESE_RING\", 7) end)\n end\n elseif event == \"CAUSESE_RING\" and ... then\n local i = ...\n if i == 7 then\n C_Timer.After(4.5, function() WeakAuras.ScanEvents(\"CAUSESE_RING\", 6) end)\n elseif i == 6 then\n for i = 1,5 do\n C_Timer.After(4*i, function() WeakAuras.ScanEvents(\"CAUSESE_RING\", 6-i) end)\n end\n end\n allstates[\"ring\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = i==7 and 4.5 or 4,\n expirationTime = (i==7 and 4.5 or 4) + GetTime(),\n remaining = i,\n autoHide = true,\n }\n return true\n end\nend", ["use_spellName"] = true, ["match_count"] = "0", ["realSpellName"] = 0, ["custom_type"] = "stateupdate", ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["matchesShowOn"] = "showOnActive", ["event"] = "Chat Message", ["type"] = "custom", ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_CHANNEL_START:boss1, CAUSESE_RING", ["match_countOperator"] = ">", ["check"] = "event", ["names"] = { }, ["use_track"] = true, ["use_absorbMode"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Ring", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%remaining%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_p_time_mod_rate"] = true, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_fontType"] = "OUTLINE", ["text_anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "ICON_CENTER", ["text_shadowXOffset"] = 1, ["anchorYOffset"] = 0, ["text_fontSize"] = 33, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["xOffset"] = 0, ["sparkHeight"] = 30, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["id"] = "07 World in Flames Tick", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["config"] = { }, ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["uid"] = "x6Z9bu38)cR", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["10 Expulsion"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "351562", }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["useExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["encounterid"] = "2435", ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Expulsion", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Idr)nkuCGTs", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Flawed Masterful Amethyst"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216640, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216640\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Masterful Amethyst", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "5p3L0EPmDbL", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629710", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["AUG_Blistering Scales"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 360827, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Blistering Scales", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Blistering Scales", }, ["debuffType"] = "HELPFUL", ["ownOnly"] = true, ["useName"] = true, ["unit"] = "group", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [360827] = true, [115508] = true, [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 360827, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "zOQH9wSifW)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Blistering Scales", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["T30_Preservation_4P"] = { ["iconSource"] = 0, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "409899", }, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "409899", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "Essence Gathering", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["glowFrequency"] = 0.45, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_1.p_time_legacy_floor"] = false, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_1.p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_1.p_time_format"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text"] = "%1.p", ["text_shadowXOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["type"] = "subtext", ["text_visible"] = true, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_1.p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_1.p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_1.p_format"] = "timed", ["anchorYOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_exact_not_spellknown"] = false, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["spellknown"] = 370839, ["use_class_and_spec"] = false, ["use_spellknown"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["use_vehicleUi"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, [87644] = true, }, }, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = ">=", ["value"] = "3", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "YO)(w5F5Duv", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "T30_Preservation_4P", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "4885972", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Essences"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["adjustedMax"] = "", ["adjustedMin"] = "", ["yOffset"] = 27, ["anchorPoint"] = "CENTER", ["spark"] = false, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = false, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 1, ["names"] = { }, ["event"] = "Evoker Essence", ["use_essence"] = true, ["use_unit"] = true, ["events"] = "UNIT_POWER_FREQUENT:player UNIT_MAXPOWER:player", ["custom"] = "function(states, event, unit, powerType)\n if powerType and powerType ~= \"ESSENCE\" then\n return\n end\n local power = UnitPower(\"player\", Enum.PowerType.Essence)\n local maxPower = UnitPowerMax(\"player\", Enum.PowerType.Essence)\n \n -- skip if power didn't change since last update, events trigger too many times it weird\n if unit and powerType and power == aura_env.lastPower and maxPower == aura_env.lastMaxPower then\n return\n end\n \n local peace = GetPowerRegenForPowerType(Enum.PowerType.Essence)\n if peace == nil or peace == 0 then\n peace = 0.2\n end\n local peacedDuration = 5 / (5 / (1 / peace))\n local now = GetTime()\n \n local function updateSate(state, changes)\n local updated = false\n for key, value in pairs(changes) do\n if state[key] ~= value then\n state[key] = value\n state.changed = true\n updated = true\n end\n end\n return updated\n end\n \n local anyUpdate = false\n for essence = 1, 6 do\n if essence > maxPower then\n if states[essence] then\n local state = states[essence]\n state.show = false\n state.changed = true\n end\n else\n states[essence] = states[essence] or {\n progressType = \"timed\",\n index = essence\n }\n local state = states[essence]\n \n if essence == power + 1 then\n local lastRemaining = 0\n if aura_env.lastPower and essence < aura_env.lastPower then\n local lastState = states[aura_env.lastPower + 1]\n if lastState and lastState.progressType == \"timed\" then\n local remaining = lastState.duration - ((lastState.expirationTime or 0) - now)\n if remaining > 0 then\n lastRemaining = remaining\n end\n end\n end\n local updated = updateSate(state, {\n duration = peacedDuration,\n expirationTime = (peacedDuration - lastRemaining) + now ,\n progressType = \"timed\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n elseif essence <= power then\n local updated = updateSate(state, {\n value = 1,\n total = 1,\n progressType = \"static\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n else\n local updated = updateSate(state, {\n value = 0,\n total = 1,\n progressType = \"static\",\n show = true\n })\n anyUpdate = anyUpdate or updated\n end\n end\n end\n aura_env.lastPower = power\n aura_env.lastMaxPower = maxPower\n return anyUpdate\nend", ["unit"] = "player", ["check"] = "event", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["customVariables"] = "{ \n duration = true,\n progressType = {\n type = \"select\",\n values = { static = \"static\", timed = \"timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellName"] = 369908, ["use_exact_spellName"] = true, ["event"] = "Spell Known", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["sparkOffsetX"] = 0, ["xOffset"] = 0, ["barColor"] = { 0.71372550725937, 0.82352948188782, 1, 1, }, ["desaturate"] = false, ["preferToUpdate"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -0.5, ["model_st_rx"] = 270, ["rotation"] = 180, ["bar_model_clip"] = true, ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = 2, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorYOffset"] = 0, ["text_color"] = { 1, 0.89803928136826, 0.73725491762161, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 0.5, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 12, ["textureSource"] = "LSM", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { [60] = true, }, }, ["use_class_and_spec"] = false, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_vehicleUi"] = false, ["use_never"] = true, ["spec"] = { ["multi"] = { true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundColor"] = { 0.13333334028721, 0.24705883860588, 0.40000003576279, 1, }, ["source"] = "import", ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["barColor2"] = { 1, 0.74509805440903, 0.74509805440903, 1, }, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(0.74,0.84,1,1), CreateColor(1,0.6,0.4,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)", ["do_custom"] = false, }, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["uid"] = "I9c8Sjjn4Gi", ["version"] = 8, ["icon_side"] = "RIGHT", ["gradientOrientation"] = "HORIZONTAL", ["config"] = { }, ["anchorFrameParent"] = false, ["texture"] = "Solid", ["parent"] = "Evoker Essence Group by Buds™_6", ["zoom"] = 0, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["sparkHidden"] = "NEVER", ["width"] = 39.1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["id"] = "Essences", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "timed", ["variable"] = "progressType", }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["sparkHeight"] = 30, }, ["04 Emerald Winds"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421024, }, ["auranames"] = { "421024", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_castType"] = true, ["type"] = "unit", ["events"] = "", ["custom_type"] = "stateupdate", ["spellName"] = 0, ["castType"] = "cast", ["useName"] = true, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", ["event"] = "Cast", ["use_spellNames"] = true, ["useExactSpellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["unit"] = "boss", ["use_track"] = true, ["customVariables"] = "\n", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Winds", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 136018, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Winds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "qaFoS)gg1Tf", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Emerald Winds", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Sleep Walk CD 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Sleep Walk", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 360806, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control 2", ["uid"] = "LJZ76qedSZs", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Sleep Walk CD 2", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Bronze Cache 2"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 223910, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0.84313732385635, 0, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223910\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4555561", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "INrJH0TkCWC", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Bronze Cache 2", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["keepAspectRatio"] = false, }, ["05 Doom Flames"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "406851", }, ["auranames"] = { }, ["duration"] = "5", ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["use_exact_spellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["subeventPrefix"] = "SPELL", ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["type"] = "event", ["useExactSpellId"] = false, ["unit"] = "boss1", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914678, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "aHZekfvV1DJ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Doom Flames", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["07 Reclaim Cast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " KitID", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 360115, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1029595, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "CcruHDseHIX", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Reclaim Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Cauterizing Wound"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "421656", }, ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_format"] = 0, ["text_text_format_tooltip_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 510053, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "ecpWm)6X1ld", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Cauterizing Wound", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["09 Fearful Trepidation (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["subeventPrefix"] = "SPELL", ["spellId"] = 360687, ["auranames"] = { }, ["use_specific_unit"] = true, ["duration"] = "2", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_genericShowOn"] = true, ["useGroup_count"] = true, ["ignoreSelf"] = true, ["group_countOperator"] = ">", ["group_count"] = "0", ["auraspellids"] = { "360146", "366634", }, ["use_spellId"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["type"] = "aura2", ["unit"] = "group", ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["combineMode"] = "showHighest", ["use_exact_spellId"] = false, ["use_absorbMode"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = 360687, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["unit"] = "player", ["names"] = { }, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["spellName"] = 0, ["useExactSpellId"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["matchesShowOn"] = "showOnMissing", ["event"] = "Cast", ["auraspellids"] = { "360146", "366634", }, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_track"] = true, ["duration"] = "2", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Puddles Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Fearful Trepidation (Others)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "WzUxFrX1cYX", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 576311, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["02 Umbral Detonation"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["debuffType"] = "HARMFUL", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "405036", }, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "OCiSKX2wp67", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Umbral Detonation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["08 Beacon of Hope"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "362543", }, ["duration"] = "5", ["names"] = { }, ["use_unit"] = true, ["unit"] = "player", ["use_exact_spellId"] = false, ["useName"] = true, ["custom_hide"] = "timed", ["events"] = "UNIT_SPELLCAST_START:boss1", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["useIgnoreExactSpellId"] = false, ["custom"] = "function(_,_,_,spellId)\n if spellId == 365872 then\n return true\n end\nend", ["event"] = "Health", ["useExactSpellId"] = false, ["auraspellids"] = { }, ["use_spellId"] = false, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["ignoreAuraSpellids"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beacon Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236249, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "iQcbxc8Jy6j", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Beacon of Hope", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["02 Swirling Flame"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["match_count"] = "0", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 404896 and WeakAuras.CheckRange(unit, 40, \"<=\") then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if expirationTime then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["event"] = "Cast", ["type"] = "custom", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["match_countOperator"] = ">", ["check"] = "event", ["use_absorbMode"] = true, ["matchesShowOn"] = "showOnActive", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 451169, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = true, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "ybe33NECqyp", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Swirling Flame", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["06 Unstable Embers"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["rem"] = "4", ["auraspellids"] = { "404010", }, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auranames"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["remOperator"] = "<=", ["useName"] = false, ["useExactSpellId"] = true, ["useRem"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "LAMNWWU7zoB", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Unstable Embers", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["08 Invoke Destiny (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["names"] = { }, ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "351680", }, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["group_countOperator"] = ">", ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["auranames"] = { "350388", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useGroup_count"] = true, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["unit"] = "player", ["group_countOperator"] = ">", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["auraspellids"] = { "351680", }, ["names"] = { }, ["auranames"] = { "350388", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Add Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Invoke Destiny (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "RhVoXogew8b", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["02 Dragging Chains (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["useGroup_count"] = true, ["duration"] = "", ["names"] = { }, ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["group_countOperator"] = ">", ["useName"] = false, ["use_debuffClass"] = false, ["custom_type"] = "event", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Combat Log", ["auranames"] = { }, ["type"] = "aura2", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { "358609", }, ["unit"] = "group", ["useExactSpellId"] = true, ["custom_hide"] = "timed", ["group_count"] = "0", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "358609", }, ["matchesShowOn"] = "showOnMissing", ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["names"] = { }, ["custom_type"] = "event", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_1.unit_abbreviate"] = false, ["text_text"] = "%1.unit", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_1.unit_realm_name"] = "never", ["type"] = "subtext", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_1.unit_format"] = "Unit", ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_1.unit_color"] = "class", ["text_text_format_s_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2433", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Dragging Chains (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "gYpuJRsJm)T", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 463560, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["06 Weaver's Burden "] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, ["useName"] = false, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 426519\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n unit = unit..\"target\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["spellIds"] = { }, ["check"] = "event", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2708", ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Co-Tank Auras", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4631368, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "06 Weaver's Burden ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "R2UxDo2XLhx", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["Dungeon (Interrupt's & CC's)"] = { ["controlledChildren"] = { "The Underrot", "Freehold", "The Vortex Pinnacle", "Neltharion's Lair", "Halls of Infusion", "Uldaman: Legacy of Tyr", "Brackenhide Hollow", "Neltharus", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Dungeon (Interrupt's & CC's)", ["groupIcon"] = 1052642, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "yVl5y)19ajo", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Private Aura Anchor 2"] = { ["texXOffset"] = 0, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["custom_type"] = "stateupdate", ["type"] = "custom", ["use_alwaystrue"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", ["use_absorbHealMode"] = true, ["custom"] = "function(allstates)\n allstates[\"PrivateAura\"] = {\n show = true,\n changed = true,\n index = 1\n } \n return true\nend", ["spellIds"] = { }, ["events"] = "", ["check"] = "event", ["names"] = { }, ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_d_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["anchorYOffset"] = 0, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 48, ["useCooldownModRate"] = true, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2728,2731,2708,2820,2677", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = false, ["ignoreOptionsEventErrors"] = false, }, ["displayIcon"] = "Interface\\Addons\\WeakAuras\\Media\\Textures\\logo_64.tga", ["parent"] = "Amirdrassil, the Dream’s Hope (wago.io/dfraid3)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["custom"] = "local anchorID = aura_env.region.anchorID\nif anchorID then\n C_UnitAuras.RemovePrivateAuraAnchor(anchorID)\nend\n\nlocal self = aura_env.region\nlocal privateAnchorArgs = {\n unitToken = \"player\",\n auraIndex = aura_env.state.index,\n parent = self,\n showCountdownFrame = true,\n showCountdownNumbers = true,\n iconInfo = {\n iconAnchor = {\n point = \"CENTER\",\n relativeTo = self,\n relativePoint = \"CENTER\",\n offsetX = 0,\n offsetY = 0\n },\n iconWidth = self:GetWidth(),\n iconHeight = self:GetHeight()\n }\n}\n\naura_env.region.anchorID = C_UnitAuras.AddPrivateAuraAnchor(privateAnchorArgs)", ["do_sound"] = false, ["sound_kit_id"] = "", ["do_custom"] = true, ["sound"] = " KitID", }, ["init"] = { ["custom"] = "if not C_UnitAuras.AddPrivateAuraAppliedSound then return end\nif not WeakAuras.IsOptionsOpen() then\n aura_env.privateAuras = {\n [418589] = \"Duck\", --Polymorph Bomb\n [429123] = \"Duck\", --Polymorph Bomb\n [420544] = \"Fixate\", --Scorching Pursuit\n [420545] = \"Fixate\", --Scorching Pursuit\n [425525] = \"Drop\", --Eternal Firestorm\n [422520] = \"Drop\", --Greater Firestorm\n [419060] = \"Drop\", --Firestorm\n [421461] = \"Spread\", --Flash Fire\n [425888] = \"Debuff\", --Igniting Growth\n [428901] = \"Debuff\", --Ashen Devastation\n [426010] = \"Fixate\", --Scorching Inferno\n [427722] = \"Drop\", --Weaver's Burden\n [414187] = \"Debuff\", --Blaze\n [421825] = \"Debuff\", --Blaze\n [421826] = \"Debuff\", --Blaze\n [421827] = \"Debuff\", --Blaze\n [421828] = \"Debuff\", --Blaze\n [421829] = \"Debuff\", --Blaze\n [426370] = \"Stack\", --Darkflame Cleave\n [428970] = \"Cage\", --Shadow Cage\n [428988] = \"Nuke\", --Molten Eruption\n }\n for spellID, sound in pairs(aura_env.privateAuras) do\n C_UnitAuras.AddPrivateAuraAppliedSound({\n unitToken = \"player\",\n spellID = spellID,\n soundFileName = \"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..sound..\".ogg\",\n outputChannel = \"MASTER\",\n })\n end\nend", ["do_custom"] = true, }, ["finish"] = { ["do_sound"] = false, ["custom"] = "local anchorID = aura_env.region.anchorID\nif anchorID then\n C_UnitAuras.RemovePrivateAuraAnchor(anchorID)\nend", ["stop_sound"] = true, ["sound_kit_id"] = "200485", ["do_custom"] = false, ["sound"] = " custom", ["sound_channel"] = "Master", }, }, ["config"] = { }, ["iconSource"] = -1, ["width"] = 48, ["authorOptions"] = { }, ["cooldownTextDisabled"] = true, ["zoom"] = 0, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "Private Aura Anchor 2", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "YwOav0Y94Xa", ["inverse"] = false, ["url"] = "https://wago.io/dfraid3/47", ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return not WeakAuras.IsOptionsOpen()\nend", }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["cooldown"] = false, ["progressSource"] = { -1, "", }, }, ["DF_Raids"] = { ["backdropColor"] = { 1, 1, 1, 0.5, }, ["controlledChildren"] = { }, ["borderBackdrop"] = "Blizzard Tooltip", ["authorOptions"] = { }, ["borderEdge"] = "Square Full White", ["border"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderSize"] = 2, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["xOffset"] = 0, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["regionType"] = "group", ["internalVersion"] = 75, ["scale"] = 1, ["selfPoint"] = "CENTER", ["id"] = "DF_Raids", ["borderOffset"] = 4, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["uid"] = "Og71W0F25Kn", ["information"] = { }, ["subRegions"] = { }, ["frameStrata"] = 1, ["conditions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["config"] = { }, }, ["09 Infernal Maw"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "425494", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "SnF3czFhjEM", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Infernal Maw", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Blessing of the Bronze Missing"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Blessing of the Bronze", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnMissing", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnReady", ["unit"] = "player", ["realSpellName"] = "Blessing of the Bronze", ["use_spellName"] = true, ["debuffType"] = "HELPFUL", ["event"] = "Cooldown Progress (Spell)", ["use_track"] = true, ["spellName"] = 381748, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "function(t)\n print(t[1] or t[2])\n return not(t[1] or t[2])\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115518] = true, [403208] = true, [87596] = false, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "df08R4vSa5N", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Blessing of the Bronze Missing", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["11 Torment"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["names"] = { }, ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["type"] = "custom", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = false, ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED:SPELL_CAST_SUCCESS, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 362401\n and destGUID == WeakAuras.myGUID then\n local _, _, _, _, duration, expirationTime = GetPlayerAuraBySpellID(spellID)\n if duration\n and expirationTime then\n local phase = aura_env.phase\n allstates[destGUID] = {\n show = true,\n changed = true,\n name = (phase == 2 and \"Drop\") or (phase == 3 and \"Spawns Add\") or (phase == 4 and \"Drops Defile\") or \"Spread\",\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n phase = phase,\n }\n return true\n end\n elseif subEvent == \"SPELL_AURA_REMOVED\"\n and spellID == 362401\n and destGUID == WeakAuras.myGUID then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n elseif subEvent == \"SPELL_CAST_SUCCESS\" then\n if spellID == 360373 then\n aura_env.phase = (aura_env.phase < 2 and 2) or aura_env.phase\n elseif spellID == 363332\n and aura_env.hasAdds then\n aura_env.phase = 3\n elseif spellID == 368383 then\n aura_env.phase = 4\n end\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.phase = 1\n end\nend", ["check"] = "event", ["ignoreAuraSpellids"] = { }, ["debuffType"] = "HARMFUL", ["customVariables"] = "{\nphase = \"number\"\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_name_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.hasAdds = select(3, GetInstanceInfo()) >= 15\naura_env.phase = 1", ["do_custom"] = true, }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "phase", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "2", ["variable"] = "phase", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "3", ["variable"] = "phase", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spawn.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "4", ["variable"] = "phase", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Torment", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "ZSMbSvEz2Ts", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 1354410, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["05 Wrath of Djaruun Timer (Tank Only)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["xOffset"] = 0, ["displayText"] = "Combo in %p", ["customText"] = "", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "", ["spellId"] = "407641", ["auranames"] = { }, ["use_power"] = false, ["remaining"] = "4", ["use_cast"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["power_operator"] = ">=", ["event"] = "Health", ["use_percentpower"] = false, ["use_spellId"] = true, ["use_absorbMode"] = true, ["unit"] = "member", ["specificUnit"] = "", ["use_powertype"] = false, ["debuffType"] = "HELPFUL", ["useRem"] = false, ["useName"] = false, ["names"] = { }, ["power"] = "", ["matchesShowOn"] = "showOnMissing", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["type"] = "addons", ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["use_remaining"] = true, ["remOperator"] = "<=", ["remaining_operator"] = "<=", ["percentpower"] = "93", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, { ["trigger"] = { ["rem"] = "", ["spellId"] = "407641", ["auranames"] = { }, ["use_power"] = false, ["remaining"] = "4", ["use_cast"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["power_operator"] = ">=", ["event"] = "Health", ["use_percentpower"] = false, ["use_spellId"] = true, ["use_absorbMode"] = true, ["unit"] = "member", ["specificUnit"] = "", ["use_powertype"] = false, ["debuffType"] = "HELPFUL", ["useRem"] = false, ["useName"] = false, ["names"] = { }, ["power"] = "", ["matchesShowOn"] = "showOnMissing", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["type"] = "addons", ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["use_remaining"] = true, ["remOperator"] = "<=", ["remaining_operator"] = "<=", ["percentpower"] = "93", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["authorOptions"] = { }, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2680", ["use_encounterid"] = true, ["role"] = { ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_count_format"] = "none", ["yOffset"] = 30, ["fontSize"] = 28, ["source"] = "import", ["conditions"] = { }, ["shadowXOffset"] = 1, ["automaticWidth"] = "Fixed", ["wordWrap"] = "WordWrap", ["displayText_format_p_time_dynamic_threshold"] = 0, ["regionType"] = "text", ["config"] = { }, ["preferToUpdate"] = false, ["selfPoint"] = "BOTTOM", ["internalVersion"] = 75, ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers ", ["displayText_format_count._format"] = "none", ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Wrath of Djaruun Timer (Tank Only)", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_c_format"] = "none", ["uid"] = "QNpnbM481Ng", ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_c._format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["Greater Spool of Eternal Thread"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = false, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 226142, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["border_size"] = 3, ["border_offset"] = 0, ["border_color"] = { 1, 0.69019609689713, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:226142\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "4549266", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "8er)GmPkLEj", ["frameStrata"] = 1, ["zoom"] = 0.25, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Greater Spool of Eternal Thread", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = false, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = false, ["keepAspectRatio"] = true, }, ["04 Malevolence"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350469", "355151", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knocks raid", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.7.text_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Malevolence", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "F)0oJPE6Hrl", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[FH] Goin' Bananas (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257756, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Goin' Bananas (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "DZsEKjnn5Fh", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["[Azure] Sleep (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 386549, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure] Sleep (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "ONeOCy3GOoj", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[ULT] Hail of Stones (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 369466, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Hail of Stones (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "IHzC5wAu4NT", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Aberrus, the Shadowed Crucible (wago.io/dfraid2)"] = { ["controlledChildren"] = { "Bars ", "Icons ", "BigWigs / DBM Timers ", "Private Aura Anchor", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "Aberrus, the Shadowed Crucible (wago.io/dfraid2)", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = "5161748", ["borderInset"] = 1, ["config"] = { }, ["uid"] = "4j1KBLpgdEq", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["selfPoint"] = "CENTER", }, ["08 Raze the Earth"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 409313, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "", ["use_genericShowOn"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Cast", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_absorbHealMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dance Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1044088, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "z8JMKMxlUVZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Raze the Earth", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["08 Exposed Threads of Fate"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "357686", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beam-Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Exposed Threads of Fate", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "jh(cHTgRBlO", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Oppressing Roar CD 2"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 5.7220458984375e-06, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 5.7220458984375e-06, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = true, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Oppressing Roar", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 372048, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35.000011444092, ["load"] = { ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control 2", ["uid"] = "AeXfiGnm1Dp", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Oppressing Roar CD 2", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35.000011444092, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["05 Expunge"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.isHM then \n return \"Drops Pool\"\n else\n return \"Spread\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "329725", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2383", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "zgGfD16IJVN", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "05 Expunge", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local ID = select(3, GetInstanceInfo())\naura_env.isHM = ID == 15 or ID == 16", ["do_custom"] = true, }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n local isHM = ID == 15 or ID == 16\n return isHM\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local ID = select(3, GetInstanceInfo())\n local isHM = ID == 15 or ID == 16\n return not isHM\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["10 Carnage"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "329906", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "kfov8QlYeFF", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "10 Carnage", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["[ULT] Curse of Stone (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 328206, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Curse of Stone (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "Yki8Mwj)0Dt", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Soul Tap"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "108370", }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["unitExists"] = true, ["use_tooltipValue"] = false, ["debuffType"] = "HELPFUL", ["useName"] = true, ["useExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["use_tooltip"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["ownOnly"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["custom_hide"] = "timed", ["use_absorbMode"] = true, ["event"] = "Health", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["custom"] = "function(allstates, event, arg1, arg2, ...)\n if \"TRIGGER\" == event and arg2 then\n local maxValue = 0\n local buff = tonumber(arg2[\"\"] and arg2[\"\"].tooltip1 or \"0\")\n local maxHP = UnitHealthMax(\"player\")\n local maxValue = math.floor(maxHP * aura_env.soulLeechPercent)\n local cost = math.floor(maxHP * 0.08)\n local show = buff > 0 and maxValue > 0\n \n allstates[\"\"] = {\n changed = true,\n show = show,\n charges = show and (math.floor(buff / cost * 10) / 10) or 0,\n percent = show and Round(buff / maxValue * 100) or 0,\n }\n \n return true\n end\nend", ["events"] = "TRIGGER:1", ["check"] = "event", ["subeventPrefix"] = "", ["subeventSuffix"] = "", ["customVariables"] = "{\n charges = {\n display = \"Charges\",\n type = \"number\",\n },\n percent = {\n display = \"Percent\",\n type = \"number\",\n },\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["events"] = "PLAYER_ENTERING_WORLD,PLAYER_SPECIALIZATION_CHANGED,TRAIT_CONFIG_UPDATED", ["custom_type"] = "event", ["custom"] = "function()\n local function howManyPoints(spellId)\n local configId = C_ClassTalents.GetActiveConfigID()\n if configId then\n local configInfo = C_Traits.GetConfigInfo(configId)\n for _, treeId in ipairs(configInfo.treeIDs) do\n local nodes = C_Traits.GetTreeNodes(treeId)\n for _, nodeId in ipairs(nodes) do\n local node = C_Traits.GetNodeInfo(configId, nodeId)\n if node and node.ID ~= 0 then\n for _, talentId in ipairs(node.entryIDs) do\n local entryInfo = C_Traits.GetEntryInfo(configId, talentId)\n local definitionInfo = C_Traits.GetDefinitionInfo(entryInfo.definitionID)\n if definitionInfo.spellID == spellId then\n return node.activeEntry and node.currentRank or 0\n end\n end\n end\n end\n end\n end\n return 0\n end\n \n local rank = howManyPoints(219272)\n \n aura_env.soulLeechPercent = ({0.10, 0.08, 0.15})[rank + 1]\n \n --print(aura_env.soulLeechPercent, rank)\nend", ["custom_hide"] = "custom", ["event"] = "Chat Message", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.8705883026123, 0.70980393886566, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.charges", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["text_text_format_2.charges_format"] = "none", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowColor"] = { 0, 0, 0, 1, }, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.88627457618713, 0.76862752437592, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 265, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_never"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["spec"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 387073, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136126, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.soulLeechPercent = 0.10", ["do_custom"] = true, }, ["finish"] = { }, }, ["width"] = 48, ["anchorFrameParent"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soul Tap", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "ruJq1kutKr)", ["inverse"] = true, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["TOP RIGHT RUNE"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 42, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "HYLB_TOPLEFT HYLB_TOPRIGHT HYLB_BOTTOMLEFT HYLB_BOTTOMRIGHT HYLB_RESET", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(states, event, arg1, arg2, arg3)\n if event == \"OPTIONS\" then\n states[\"\"] = {\n text = \"\",\n icon = 1323037,\n progressType = \"static\",\n changed = true,\n show = true\n }\n return true\n end\n if event == \"HYLB_TOPRIGHT\" and arg1 and arg2 then\n states[\"\"] = {\n text = arg2,\n icon = arg1,\n progressType = \"static\",\n changed = true,\n show = true\n }\n aura_env.handle()\n return true\n elseif event == \"HYLB_RESET\" and arg1 then\n aura_env.handle(true)\n if states[\"\"] then\n states[\"\"].show = false\n states[\"\"].changed = true\n end\n return true\n elseif (event == \"HYLB_TOPLEFT\" or event == \"HYLB_BOTTOMLEFT\" or event == \"HYLB_BOTTOMRIGHT\") and arg3 then\n aura_env.region[\"button\"..arg3]:Hide()\n end \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "346427", }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["use_spellId"] = true, ["spellId"] = 346427, ["useExactSpellId"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[2] or t[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "TOP RIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "LEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_RIGHT", ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["xOffset"] = 42, ["cooldown"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = { 1, 1, 1, 0, }, ["property"] = "color", }, }, }, }, ["progressSource"] = { -1, "", }, ["authorOptions"] = { }, ["config"] = { }, ["alpha"] = 1, ["actions"] = { ["start"] = { ["custom"] = "if not WeakAuras.IsOptionsOpen() then\n aura_env.handle(true)\nend", ["do_custom"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "local t = {\n [1] = {\"TOPLEFT\", 1323035, \"BLUE\", \"{rt6}\"},\n [2] = {\"TOPRIGHT\", 1323037, \"PURPLE\", \"{rt3}\"},\n [3] = {\"BOTTOMLEFT\", 1323038, \"YELLOW\", \"{rt1}\"},\n [4] = {\"BOTTOMRIGHT\", 1323039, \"ORANGE\", \"{rt2}\"},\n}\n\nlocal name = \"HYLB\"\nlocal w, h = aura_env.region:GetSize()\nfor i=1, 4 do\n \n aura_env.region[\"button\"..i] = aura_env.region[\"button\"..i] or CreateFrame(\"Button\", name..i, aura_env.region)\n aura_env.region[\"button\"..i]:SetSize(w/2, h/2)\n aura_env.region[\"button\"..i]:SetPoint(t[i][1])\n aura_env.region[\"button\"..i]:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_TOPRIGHT\", t[i][2], t[i][3], i, t[i][4])\n end)\n \n aura_env.region[\"button\"..i]:SetNormalTexture(t[i][2])\n aura_env.region[\"button\"..i]:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\nend\n\naura_env.handle = function(show)\n for i=1, 4 do\n if show then\n aura_env.region[\"button\"..i]:Show()\n else\n aura_env.region[\"button\"..i]:Hide()\n end\n end\nend\naura_env.handle(not WeakAuras.IsOptionsOpen())", ["do_custom"] = true, }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "TOP RIGHT RUNE", ["zoom"] = 0, ["useCooldownModRate"] = true, ["width"] = 80, ["frameStrata"] = 1, ["uid"] = "StxeW0tUh7c", ["inverse"] = false, ["url"] = "https://wago.io/TazaveshConsole/12", ["displayIcon"] = 237290, ["information"] = { ["forceEvents"] = true, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["08-Kingsmourne Hungers"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362405", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "362405", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "4", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0, ["scalex"] = 1, ["colorB"] = 1, ["colorG"] = 0.87450980392157, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "kOAFNSuR8qy", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "08-Kingsmourne Hungers", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["Phantom_Singularity"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "205276", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "target", ["names"] = { "Призрачная сингулярность", }, ["useGroup_count"] = false, ["spellIds"] = { 205276, }, ["useName"] = true, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["matchesShowOn"] = "showOnActive", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 205179, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Phantom Singularity", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 205179, }, }, { ["trigger"] = { ["type"] = "combatlog", ["spellId"] = { "205179", }, ["unevent"] = "timed", ["duration"] = "0.6", ["event"] = "Combat Log", ["use_unit"] = true, ["use_spellId"] = true, ["use_absorbMode"] = true, ["use_sourceUnit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["sourceUnit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [91557] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 205179, ["use_class_and_spec"] = true, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 135994, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Phantom_Singularity", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "59AFJYjWsI0", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["03 Arthura's Crushing Gaze"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["useName"] = false, ["auraspellids"] = { "350039", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Arthura's Crushing Gaze", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "g1fP9t6Fvds", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["06 Dragonfire Traps"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "405462", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "hRLasQ(0GH3", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Dragonfire Traps", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["02 Crucible Instability"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "406730", }, ["auranames"] = { }, ["duration"] = "11.5", ["unit"] = "boss2", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "event", ["use_absorbHealMode"] = true, ["auraspellids"] = { "402617", }, ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Spell Cast Succeeded", ["useName"] = false, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["sourceUnit"] = "player", ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Immune", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 133860, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "uwTJFKxVWjc", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Crucible Instability", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Renewing Blaze"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "374348", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Renewing Blaze", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374348, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Renewing Blaze", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374348, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 374348, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Renewing Blaze", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "A9dB9OIoxlf", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["05 Ashen Call"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["use_spellIds"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cast", ["unit"] = "boss1", ["castType"] = "cast", ["names"] = { }, ["spellIds"] = { 421325, }, ["auraspellids"] = { "426206", }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 132129, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "Dk7fzm1E4u8", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Ashen Call", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["02 Ruinous End"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "419048", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "w)XpTx38jWO", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Ruinous End", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["11 Tyranny"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["auraspellids"] = { "366132", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "D1SRBf8nq9A", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Tyranny", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Unstable_Affliction"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "multi", ["use_inverse"] = true, ["auranames"] = { "316099", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 980, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Агония", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, { ["trigger"] = { ["auranames"] = { "316099", }, ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["duration"] = "1", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "316099", }, ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_absorbMode"] = true, ["realSpellName"] = "Агония", ["use_spellName"] = true, ["useExactSpellId"] = false, ["useName"] = true, ["spellName"] = 980, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "target", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["auranames"] = { "389845", }, ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["duration"] = "1", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "316099", }, ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_absorbMode"] = true, ["realSpellName"] = "Агония", ["use_spellName"] = true, ["useExactSpellId"] = false, ["useName"] = true, ["spellName"] = 980, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.80392163991928, 0.70980393886566, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%3.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_text_format_3.s_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_anchorYOffset"] = 3, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 18, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_legacy_floor"] = true, }, }, ["height"] = 40, ["adjustedMax"] = "", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 316099, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 136139, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 40, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Unstable_Affliction", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "K7fNm8jY3Zk", ["inverse"] = false, ["parent"] = "Warlock [Core]", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "5", }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "unitCount", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "unitCount", ["value"] = "1", }, ["changes"] = { { ["value"] = false, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["[TVP] Unstable Grounding Field "] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["instance_type"] = { }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "325", ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 86911, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "RUN TO FIELD!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[TVP] Unstable Grounding Field ", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "vitQEHmxn5L", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.23921570181847, 0.25098040699959, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Soulburn"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "387626", "387633", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["remaining"] = "3", ["unit"] = "player", ["spellName"] = 385899, ["use_unit"] = true, ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["remaining_operator"] = "<=", ["realSpellName"] = "Soulburn", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 0.3, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 7, ["multi"] = { [7] = true, [15] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 385899, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soulburn", ["parent"] = "Warlock [Utility]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "SKfHe4tHHtE", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.2.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["d_firestorm"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = "Icons", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Firestorm", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["spellName"] = 368847, ["unevent"] = "auto", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 20473, }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Snapfire", }, ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["authorOptions"] = { }, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Oswald", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 39, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Oswald", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOM", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_class"] = true, ["use_zone"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["single"] = 3, ["multi"] = { [394088] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = "", ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 35, ["frameStrata"] = 4, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_firestorm", ["color"] = { 1, 1, 1, 1, }, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "eJO8tUmXkxf", ["inverse"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["08 Befouled Barrier"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Shield.ogg", ["sound"] = " custom", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 365295, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss1", ["use_specific_unit"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["duration"] = "", ["debuffType"] = "HARMFUL", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["event"] = "Cast", ["use_spellNames"] = true, ["use_genericShowOn"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Shield Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065625, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "HMQZH0qBBo(", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Befouled Barrier", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[NL] War Drums (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 183526, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] War Drums (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "ZR(iY1VU5Pk", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[BHH] Hideous Cackle (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 367500, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Hideous Cackle (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "d6fWwxs(vER", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["MC Distance 1"] = { ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_absorbMode"] = true, ["range"] = "10", ["names"] = { }, ["use_showHealAbsorb"] = false, ["range_operator"] = ">=", ["spellName"] = 0, ["genericShowOn"] = "showOnCooldown", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["unit"] = "target", ["event"] = "Range Check", ["use_unit"] = true, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["realSpellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["custom_hide"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["unit"] = "player", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 350, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["xOffset"] = 0, ["crop_x"] = 0.41, ["user_y"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["anchorPoint"] = "CENTER", ["fontSize"] = 12, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["width"] = 30, ["slantFirst"] = false, ["semver"] = "1.2.9", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["id"] = "MC Distance 1", ["auraRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["startAngle"] = 285, ["tocversion"] = 90205, ["inverse"] = true, ["uid"] = "zoKgXe1n8np", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["02 Blistering Spear"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 414888, }, ["auranames"] = { }, ["duration"] = "4.1", ["subeventPrefix"] = "SPELL", ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = false, ["event"] = "Combat Log", ["names"] = { }, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_AURA_APPLIED", ["type"] = "combatlog", ["use_destUnit"] = true, ["auraspellids"] = { }, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Spear", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 608940, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "FuGyVST0yWl", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Blistering Spear", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["[UR] Savage Cleave - (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 265019, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Savage Cleave - (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "6zHElCSiI)b", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Greater Castigation"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "326583", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "332871", "328889", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "2F5PLJgf)RA", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 0.96078431372549, ["colorG"] = 0.9921568627451, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n if aura_env.state\n and aura_env.state.spellID == 332871 then\n return start + (((math.sin(angle) + 1)/2) * delta)\n end\nend", ["use_translate"] = false, ["use_alpha"] = true, ["colorA"] = 1, ["type"] = "custom", ["scaley"] = 1, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["use_color"] = false, ["alpha"] = 0.5, ["easeStrength"] = 5, ["y"] = 0, ["colorType"] = "custom", ["translateType"] = "straightTranslate", ["preset"] = "alphaPulse", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "03 Greater Castigation", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "spellId", ["value"] = "332871", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Oblivion"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["stacksOperator"] = ">=", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["useName"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "401951", }, ["stacks"] = "7", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["names"] = { }, ["useStacks"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["stacksOperator"] = ">=", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["useName"] = false, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["stacks"] = "", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "410642", "404218", }, ["names"] = { }, ["useStacks"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "LMHbMxQE9aj", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Oblivion", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "7", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Stacks.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Zephyr"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "374227", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Zephyr", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374227, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Zephyr", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 374227, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 374227, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Zephyr", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "8dGXZWG(jkL", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["07 Brand of Damnation Debuff"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "423420", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "OJ8qax2vzDi", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Brand of Damnation Debuff", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Essence 6"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { [81] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["spellknown"] = 369908, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 6, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "spell", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellName"] = 369908, ["use_exact_spellName"] = true, ["event"] = "Spell Known", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[4]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 6", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "jUr44NLT(ho", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 6", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 6, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 6, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["01 Shadow Spines"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["tooltipValueNumber"] = 1, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltipValue"] = true, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = true, ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "422466", }, ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 0, 0.039215687662363, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Proc", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -8, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 62, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_zoneIds"] = false, ["zoneIds"] = "", }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Icons ", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Shadow Spines", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "1DOxv3jE46C", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "AND", ["checks"] = { { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local role = UnitGroupRolesAssigned(\"player\")\n return (role == \"HEALER\" or role == \"DAMAGER\")\nend", }, { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "3", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = ">=", ["variable"] = "AND", ["checks"] = { { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n local role = UnitGroupRolesAssigned(\"player\")\n return (role == \"TANK\")\nend", }, { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "5", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Stacks.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["09 Slumber Cloud"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 360229, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["auraspellids"] = { }, ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["unit"] = "boss", ["event"] = "Cast", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Cloud Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1390943, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "uDiqYBDu6As", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Slumber Cloud", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["BronzeDungeon"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -315, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.dungeon_progress, aura_env.dungeon_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.dungeon_progress, aura_env.dungeon_total, true\nend", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local classMasks = {}\n classMasks[\"WARRIOR\"] = 1\n classMasks[\"PALADIN\"] = 2\n classMasks[\"HUNTER\"] = 4\n classMasks[\"ROGUE\"] = 8\n classMasks[\"PRIEST\"] = 16\n classMasks[\"DEATHKNIGHT\"] = 32\n classMasks[\"SHAMAN\"] = 64\n classMasks[\"MAGE\"] = 128\n classMasks[\"WARLOCK\"] = 256\n classMasks[\"MONK\"] = 512\n classMasks[\"DRUID\"] = 1024\n classMasks[\"DEMONHUNTER\"] = 2048\n classMasks[\"EVOKER\"] = 4096\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local IsSetUsable = function(className, setId)\n return classMasks[className] == bit.band(C_TransmogSets.GetSetInfo(setId)[\"classMask\"], classMasks[className])\n end\n \n local AddFilteredMixedSets = function(items, cost)\n local sets = {}\n for i,value in ipairs(items) do\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if IsSetUsable(className,value) then\n table.insert(sets,value)\n end\n else\n table.insert(sets,value)\n end\n end\n AddToTotal(sets, cost)\n end\n \n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n AddFilteredMixedSets(dungeon, 2500)\n \n aura_env.dungeon_progress = total_acquired\n aura_env.dungeon_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Dungeon Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeDungeon", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "C1NDQc86meH", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["09 Anima Infection / Infusion"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state\n and aura_env.state.spellId then\n if aura_env.state.spellId == 342698 then\n return \"30%\"\n elseif aura_env.state.spellId == 342655 then\n return \"10%\"\n elseif aura_env.state.spellId == 332406 then\n return \"10%\"\n elseif aura_env.state.spellId == 339885 then\n return \"30%\"\n end\n end \nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "342698", "342655", "339885", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "332406", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_c_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132780, ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "JcBscWIfOH5", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "09 Anima Infection / Infusion", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["Cast-Bar"] = { ["user_y"] = 0, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = -35, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.CastRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.CastRingColor\n aura_env.region:Color(color[1], color[2], color[3],color[4])\nend", ["do_custom"] = true, }, ["init"] = { ["custom"] = "if aura_env.config[\"HideDefaultCastBar\"] then\n -- CastingBarFrame:UnregisterAllEvents() \n PlayerCastingBarFrame:UnregisterAllEvents()\nend\n\n\n\n\n", ["do_custom"] = true, }, ["finish"] = { }, }, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["unevent"] = "auto", ["use_showChargedDuration"] = true, ["use_inverse"] = false, ["event"] = "Cast", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["spellIds"] = { }, ["duration"] = "1", ["names"] = { }, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.CastBar == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "10", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["preset"] = "fade", ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["scaley"] = 1, ["easeStrength"] = 3, ["rotate"] = 0, ["colorB"] = 1, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 5, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.32549020648003, 0.32549020648003, 0.32549020648003, 0.50213602185249, }, { 1, 0.12549020349979, 0.015686275437474, 0.51282015442848, }, { 1, 0.47450983524323, 0, 0.51282015442848, }, { 1, 0.8705883026123, 0.027450982481241, 0.51282015442848, }, { 1, 1, 1, 0.57692271471024, }, }, ["adjustedMax"] = "", ["crop_x"] = 0.41, ["anchorPoint"] = "CENTER", ["color"] = { }, ["anchorFrameParent"] = false, ["uid"] = "z0yeJcSX1S3", ["backgroundColor"] = { 0.5, 0.5, 0.5, 0.5, }, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["semver"] = "1.2.9", ["anchorFrameType"] = "SELECTFRAME", ["id"] = "Cast-Bar", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura69", ["frameStrata"] = 1, ["width"] = 50, ["crop_y"] = 0.41, ["startAngle"] = 0, ["inverse"] = false, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "empowered", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "inverse", }, }, ["linked"] = false, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["tocversion"] = 90200, }, ["Chennel_Demonfire"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Channel Demonfire", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 196447, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 196447, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [91586] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 196447, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_warlock_calldreadstalkers", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Chennel_Demonfire", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "rSJllQ5JVul", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["01 Splintering Charcoal"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["config"] = { }, ["iconSource"] = -1, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["duration"] = "6", ["event"] = "Health", ["unit"] = "player", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["custom"] = "function(_, _, _, spellID)\n if spellID == 426287\n and not WeakAuras.GetActiveTriggers(aura_env.id)[1]\n then\n return true\n end\nend", ["subeventPrefix"] = "SPELL", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["names"] = { }, ["spellIds"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["xOffset"] = 0, ["adjustedMax"] = "", ["barColor"] = { 0.74117648601532, 0, 1, 1, }, ["desaturate"] = false, ["parent"] = "Bars ", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "te28xW2LUtI", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["icon"] = true, ["version"] = 47, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 4914679, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["zoom"] = 0.2, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Splintering Charcoal", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["Time of Need"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellName"] = { "Time of Need", }, ["type"] = "combatlog", ["spellId"] = { "368415", }, ["subeventSuffix"] = "_SUMMON", ["unit"] = "player", ["ownOnly"] = true, ["event"] = "Combat Log", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellName"] = false, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["duration"] = "8", ["use_spellId"] = true, ["sourceUnit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["spellId"] = { "368415", }, ["duration"] = "60", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["spellName"] = { "Time of Need", }, ["debuffType"] = "HELPFUL", ["use_track"] = true, ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_SUMMON", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["spellknown"] = 368412, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["parent"] = "Maintenance - LWA - Evoker", ["authorOptions"] = { }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["value"] = { 1, 0, 0, 1, }, ["property"] = "sub.3.glowColor", }, { ["value"] = true, ["property"] = "sub.3.useGlowColor", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Time of Need", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["uid"] = "VMLGYcmw9O3", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 4630462, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["BronzeMount"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -75, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.mount_progress, aura_env.mount_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.mount_progress, aura_env.mount_total, true\nend\n\n\n", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasMount = function(mountId)\n return _G[\"PandariaMountData\"][mountId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasMount(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n AddToTotal(very_cheap, 2200)\n AddToTotal(cheap, 4400)\n AddToTotal(moderate, 6600)\n AddToTotal(expensive, 18700)\n AddToTotal(very_expensive, 38500)\n \n aura_env.mount_progress = total_acquired\n aura_env.mount_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Mounts", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_anchorYOffset"] = 5, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeMount", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "wYWqcRCdlyF", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["01 Dread Rifts Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "407196", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "406516", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "CLTXO6uuBRz", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Rifts in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Dread Rifts Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["07 Dancing Fever"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["fetchTooltip"] = false, ["unevent"] = "auto", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["use_unit"] = true, ["auranames"] = { "347350", }, ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["duration"] = "1", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Staggerjump", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2412", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3565717, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "P04e7Rjc1H5", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Dancing Fever", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Night Hunter / Feeding Time"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "327796", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "327039", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Ehfkyy5qL1E", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Night Hunter / Feeding Time", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Blistering Spear Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "Spears in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "414888", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "fuXFxUqPvPi", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "02 Blistering Spear Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Luxthos - Evoker"] = { ["controlledChildren"] = { "Class Options - LWA - Evoker", "General Options - LWA - Evoker", "Dynamic Effects - LWA - Evoker", "Core - LWA - Evoker", "Left Side - LWA - Evoker", "Right Side - LWA - Evoker", "Utilities - LWA - Evoker", "Maintenance - LWA - Evoker", "Resources - LWA - Evoker", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "_Au-vjwiP", ["parent"] = "Evoker", ["preferToUpdate"] = true, ["yOffset"] = -170, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desc"] = "Made by Luxthos - twitch.tv/luxthos", ["version"] = 27, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["anchorFrameParent"] = false, ["alpha"] = 1, ["selfPoint"] = "CENTER", ["borderOffset"] = 4, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Luxthos - Evoker", ["authorOptions"] = { }, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = "interface/icons/classicon_evoker.blp", ["borderInset"] = 1, ["uid"] = "NMwvXdLVOAd", ["config"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["xOffset"] = 0, }, ["02 Blazing Heat / Lingering Flames"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "402617", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "409320", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\nreturn t[1] and not t[2] or t[2]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "KA22U2n5umm", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Blazing Heat / Lingering Flames", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Soul Exhaustion (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 0.99607843137255, 0.97254901960784, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348978", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Soul Exhaustion (Tank)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "Ii3OIH2b(DI", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["08 Fated Conjunction"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "350421", }, ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useName"] = false, ["custom_hide"] = "timed", ["useExactSpellId"] = false, ["type"] = "combatlog", ["use_debuffClass"] = false, ["auraspellids"] = { }, ["custom_type"] = "event", ["duration"] = "5.4", ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["spellName"] = { 0, }, ["unit"] = "player", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_track"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Beam", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Beam.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.10196078431373, ["type"] = "custom", ["easeType"] = "none", ["use_color"] = true, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Fated Conjunction", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "OBgzHeAgVNo", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528298, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Opened Veins (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "366551", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Heal", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_anchorPoint"] = "OUTER_BOTTOM", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2543", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "PhkDlg3fyKM", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Opened Veins (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Time Dilation 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "357170", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 357170, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 357170, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 357170, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "OLbOXKu3lqF", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Time Dilation 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["03 Serpent's Fury Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c AoE in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "421672", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "gVzougRaMhT", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Serpent's Fury Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Shadowlands herb counter"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Nightshade", "Rising Glory", "Marrowroot", "Vigil's Torch", "Widowbloom", "Death Blossom", }, ["borderBackdrop"] = "Blizzard Tooltip", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -30, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/PdidTUKma/2", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["useLimit"] = false, ["align"] = "CENTER", ["alpha"] = 1, ["sort"] = "none", ["stagger"] = 0, ["internalVersion"] = 75, ["version"] = 2, ["subRegions"] = { }, ["selfPoint"] = "TOP", ["grow"] = "DOWN", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["gridType"] = "RD", ["animate"] = false, ["xOffset"] = 0, ["scale"] = 1.55, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["borderInset"] = 1, ["regionType"] = "dynamicgroup", ["constantFactor"] = "RADIUS", ["gridWidth"] = 5, ["borderOffset"] = 4, ["semver"] = "1.0.1", ["tocversion"] = 90002, ["id"] = "Shadowlands herb counter", ["rowSpace"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["uid"] = "wirEuFUvrCk", ["config"] = { }, ["rotation"] = 0, ["borderColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "SL_Misc", }, ["Tail Swipe 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Tail Swipe", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 368970, ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["use_level"] = false, ["spellknown"] = 368970, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "5fhEHfRIbeN", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Tail Swipe 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["Sleep Walk 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["unit"] = "multi", ["use_genericShowOn"] = true, ["group_count"] = "1", ["auranames"] = { "360806", }, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_remaining"] = false, ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 109248, ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Binding Shot", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["group_countOperator"] = ">=", ["ownOnly"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 109248, }, }, { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["remaining"] = "3", ["names"] = { }, ["spellName"] = 360806, ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_remaining"] = false, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Sleep Walk", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 109248, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Frost_Trap", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["multi"] = { }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 360806, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "vffBWf0S6AE", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Sleep Walk 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Warlock_PvPT9"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 212459, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 212459, }, ["untrigger"] = { ["spellName"] = 212459, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 212459, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT9", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "(c0Z7ZC39ly", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["03 Song of Dissolution"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350287", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Song of Dissolution", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "uDlHK54bq66", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Unending Strike (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350202", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Unending Strike (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "lgQfPS511g6", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Obsidian Scales"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "363916", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Obsidian Scales", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 363916, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Obsidian Scales", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 363916, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 363916, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = ">", ["value"] = "0", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["value"] = true, ["property"] = "cooldownSwipe", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "h4PWLXQ1qp)", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Utilities - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Obsidian Scales", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, }, ["Warlock [Utility]"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Warlock[Curses\\Banish\\Fear]", "Demon_Command", "Shadowflame", "Howl_of_Terror", "Mortal_Coil", "Shadow_Fury", "Demon_Special", "Soulburn", "Amplify Curse", "Fel_Domination", "Undying_Resolve", "Sacrificial_Pact", "Fell_Rush", "Demonic_Circle_Teleport", "Demonic_Gates", "FloeUI_Healthstone", "Warlock_PvPT14", "Warlock_PvPT3", "Warlock_PvPT12", "Warlock_PvPT13", "Warlock_PvPT4", "Warlock_PvPT5", "Warlock_PvPT6", "Warlock_PvPT7", "Warlock_PvPT8", "Warlock_PvPT10", "Warlock_PvPT9", "Warlock_PvPT11", "Soulstone", "Racial_Traits_Warlock", "BloodLust_Warlock", "Potions_Warlock", "Saves_Warlock", "Forbearance_Warlock", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["xOffset"] = -0.5, ["preferToUpdate"] = false, ["groupIcon"] = "626007", ["anchorPoint"] = "CENTER", ["animate"] = false, ["frameStrata"] = 1, ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["growOn"] = "changed", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useLimit"] = false, ["rotation"] = 0, ["stagger"] = 0, ["version"] = 150, ["sortHybridTable"] = { ["Soulburn"] = false, ["Shadowflame"] = false, ["Demonic_Circle_Teleport"] = false, ["Howl_of_Terror"] = false, ["Mortal_Coil"] = false, ["Warlock_PvPT3"] = false, ["Warlock_PvPT9"] = false, ["Demon_Special"] = false, ["Fel_Domination"] = false, ["Warlock_PvPT6"] = false, ["Undying_Resolve"] = false, ["Warlock_PvPT12"] = false, ["Demonic_Gates"] = false, ["Forbearance_Warlock"] = false, ["Warlock_PvPT4"] = false, ["Warlock_PvPT10"] = false, ["Sacrificial_Pact"] = false, ["Saves_Warlock"] = false, ["Amplify Curse"] = false, ["Potions_Warlock"] = false, ["Racial_Traits_Warlock"] = false, ["BloodLust_Warlock"] = false, ["Demon_Command"] = false, ["Warlock_PvPT13"] = false, ["Warlock_PvPT7"] = false, ["Warlock_PvPT8"] = false, ["Warlock_PvPT11"] = false, ["Shadow_Fury"] = false, ["Warlock_PvPT14"] = false, ["Warlock[Curses\\Banish\\Fear]"] = false, ["Warlock_PvPT5"] = false, ["FloeUI_Healthstone"] = false, ["Soulstone"] = false, ["Fell_Rush"] = false, }, ["gridType"] = "RD", ["uid"] = "GgVctlQfS1z", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["config"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["yOffset"] = -93.499984741211, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local limit = 6 -- limit of icons per row\n local rows = 3 -- total rows\n local spacing = 3 -- spacing between icons\n ----------------------\n local check = true\n local xCount = 0\n local yCount = 0\n local tCount = 0\n \n local xOffset = 0\n local yOffset = 0\n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n local region = regionData.region\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= limit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows-1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n xOffset = 0 - (region.width + spacing) / 2 * (rowTotal-1) + (xCount * (region.width + spacing))\n yOffset = 0 - (region.height + spacing) * yCount -- change '-' to '+' after 0 to grow up instead of down\n \n xCount = xCount + 1\n \n if yCount < rows-1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "Warlock [Utility]", ["regionType"] = "dynamicgroup", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 3, ["borderInset"] = 1, ["parent"] = "Warlock [Afenar]", ["borderColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["internalVersion"] = 75, }, ["Flawed Deadly Sapphire"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 216644, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:216644\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Flawed Deadly Sapphire", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "wiGTCvOeC2t", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629707", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[HoI] Spear Flurry (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 393432, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_incombat"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Spear Flurry (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "TjAAD7MzHep", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["05 Blazing Thorns"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { 426206, }, ["auranames"] = { }, ["duration"] = "5.75", ["unit"] = "player", ["specificUnit"] = "boss1", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Combat Log", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { "426206", }, ["subeventPrefix"] = "SPELL", ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_cOrbs_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Icons ", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 134337, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Blazing Thorns", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "J(OZdq7o0Dx", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["04 Torment"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350388", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350073", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Orb-Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Torment", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "cSKEICXnf0S", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["BronzeHeirlooms"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -155, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.heirloom_progress, aura_env.heirloom_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.heirloom_progress, aura_env.heirloom_total, true\nend\n\n\n", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasHeirloom = function(items)\n for i,value in ipairs(items) do\n if C_TransmogCollection.PlayerHasTransmogByItemInfo(value) then\n return true\n end\n end\n \n return false\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for key,value in pairs(items) do\n if PlayerHasHeirloom(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local heirlooms = {}\n heirlooms[\"barrier\"] = {105674,104409,105687}\n heirlooms[\"cleaver\"] = {105672,104404,105685}\n heirlooms[\"decapitator\"] = {105679,104405,105692}\n heirlooms[\"doomblade\"] = {105678,104401,105691}\n heirlooms[\"pig_sticker\"] = {105673,104403,105686}\n heirlooms[\"razor\"] = {105671,104400,105684}\n heirlooms[\"shield_wall\"] = {105680,104407,105693}\n heirlooms[\"tome\"] = {105676,104408,105689}\n heirlooms[\"staff\"] = {105677,104406,105690}\n heirlooms[\"bow\"] = {105670,104399,105683}\n heirlooms[\"mace\"] = {105675,104402,105688}\n \n AddToTotal(heirlooms, 8000)\n \n aura_env.heirloom_progress = total_acquired\n aura_env.heirloom_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Heirlooms", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeHeirlooms", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "zLfdvKVRHQY", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["04 Blind Rage Cast"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["config"] = { }, ["iconSource"] = -1, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 420525, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["castType"] = "cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["use_npcId"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["npcId"] = "", ["event"] = "Cast", ["unit"] = "boss", ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["xOffset"] = 0, ["adjustedMax"] = "", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["parent"] = "Bars ", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Blind Rage", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "e3MubIeWqQk", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["icon"] = true, ["version"] = 47, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 1320372, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["zoom"] = 0.2, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Blind Rage Cast", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkColor"] = { 1, 1, 1, 1, }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["property"] = "barColor", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\CC.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["Stasis 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "370537", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Stasis", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 370537, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = true, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 370537, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "8SKQqkH)f0N", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Stasis 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[FH] Swiftwind Saber (Dodge)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "936", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Freehold - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 257278, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "DODGE WIND'S!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[FH] Swiftwind Saber (Dodge)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "FcUbSE5swTb", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Furious Charge (You)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["matchesShowOn"] = "showOnActive", ["unit"] = "player", ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_hide"] = "timed", ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["names"] = { }, ["useName"] = false, ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom"] = "function(allstates, event, unit, _, spellID)\n if spellID == 418637\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["spellIds"] = { }, ["check"] = "event", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2731", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 2403541, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "JxwjaMUi2Cb", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Furious Charge (You)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["04 Fixate"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327902", }, ["auranames"] = { "327902", }, ["duration"] = "12", ["names"] = { }, ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = true, ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["use_destUnit"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "841380", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "hA90DEIkTIC", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5843137254902, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5843137254902, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Fixate", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Iridescence: Blue"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "386399", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["spellknown"] = 370867, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "t(LW9F3sWJq", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Iridescence: Blue", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["Inevitable_Demise"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_unit"] = true, ["rem"] = "8", ["ownOnly"] = true, ["auranames"] = { "334320", }, ["names"] = { "Черная душа: Страдание", }, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["unit"] = "player", ["unitExists"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["unevent"] = "auto", ["spellName"] = 48181, ["charges_operator"] = "==", ["charges"] = "0", ["auraspellids"] = { "334320", }, ["useExactSpellId"] = false, ["use_showOn"] = true, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Блуждающий дух", ["use_spellName"] = true, ["spellIds"] = { }, ["matchesShowOn"] = "showOnActive", ["remOperator"] = ">=", ["use_genericShowOn"] = true, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, { ["trigger"] = { ["rem"] = "8", ["spellId"] = { "334320", }, ["auranames"] = { "334320", }, ["duration"] = "1", ["use_talent"] = false, ["use_showgcd"] = true, ["spellName"] = { 48181, }, ["useExactSpellId"] = false, ["use_showOn"] = true, ["event"] = "Combat Log", ["use_spellId"] = true, ["use_sourceUnit"] = true, ["use_track"] = true, ["number"] = "49", ["matchesShowOn"] = "showAlways", ["subeventSuffix"] = "_AURA_APPLIED_DOSE", ["use_inverse"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["unitExists"] = true, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", ["use_genericShowOn"] = true, ["use_number"] = true, ["useName"] = true, ["auraspellids"] = { "334320", }, ["debuffType"] = "HELPFUL", ["charges_operator"] = "==", ["type"] = "combatlog", ["realSpellName"] = "Блуждающий дух", ["talent"] = { ["multi"] = { [21] = true, [11] = true, [17] = true, [12] = true, }, }, ["unevent"] = "timed", ["ownOnly"] = true, ["unit"] = "player", ["use_charges"] = false, ["number_operator"] = ">=", ["use_spellName"] = false, ["spellIds"] = { }, ["charges"] = "0", ["remOperator"] = ">=", ["names"] = { "Черная душа: Страдание", }, ["sourceUnit"] = "player", ["use_auraType"] = false, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { [389359] = true, [389623] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [710] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 334319, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "INTERFACE\\ICONS\\spell_warlock_demonsoul", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Inevitable_Demise", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "ZqRMXuEInL5", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["glow_frame"] = "WeakAuras:DS", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["03 Link Essence"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350482", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgshare", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.52156862745098, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.52156862745098, ["type"] = "none", ["easeType"] = "none", ["use_color"] = true, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.52156862745098, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Link Essence", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "o1d)zof)Qem", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[NL] Molten Crash (Frontal) (Dps/Heal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "731", ["role"] = { ["single"] = "HEALER", ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 200732, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Molten Crash (Frontal) (Dps/Heal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "As4F)wcRdzR", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Thundering - Party Marks"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "Thundering - Party Marks Bar", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "Qit4lVLhD", ["parent"] = "Thundering (M+)", ["preferToUpdate"] = true, ["yOffset"] = 400, ["sortHybridTable"] = { ["Thundering - Party Marks Bar"] = false, }, ["borderColor"] = { 0, 0, 0, 1, }, ["space"] = 2, ["url"] = "https://wago.io/Qit4lVLhD/11", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Health", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["arcLength"] = 360, ["selfPoint"] = "TOP", ["align"] = "CENTER", ["xOffset"] = -330, ["groupIcon"] = 4554460, ["anchorPoint"] = "CENTER", ["rotation"] = 0, ["borderSize"] = 2, ["version"] = 11, ["subRegions"] = { }, ["gridType"] = "RD", ["fullCircle"] = true, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["rowSpace"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["internalVersion"] = 75, ["animate"] = false, ["regionType"] = "dynamicgroup", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["hybridPosition"] = "hybridFirst", ["limit"] = 5, ["useLimit"] = false, ["authorOptions"] = { }, ["gridWidth"] = 5, ["hybridSortMode"] = "ascending", ["constantFactor"] = "RADIUS", ["stagger"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.10", ["tocversion"] = 100002, ["id"] = "Thundering - Party Marks", ["sort"] = "ascending", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderInset"] = 1, ["config"] = { }, ["uid"] = "AX4(ebxtGM8", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["source"] = "import", ["conditions"] = { }, ["information"] = { }, ["frameStrata"] = 1, }, ["03 Infused Strikes (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["match_countOperator"] = ">", ["useExactSpellId"] = true, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "406313", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "dI20(haZmda", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Infused Strikes (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["[Ruby] Blitzschlag (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 385310, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Blitzschlag (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "V1nu(OX8tTd", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["05 Touch of the Night"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["auraspellids"] = { "361784", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { }, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "tiKlJN51MWR", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Touch of the Night", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Astral Flare"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "407576", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["unit"] = "player", ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["useName"] = false, ["auranames"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "401215", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip1%% Haste", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip3_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_tooltip1_format"] = "none", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "M1i)Dd8h4Rr", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Astral Flare", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "10", }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\10.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "3", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "4", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\4.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "5", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\5.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "6", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\6.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "7", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\7.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "8", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\8.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "9", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\9.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["08 Purging Light"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["auraspellids"] = { "368428", }, ["type"] = "aura2", ["ignoreAuraSpellids"] = { }, ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Purging Light", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "GkB5h4FCUv0", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 631519, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["09 Crystalize (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["auranames"] = { "339690", }, ["names"] = { }, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["group_countOperator"] = ">", ["unit"] = "group", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "339690", }, ["useName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "333913", "343881", }, ["useName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showAlways", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and t[2]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_1.unitName_realm_name"] = "never", ["text_text_format_1.unit_abbreviate"] = false, ["text_text"] = "%1.unit", ["text_text_format_1.unitName_color"] = "class", ["text_text_format_1.unit_abbreviate_max"] = 8, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_shadowXOffset"] = 0, ["anchorYOffset"] = 0, ["text_text_format_1.unitName_abbreviate"] = false, ["rotateText"] = "NONE", ["text_text_format_s_format"] = "none", ["text_text_format_1.unitName_abbreviate_max"] = 8, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_1.unitName_format"] = "Unit", ["text_shadowYOffset"] = 0, ["text_text_format_1.unit_color"] = "class", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_1.unit_format"] = "Unit", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_1.unit_realm_name"] = "never", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132780, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "gCuToK5dyH7", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Crystalize (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["op"] = ">", ["variable"] = "buffed", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Clear.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["07 Igniting Roar"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 403740, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 134153, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "37no0Bsfjoa", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Igniting Roar", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Burnout 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "375802", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 375802, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Burnout 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "QTqqCiERmo6", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["07 Threat Neutralization"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "350496", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Nuke Core", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2436", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return select(3,GetInstanceInfo()) == 16\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, { ["value"] = true, ["property"] = "sub.5.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return select(3,GetInstanceInfo()) ~= 16\nend", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n if select(3, GetInstanceInfo()) ~= 16 then\n return start + (((math.sin(angle) + 1)/2) * delta)\n end\nend", ["use_alpha"] = true, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0.5, ["y"] = 0, ["x"] = 0, ["duration_type"] = "seconds", ["easeStrength"] = 3, ["rotate"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shrink", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "07 Threat Neutralization", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "MckSXJRufwX", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132177, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["{TVP] Cyclone (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 160209, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Cyclone (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "A9UrvrWIoLk", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["07 Violent Uproar"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "346303", }, ["auranames"] = { "327773", }, ["duration"] = "15", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "combatlog", ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["use_absorbMode"] = true, ["unevent"] = "timed", ["useName"] = true, ["unit"] = "boss", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Kill Add", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528309, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "PKOzHeAu(3k", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Switch.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Violent Uproar", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["04 Withering Touch"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "327902", }, ["auranames"] = { "340860", }, ["duration"] = "12", ["names"] = { }, ["destUnit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = true, ["unevent"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["use_destUnit"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3512762", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "bok3(CC7Huw", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5843137254902, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5843137254902, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "04 Withering Touch", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[BHH] Infuse Corruption (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 372711, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_showChargedDuration"] = false, ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["unit"] = "nameplate", ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["use_unit"] = true, ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Infuse Corruption (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "yqv)ALgsw4S", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["05 Unleash Shadowflame"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "410070", }, ["auranames"] = { }, ["duration"] = "2.5", ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["names"] = { }, ["use_unit"] = true, ["event"] = "Spell Cast Succeeded", ["use_absorbMode"] = true, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["type"] = "event", ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Orbs Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["encounterid"] = "2680", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4914673, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "Bhhzf3OJbFt", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Unleash Shadowflame", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Orb.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_message"] = false, }, }, }, ["RUNE RESET"] = { ["iconSource"] = -1, ["wagoID"] = "rVCG0ULzx", ["parent"] = "Tazavesh Hylbrande Titan Console (Sanitizing Cycle)", ["preferToUpdate"] = false, ["yOffset"] = -126, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/TazaveshConsole/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.clickMe = aura_env.region.clickMe or CreateFrame(\"Button\", nil, aura_env.region)\naura_env.region.clickMe:SetAllPoints()\naura_env.region.clickMe:SetScript(\"OnClick\", function()\n WeakAuras.ScanEvents(\"HYLB_RESET\", true)\nend)\naura_env.region.clickMe:SetHighlightTexture(\"Interface\\\\QuestFrame\\\\UI-QuestLogTitleHighlight\", \"ADD\")\n\n\n", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = 346427, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["auraspellids"] = { "346427", }, ["useExactSpellId"] = true, ["use_exact_spellId"] = false, ["event"] = "Cast", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["custom_type"] = "stateupdate", ["check"] = "event", ["debuffType"] = "HELPFUL", ["custom"] = "function(states, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, message, _, srcGUID, srcName, _, _, destGUID, destName, _, _, spellid = ...\n if message == \"SPELL_AURA_APPLIED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n then\n states[\"\"] = {\n name = \"Titanic Insight\",\n icon = 135918,\n duration = 15,\n expirationTime = GetTime() + 15,\n progressType = \"timed\",\n autoHide = true,\n changed = true,\n show = true,\n }\n elseif message == \"SPELL_AURA_REMOVED\"\n and destGUID == WeakAuras.myGUID\n and spellid == 346427\n and states[\"\"]\n then\n states[\"\"].show = false\n states[\"\"].changed = true\n return true\n end\n end\nend", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["rotation"] = 0, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "RESET", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0, 0, 1, }, ["text_font"] = "000 PFSquareSansPro-Medium", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 40, ["rotate"] = false, ["load"] = { ["use_size"] = true, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["zoneIds"] = "g423", ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["encounterid"] = "2426", ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["color"] = { 0, 0, 0, 1, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["source"] = "import", ["uid"] = "RnbG9pA0SNq", ["cooldownEdge"] = false, ["xOffset"] = 42, ["mirror"] = false, ["cooldown"] = false, ["regionType"] = "texture", ["conditions"] = { }, ["blendMode"] = "BLEND", ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["anchorFrameType"] = "SCREEN", ["zoom"] = 0, ["semver"] = "1.0.11", ["tocversion"] = 90207, ["id"] = "RUNE RESET", ["frameStrata"] = 1, ["alpha"] = 1, ["width"] = 80, ["cooldownTextDisabled"] = false, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["discrete_rotation"] = 0, }, ["[TNO] Defender Fear (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 373395, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Defender Fear (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "I5QyOFH83sw", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["04 Devastation Leap"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["unit"] = "player", ["match_count"] = "0", ["use_absorbMode"] = true, ["custom_type"] = "stateupdate", ["debuffType"] = "HARMFUL", ["events"] = "UNIT_SPELLCAST_START:boss1", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 408959 and WeakAuras.CheckRange(unit, 60, \">=\") then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 7.2,\n expirationTime = 7.2 + GetTime(),\n autoHide = true,\n } \n return true\n end\nend", ["useName"] = false, ["event"] = "Cast", ["useExactSpellId"] = false, ["auraspellids"] = { }, ["use_spellId"] = false, ["spellIds"] = { }, ["match_countOperator"] = ">", ["check"] = "event", ["matchesShowOn"] = "showOnActive", ["use_unit"] = true, ["customVariables"] = "{expirationTime = true}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 5161751, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "pOadp0h7HgP", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Devastation Leap", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Boss.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["[Academy] Mythic Slam (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 396812, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Mythic Slam (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "XuF3sBWgmyy", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Trinket_1_Hunter 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["itemName"] = 165664, ["spellId"] = "200174", ["duration"] = "0.6", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["itemSlot"] = 13, ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["type"] = "item", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_itemName"] = true, ["event"] = "Cooldown Progress (Equipment Slot)", ["use_sourceUnit"] = true, ["use_itemSlot"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_testForCooldown"] = true, ["use_absorbMode"] = true, ["names"] = { }, ["sourceUnit"] = "player", ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", ["itemSlot"] = 14, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["level"] = { "120", }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { [17] = true, [16] = true, }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["single"] = 19, ["multi"] = { [17] = true, [21] = true, [18] = true, [19] = true, [16] = true, }, }, ["use_dragonriding"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 34433, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PRIEST"] = true, }, }, }, ["frameStrata"] = 3, ["useAdjustededMax"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["glow_frame"] = "WeakAuras:Dog", ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["do_sound"] = false, }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["source"] = "import", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["stickyDuration"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Utility]", ["uid"] = "PDY56Mh45K5", ["xOffset"] = 0, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["authorOptions"] = { { ["text"] = "", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 1, }, }, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Trinket_1_Hunter 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = 1, ["x"] = 1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/AU9DH6bo7/8", }, ["05 Ashen Asphyxiation Debuff"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "428946", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "aS27clu)6rH", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Ashen Asphyxiation Debuff", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["03 Vile Occultist Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 0.98039215686275, 0.93333333333333, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "181113", }, ["auranames"] = { "339251", }, ["duration"] = "7.5", ["unit"] = "player", ["use_sourceNpcId"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["auraspellids"] = { "339251", }, ["fetchTooltip"] = false, ["event"] = "Combat Log", ["unevent"] = "timed", ["sourceNpcId"] = "165763", ["use_spellId"] = true, ["spellIds"] = { }, ["names"] = { }, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "combatlog", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Occultists", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3601541", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "EfbCjoC05(v", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Vile Occultist Spawn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Brackenhide Hollow - Cleave's & Frontal's"] = { ["controlledChildren"] = { "[BHH] Ragestorm (Cleave)", "[BHH] Bladestorm (Cleave)", "[BHH] Violent Whirlwind (Cleave)", "[BHH] Stink Breath (Frontal)", "[BHH] Vine Whip (Frontal)", "[BHH] Necrotic Breath (Frontal)", "[BHH] Choking Rotcloud (Frontal)", "[BHH] Gushing Ooze (Frontal)", "[BHH] Grasping Vines (RUN)", "[BHH] Stomp (Get Out)", "[BHH] Burst (Get Out)", "[BHH] Wild Onslaught (Kite)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578412, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Brackenhide Hollow - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "E2xZUH9BRXj", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["09 Ricocheting Shuriken Cast On You"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss, UNIT_SPELLCAST_FAILED:boss, UNIT_SPELLCAST_INTERRUPTED:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, _, spellID) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,_,expirationTime,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and guid\n and aura_env.spellIDs[spellId]\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = expirationTime / 1000 - GetTime(),\n expirationTime = expirationTime / 1000,\n unit = unit,\n autoHide = true,\n }\n return true\n end\n end\n if (\n event == \"UNIT_SPELLCAST_SUCCEEDED\"\n or event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_FAILED\"\n or event == \"UNIT_SPELLCAST_INTERRUPTED\"\n ) \n and unit\n and UnitExists(unit)\n and spellID\n and aura_env.spellIDs[spellID]\n then\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_t_time_precision"] = 1, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_t_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_unit_color"] = "class", ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_text_format_tooltip1_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 134427, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "CQuh)GvXBd4", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [343086] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Ricocheting Shuriken Cast On You", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[NL] Blightshard Shaper (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "26805", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["names"] = { }, ["use_absorbMode"] = true, ["event"] = "Cast", ["unit"] = "nameplate", ["use_npcId"] = false, ["use_interruptible"] = true, ["spellIds"] = { }, ["spellNames"] = { 186269, }, ["use_spellNames"] = true, ["subeventPrefix"] = "", ["use_unit"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764706671238, 0.96862751245499, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] Blightshard Shaper (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "ZQbgq4L4yD(", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["01 Hungering Mist Transition "] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = 347679, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["duration"] = "", ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["custom_hide"] = "timed", ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_STOP:boss1", ["use_spellId"] = false, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 347679\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n elseif event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 347679 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["spellIds"] = { }, ["check"] = "event", ["names"] = { }, ["type"] = "custom", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.counter = 4", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.07843137254902, ["type"] = "none", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Hungering Mist Transition ", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "MjYpoAazezg", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778230, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Chrono Loop 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["useGroup_count"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["group_count"] = "1", ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["group_countOperator"] = ">=", ["names"] = { }, ["type"] = "aura2", ["spellName"] = 19577, ["unevent"] = "auto", ["duration"] = "1", ["useName"] = true, ["event"] = "Cooldown Progress (Spell)", ["auranames"] = { "383005", }, ["realSpellName"] = "Intimidation", ["use_spellName"] = true, ["spellIds"] = { }, ["unit"] = "multi", ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["use_track"] = true, ["ownOnly"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 383005, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Chrono Loop", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["useTooltip"] = false, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["anchorFrameFrame"] = "WeakAuras:Conter_Shot_Alt", ["internalVersion"] = 75, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.84313732385635, 0.68627452850342, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["authorOptions"] = { }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["use_level"] = false, ["pvptalent"] = { ["single"] = 14, ["multi"] = { [14] = true, }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 383005, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["parent"] = "Evoker [Utility]", ["icon"] = true, ["uid"] = "eXWfBJbMM86", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["anchorFrameParent"] = false, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Chrono Loop 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = true, ["adjustedMin"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = false, ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Ultimate Mouse Cursor"] = { ["controlledChildren"] = { "MC Mouseover Target Name", "Mouse Cursor Dot", "MC Distance 1", "MC Distance 2", "MC Distance 3", "MC Distance 4", "MC Distance 1 Reverse", "MC Distance 2 Reverse", "MC Distance 3 Reverse", "MC Distance 4 Reverse", "Mouse Cursor", "Health-Circle", "Mana-Circle", "HealthPet-Circle", "Outline", "Health-Corner", "Power-Corner", "GCD-Circle", "Cast-Circle", "Swing-Circle", "Cast-Bar", "GCD-Bar", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "ZbjlsgMkp", ["parent"] = "CommonUI", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["selfPoint"] = "BOTTOMLEFT", ["desc"] = "Cursor reticle for cast and GCD.", ["version"] = 46, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 0.85, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["borderInset"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "1.2.9", ["tocversion"] = 90200, ["id"] = "Ultimate Mouse Cursor", ["alpha"] = 1, ["frameStrata"] = 5, ["anchorFrameType"] = "MOUSE", ["groupIcon"] = 878211, ["uid"] = "Jy16uE7Jjvk", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["conditions"] = { }, ["information"] = { ["ignoreOptionsEventErrors"] = true, ["forceEvents"] = true, ["groupOffset"] = true, }, ["xOffset"] = 0, }, ["04 Grasp of Malice"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = 353332, ["auranames"] = { "350388", }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["use_specific_unit"] = true, ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["event"] = "Cast", ["spellIds"] = { }, ["events"] = "UNIT_SPELLCAST_START:boss1", ["use_spellId"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if unit\n and spellID == 355123 then\n local _, _, _, startMS, endMS, _, _, _, spellId = UnitCastingInfo(unit)\n if endMS and startMS then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000),\n expirationTime = (endMS/1000),\n autoHide = true,\n } \n return true\n end\n end\n end\nend", ["auraspellids"] = { }, ["check"] = "event", ["type"] = "custom", ["names"] = { }, ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.050980392156863, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Grasp of Malice", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "RqApBqqEhle", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1115906, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Versatile Diamond"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220374, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220374\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Versatile Diamond", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "85GpCpbjRFA", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "134095", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Auto Voter (CHEAT MODE)"] = { ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = -70, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\naura_env.imposterAuraId = (aura_env.config.debugMode and 48018) or 360759\naura_env.addonMessageType = (aura_env.config.debugMode and \"GUILD\") or \"RAID\"\naura_env.isActive = false\n\n\naura_env.activate = function(aura_env)\n if aura_env.isActive then\n return\n end\n \n C_Timer.After(2, function()\n WeakAuras.ScanEvents(\"AEON_AUTO_VOTE\", \"nil\")\n end)\n aura_env.isActive = true\nend\n\naura_env.deactivate = function(aura_env)\n aura_env.isActive = false\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["custom_type"] = "event", ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["custom"] = "function(event, ...)\n if (not aura_env.config.enableCheatMode) then\n return false\n end\n \n -- Main trigger conditions\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" and spellID == aura_env.spellId then\n aura_env:activate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_DBG_S\" then\n aura_env:activate()\n return true\n end\n end\n \n -- Event listeners\n if not aura_env.isActive then\n return false\n elseif event == \"AEON_AUTO_VOTE\" then\n -- Vote for yourself 3 times if you have the \"hidden\" imposter aura\n if GetPlayerAuraBySpellID(aura_env.imposterAuraId) then\n C_ChatInfo.SendAddonMessage(\"AEON_IVOTE\", UnitGUID(\"player\"), aura_env.addonMessageType)\n C_ChatInfo.SendAddonMessage(\"AEON_IVOTE\", UnitGUID(\"player\"), aura_env.addonMessageType)\n C_ChatInfo.SendAddonMessage(\"AEON_IVOTE\", UnitGUID(\"player\"), aura_env.addonMessageType)\n end\n end\nend", ["events"] = "CHAT_MSG_ADDON, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, AEON_AUTO_VOTE", ["check"] = "event", ["unit"] = "player", ["subeventPrefix"] = "", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n aura_env:deactivate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"AEON_DBG_E\" then\n aura_env:deactivate()\n return true\n end\n end\nend", }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 35, ["load"] = { ["use_encounterid"] = true, ["class"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["adjustedMax"] = "", ["icon"] = true, ["cooldown"] = false, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/dW5U0N3HP/22", ["selfPoint"] = "CENTER", ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["adjustedMin"] = "", ["parent"] = "Aeon Remnants - Among Us Helper", ["cooldownTextDisabled"] = false, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Auto Voter (CHEAT MODE)", ["color"] = { 1, 1, 1, 0, }, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["uid"] = "93zOLL0aNsg", ["inverse"] = false, ["xOffset"] = 0, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Tip the Scales"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "370553", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Tip the Scales", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 370553, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 370553, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "zxnwpQgM23t", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Tip the Scales", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["09 Cloud of Carrion"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["unit"] = "player", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { "360012", "366574", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transferable", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%tooltip1", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "fM3dedGhhGI", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "09 Cloud of Carrion", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Evoker [Resources]"] = { ["controlledChildren"] = { "Evoker_Essence_Burst_Overlay", "Evoker_Mana_Bar", "Hover_Bar", "Hover_Bar_1", "Hover_Bar_2", "Hover_Buff", "Evoker Essence Group by Buds™_6", "Evoker Essence Group by Buds™_5", "Disintegrate Ticks", "Evoker_CastBar", "Evoker_CastBar 3", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = "4574311", ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 8, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["selfPoint"] = "CENTER", ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker [Resources]", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "Evoker [Afenar] || Updated for 10.1.5", ["uid"] = "oudBnYWdgdb", ["config"] = { }, ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["yOffset"] = 0, }, ["02 Rend Dot (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["parent"] = "Sepulcher (wago.io/slraid3)", ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "359981", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 0, 0.011764705882353, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["anchorXOffset"] = 0, ["text_text_format_c_format"] = "none", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["uid"] = "xu)PVYA5ox9", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Rend Dot (Tank)", ["adjustedMin"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/slraid3/64", }, ["07 World in Flames Cast"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { "RP 1", }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["spellNames"] = { 422172, }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 1786407, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "zUdO34C6iLn", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 World in Flames Cast", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["MC Distance 3"] = { ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["default"] = 1, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["compress"] = false, ["alpha"] = 1, ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_absorbMode"] = true, ["range"] = "30", ["names"] = { }, ["use_showHealAbsorb"] = false, ["range_operator"] = ">=", ["spellName"] = 0, ["genericShowOn"] = "showOnCooldown", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["unit"] = "target", ["event"] = "Range Check", ["use_unit"] = true, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["realSpellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["custom_hide"] = "custom", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["unit"] = "player", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 2 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 170, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["xOffset"] = 0, ["crop_x"] = 0.41, ["user_y"] = 0, ["parent"] = "Ultimate Mouse Cursor", ["anchorPoint"] = "CENTER", ["fontSize"] = 12, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["width"] = 30, ["slantFirst"] = false, ["semver"] = "1.2.9", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["id"] = "MC Distance 3", ["auraRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["startAngle"] = 100, ["tocversion"] = 90205, ["inverse"] = true, ["uid"] = "f19iYDKc2nH", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["AUG_Inferno's Blessing"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "410261", }, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["group_count"] = "1", ["debuffType"] = "HELPFUL", ["group_countOperator"] = ">=", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = false, ["event"] = "Health", ["matchesShowOn"] = "showOnActive", ["useName"] = true, ["unit"] = "player", ["spellIds"] = { 19574, }, ["useGroup_count"] = true, ["duration"] = "1", ["combineMatches"] = "showLowest", ["names"] = { "Звериный гнев", }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_visible"] = false, ["text_text_format_p_time_mod_rate"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [115495] = true, [87596] = false, [410261] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 382266, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "Uq7Hra6enWp", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Inferno's Blessing", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = false, ["parent"] = "Evoker [Dynamic]", ["displayIcon"] = 612099, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Ouroboros"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Ouroboros", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 369990, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["cooldownEdge"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["authorOptions"] = { }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Ouroboros", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["uid"] = "fDtGsu)BdUW", ["inverse"] = false, ["icon"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Barreling Charge (Others)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_message"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = false, ["useName"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["group_countOperator"] = ">", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "420948", }, ["unit"] = "group", ["subeventSuffix"] = "_CAST_START", ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "420948", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["debuffType"] = "HARMFUL", ["useName"] = false, ["auranames"] = { }, ["auraspellids"] = { "423420", }, ["useExactSpellId"] = true, ["matchesShowOn"] = "showAlways", ["type"] = "aura2", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) return t[1] and t[2] end", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%unit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_visible"] = true, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "GX0RYiHXmN0", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Barreling Charge (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[BHH] Gushing Ooze (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["default"] = "", ["multiline"] = false, ["length"] = 10, ["name"] = "NPC IDs (separate by space)", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["useDesc"] = false, ["name"] = "Self", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["useDesc"] = false, ["name"] = "Party members", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["useDesc"] = false, ["name"] = "Non players", ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["collapse"] = false, ["name"] = "Blacklist", ["key"] = "blacklist", ["limitType"] = "none", ["groupType"] = "simple", ["type"] = "group", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", ["key"] = "hideName", ["useDesc"] = true, ["name"] = "Hide names", ["width"] = 1, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["name"] = "Update throttle (milliseconds)", ["default"] = 100, }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["glow_type"] = "ACShine", ["do_custom"] = false, ["sound_channel"] = "Dialog", }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "g432", ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_zoneIds"] = true, ["class"] = { ["multi"] = { }, }, ["class_and_spec"] = { }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Brackenhide Hollow - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["barColor2"] = { 1, 1, 0, 1, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["spellNames"] = { 373872, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["use_unit"] = true, ["use_exact_spellId"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "nameplate", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 25, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_legacy_floor"] = true, }, { ["type"] = "subborder", ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["border_size"] = 25, }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["zoom"] = 0, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["width"] = 250.00003051758, ["desaturate"] = false, ["mirror"] = false, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["uid"] = "xkxD5SBYW6Q", ["justify"] = "LEFT", ["icon_side"] = "LEFT", ["icon"] = true, ["displayText_format_p_time_precision"] = 1, ["sparkHeight"] = 30, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["sparkRotationMode"] = "AUTO", ["semver"] = "10.1.16", ["xOffset"] = -1.52587890625e-05, ["id"] = "[BHH] Gushing Ooze (Frontal)", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["inverse"] = false, ["config"] = { ["hideName"] = false, ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, ["npcID"] = "", ["updateThrottle"] = 100, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_action"] = "show", ["glow_frequency"] = 0, ["glow_frame_type"] = "NAMEPLATE", ["glow_border"] = false, ["glow_length"] = 6, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_lines"] = 25, ["glow_thickness"] = 6, }, ["property"] = "glowexternal", }, }, }, }, ["cooldown"] = false, ["automaticWidth"] = "Auto", }, ["BRezz Background"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "description", ["text"] = "Boss Encounter", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["values"] = { "BW", "DBM", "ERT", }, ["default"] = 1, ["key"] = "myEncounter", ["useDesc"] = false, ["name"] = "", ["width"] = 0.5, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "description", ["text"] = "Pulltimes", ["fontSize"] = "large", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullA", ["name"] = "Pull 1", ["default"] = 0, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullB", ["name"] = "Pull 2", ["default"] = 10, }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 60, ["step"] = 1, ["width"] = 0.4, ["min"] = 1, ["key"] = "pullC", ["name"] = "Pull 3", ["default"] = 15, }, { ["type"] = "toggle", ["key"] = "showalways", ["default"] = false, ["useDesc"] = false, ["name"] = "Debugging", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 53, ["anchorPoint"] = "CENTER", ["sameTexture"] = true, ["url"] = "https://wago.io/rJNoy5wRX/8", ["backgroundColor"] = { 0.03921568627451, 0.03921568627451, 0.03921568627451, 0.70000001788139, }, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["flexible"] = true, ["fortyman"] = true, ["ten"] = true, ["twentyfive"] = true, ["twenty"] = true, ["party"] = true, }, }, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_size"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["useAdjustededMin"] = false, ["crop"] = 0.41, ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White", ["tocversion"] = 90001, ["alpha"] = 1, ["config"] = { ["pullA"] = 3, ["showalways"] = false, ["pullB"] = 10, ["pullC"] = 15, ["myEncounter"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "rJNoy5wRX", ["parent"] = "RaidTools_WLNO", ["customText"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["genericShowOn"] = "showOnActive", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["event"] = "Conditions", ["use_unit"] = true, ["custom_type"] = "event", ["spellIds"] = { }, ["custom"] = "function(event,arg1)\n \n if event == \"ENCOUNTER_START\" and arg1 then\n aura_env.EStart = true\n return true\n elseif event == \"ENCOUNTER_END\" and not C_ChallengeMode.IsChallengeModeActive() and arg1 then\n aura_env.EStart = false\n return false\n elseif event == \"CHALLENGE_MODE_START\" then\n aura_env.EStart = true\n return true\n elseif event == \"WA_DELAYED_PLAYER_ENTERING_WORLD\" and C_ChallengeMode.IsChallengeModeActive() then\n -- if you open WA options mid M+\n aura_env.EStart = true\n return true\n end\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["names"] = { }, ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, WA_DELAYED_PLAYER_ENTERING_WORLD, CHALLENGE_MODE_START, CHALLENGE_MODE_COMPLETED", ["subeventPrefix"] = "SPELL", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event)\n \n --Triggers when a raid encounter ends\n if (event == \"ENCOUNTER_END\" and not C_ChallengeMode.IsChallengeModeActive()) or event == \"CHALLENGE_MODE_COMPLETED\" then\n -- only hide when encounter has ended\n return true \n elseif event == \"WA_DELAYED_PLAYER_ENTERING_WORLD\" and C_ChallengeMode.IsChallengeModeActive() then\n return true\n else\n return false\n end \nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["useAdjustedMin"] = false, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "0.2", ["alphaType"] = "straight", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_translate"] = false, ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0.2, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["colorB"] = 1, ["rotate"] = 0, ["easeStrength"] = 3, ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["colorA"] = 1, ["rotate"] = 0, ["duration_type"] = "seconds", ["easeStrength"] = 3, }, ["finish"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "straight", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0.2, ["y"] = 0, ["x"] = 0, ["colorA"] = 1, ["duration"] = "0.2", ["rotate"] = 0, ["easeStrength"] = 3, ["duration_type"] = "seconds", }, }, ["stickyDuration"] = false, ["discrete_rotation"] = 0, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 29.999954223633, ["rotate"] = true, ["useAdjustededMax"] = false, ["backgroundTexture"] = "450915", ["source"] = "import", ["regionType"] = "progresstexture", ["useAdjustedMax"] = false, ["mirror"] = false, ["uid"] = "xcRjzbTxaiy", ["adjustedMin"] = "", ["crop_x"] = 0.51, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["adjustedMax"] = "", ["crop_y"] = 0.51, ["width"] = 110.65567016602, ["fontSize"] = 12, ["semver"] = "2.0.6", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["id"] = "BRezz Background", ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["auraRotation"] = 0, ["color"] = { 0, 0, 0, 0.75, }, ["inverse"] = false, ["compress"] = false, ["orientation"] = "VERTICAL", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["foregroundColor"] = { 0.23921568627451, 0.21960784313726, 0.21960784313726, 0.59000000357628, }, }, ["02 Shades of Bargast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["npcId"] = "169457", ["spellId"] = 334757, ["auranames"] = { }, ["duration"] = "1", ["names"] = { }, ["use_unit"] = true, ["custom_hide"] = "timed", ["debuffType"] = "HARMFUL", ["unit"] = "boss", ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss", ["fetchTooltip"] = false, ["event"] = "Cast", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if unit\n and spellID == 334757 then\n local _, _, _, startMS, endMS, _, _, _, spellId = UnitCastingInfo(unit)\n if spellId and spellId == spellID then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000) + 2.5,\n expirationTime = (endMS/1000) + 2.5,\n autoHide = true,\n } \n return true\n end\n end\n end\nend", ["use_npcId"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["check"] = "event", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "CC Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", ["multi"] = { ["HEALER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1709932, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "va1)8mhIAbt", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\CC.ogg", ["do_custom"] = false, ["do_sound"] = true, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "02 Shades of Bargast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Hand of Destruction"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "361789", }, ["auranames"] = { }, ["duration"] = "6", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_genericShowOn"] = true, ["use_absorbMode"] = true, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["spellName"] = { 0, }, ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136225, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "1nC1UpJV2B7", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Hand of Destruction", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["05 Ashen Asphyxiation"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "428946", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "OcBJg(BSvXq", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Ashen Asphyxiation", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Molten Barrier Shield"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["npcId"] = "", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { "397383", }, ["useExactSpellId"] = true, ["fetchTooltip"] = true, ["event"] = "Health", ["names"] = { }, ["use_npcId"] = false, ["use_spellId"] = false, ["spellIds"] = { }, ["use_showAbsorb"] = false, ["castType"] = "cast", ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "target", }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "", ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["use_castType"] = false, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "409696", }, ["use_absorbHealMode"] = true, ["fetchTooltip"] = true, ["event"] = "Health", ["use_showAbsorb"] = false, ["use_npcId"] = false, ["use_spellId"] = false, ["spellIds"] = { }, ["castType"] = "cast", ["useName"] = false, ["useExactSpellId"] = true, ["unit"] = "target", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Absorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.tooltip1", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_absorb_format"] = "BigNumber", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_text_format_1._format"] = "none", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_1.tooltip1_format"] = "BigNumber", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_anchorPoint"] = "CENTER", ["text_text_format_absorb_big_number_format"] = "AbbreviateNumbers", ["text_text_format_1.tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_text_format_p_time_mod_rate"] = true, ["text_visible"] = true, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorXOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_n_format"] = "none", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 463286, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "oh4v4xtf1CC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Molten Barrier Shield", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Bilescourge_Bombers"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "target", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["use_showOn"] = true, ["names"] = { "Блуждающий дух", }, ["event"] = "Cooldown Progress (Spell)", ["ownOnly"] = true, ["realSpellName"] = "Bilescourge Bombers", ["use_spellName"] = true, ["spellIds"] = { 48181, }, ["duration"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 267211, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 267211, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { [264874] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 267211, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_warlock_calldreadstalkers", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Bilescourge_Bombers", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "wK24Mal6xrh", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Rush of Vitality 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "377088", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 377086, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "M4Ce4yPkwpx", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Rush of Vitality 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["04 Aura of Spite"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", ["custom_type"] = "stateupdate", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED, CAUSESE_SPITEAURA, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and aura_env.spellIDs[spellID] then\n aura_env.timer = C_Timer.NewTimer(11, function() WeakAuras.ScanEvents(\"CAUSESE_SPITEAURA\", \"nilcheck\") end)\n elseif subEvent == \"SPELL_AURA_REMOVED\"\n and aura_env.spellIDs[spellID] then\n if aura_env.timer then\n aura_env.timer:Cancel()\n end\n local state = allstates[\"spite\"]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n elseif event == \"CAUSESE_SPITEAURA\" and ... then\n if aura_env.timer then\n aura_env.timer:Cancel()\n end\n aura_env.timer = C_Timer.NewTimer(15, function() WeakAuras.ScanEvents(\"CAUSESE_SPITEAURA\", \"nilcheck\") end)\n allstates[\"spite\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n autoHide = true,\n }\n return true\n elseif event == \"ENCOUNTER_START\" then\n if aura_env.timer then\n aura_env.timer:Cancel()\n end\n end\nend", ["names"] = { }, ["check"] = "event", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Pools Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2432", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { }, ["finish"] = { ["custom"] = "if not IsEncounterInProgress() and aura_env.timer then\n aura_env.timer:Cancel()\nend", ["do_custom"] = true, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [354441] = true,\n [354439] = true,\n [354440] = true,\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["useTooltip"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Aura of Spite", ["color"] = { 1, 1, 1, 1, }, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["cooldownEdge"] = false, ["uid"] = "(5lDDjzPHVn", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1121022, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["05 Windswept Wings"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_track"] = true, ["message_operator"] = "find('%s')", ["duration"] = "11.8", ["type"] = "event", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["use_spellName"] = true, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["realSpellName"] = 0, ["use_genericShowOn"] = true, ["event"] = "Chat Message", ["spellName"] = 0, ["message"] = "spell:361278", ["use_spellId"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["use_message"] = true, ["unit"] = "boss", ["use_messageType"] = true, ["messageType"] = "CHAT_MSG_RAID_BOSS_EMOTE", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Winds", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2103870, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "lTVX4yju4KJ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Windswept Wings", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Filth Cast (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350388", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_STOP:boss", ["spellName"] = 0, ["spellIds"] = { }, ["use_spellId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["useName"] = false, ["event"] = "Cast", ["auraspellids"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 351589\n and not UnitIsUnit(unit..\"target\", \"player\")\n and IsItemInRange(32321, unit)\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 351589 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["custom_hide"] = "timed", ["check"] = "event", ["matchesShowOn"] = "showOnMissing", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["instance_type"] = { }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.49411764705882, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "custom", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Filth Cast (Others)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "N19g1OZAZbw", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528298, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["NoMinion"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_unit"] = true, ["rem"] = "5", ["duration"] = "1", ["use_alive"] = true, ["subeventPrefix"] = "SPELL", ["ownOnly"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["health"] = "1", ["spellIds"] = { 108416, }, ["spellName"] = 196447, ["debuffType"] = "HELPFUL", ["health_operator"] = ">", ["event"] = "Conditions", ["use_HasPet"] = false, ["custom_hide"] = "timed", ["use_showOn"] = true, ["type"] = "unit", ["use_health"] = true, ["subeventSuffix"] = "_CAST_START", ["use_vehicle"] = false, ["percenthealth"] = "35", ["countOperator"] = "<", ["unevent"] = "auto", ["realSpellName"] = "Направленный демонический огонь", ["use_spellName"] = true, ["count"] = "9", ["use_genericShowOn"] = true, ["remOperator"] = ">=", ["use_percenthealth"] = true, ["percenthealth_operator"] = "<=", ["names"] = { "Темный пакт", }, }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["unit"] = "target", ["spellName"] = 196447, }, }, { ["trigger"] = { ["useGroup_count"] = false, ["matchesShowOn"] = "showOnMissing", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["names"] = { "Гримуар жертвоприношения", }, ["ownOnly"] = true, ["spellIds"] = { 196099, }, ["type"] = "aura2", ["auranames"] = { "196099", }, ["combineMatches"] = "showLowest", ["unit"] = "player", ["buffShowOn"] = "showOnMissing", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "Demon :C", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_fontType"] = "OUTLINE", ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration"] = "1", ["colorB"] = 1, ["colorG"] = 1, ["use_translate"] = true, ["colorA"] = 1, ["scaley"] = 1, ["type"] = "none", ["easeStrength"] = 3, ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["use_color"] = false, ["alpha"] = 0, ["x"] = -1, ["y"] = 1, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["translateType"] = "spiralandpulse", ["colorFunc"] = "", ["rotate"] = 0, ["scalex"] = 1, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 19, ["multi"] = { [17] = true, [16] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["faction"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136082, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "NoMinion", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "o7)25p2otxe", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Outbreak", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Asynchronized Cogwheel Gem"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223904, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223904\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Asynchronized Cogwheel Gem", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "sOVx39hyALC", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "134063", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Experience Bar - Luxthos"] = { ["sparkWidth"] = 10, ["iconSource"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Played Time Text", ["useDesc"] = true, ["key"] = "leveltime-text", ["desc"] = "Enabling this will give you the time played at this level or total at max level.", }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Session Time Text", ["useDesc"] = true, ["key"] = "sessiontime-text", ["desc"] = "Enabling this will give you the time spent in this current session.", }, { ["type"] = "toggle", ["key"] = "showxphour-text", ["default"] = true, ["name"] = "Leveling Time & XP/Hour Text", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Completed & Rested Text", ["useDesc"] = true, ["key"] = "questrested-text", ["desc"] = "Enabling this will give you Completed and Rested text information at the bottom of the Experience Bar.", }, { ["type"] = "toggle", ["key"] = "showincompletequest-bar", ["default"] = false, ["name"] = "Show Incomplete Quests Bar", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showmaxlevel", ["default"] = false, ["name"] = "Show Bar at Max Level", ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "reset_reload", ["default"] = false, ["name"] = "Reset Session Time and XP/Hour on Reload UI", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hide_xpbar", ["default"] = false, ["name"] = "Hide Default Experience Bar (Retail)", ["useDesc"] = false, ["width"] = 2, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosExperienceBar/40", ["actions"] = { ["start"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { ["hide_all_glows"] = false, }, ["init"] = { ["custom"] = "local aura_env = aura_env\n\naura_env.timerHandler = aura_env.timerHandler or nil\n\naura_env.GetSavedVars = function()\n local WAS = aura_env.saved or {}\n aura_env.saved = WAS\n \n WAS.session = WAS.session or {}\n \n WAS.session.gainedXP = WAS.session.gainedXP or 0\n WAS.session.lastXP = WAS.session.lastXP or UnitXP(\"player\")\n WAS.session.maxXP = WAS.session.maxXP or UnitXPMax(\"player\")\n WAS.session.startTime = WAS.session.startTime or time()\n WAS.session.realTotalTime = WAS.session.realTotalTime or 0\n WAS.session.realLevelTime = WAS.session.realLevelTime or 0\n WAS.session.lastTimePlayedRequest = WAS.session.lastTimePlayedRequest or 0\n \n return WAS\nend\n\naura_env.level = UnitLevel(\"player\")\naura_env.isPlayerMaxLevel = aura_env.level >= GetMaxLevelForExpansionLevel(GetExpansionLevel())\n\nif not IsXPUserDisabled then\n IsXPUserDisabled = function() return false end\nend\n\nlocal GetNumQuestLogEntries = C_QuestLog.GetNumQuestLogEntries or GetNumQuestLogEntries\nlocal GetQuestIDForLogIndex = C_QuestLog.GetQuestIDForLogIndex or function(i)\n return select(8, GetQuestLogTitle(i))\nend\nlocal SelectQuestLogEntry = SelectQuestLogEntry or function() end\nlocal IsQuestComplete = C_QuestLog.IsComplete or IsQuestComplete\nlocal QuestReadyForTurnIn = C_QuestLog.ReadyForTurnIn or function(questID) return false end\n\naura_env.UpdateQuestXP = function()\n local numQ = GetNumQuestLogEntries()\n local questXP = 0\n local completeXP = 0\n local incompleteXP = 0\n local questID, rewardXP\n local selQ = 0\n local GetQuestLogRewardXP = GetQuestLogRewardXP or function(questID)\n return 0\n end\n \n if GetQuestLogSelection then\n selQ = GetQuestLogSelection()\n end\n \n for i = 1, numQ do\n SelectQuestLogEntry(i)\n questID = GetQuestIDForLogIndex(i)\n \n if questID > 0 then\n rewardXP = GetQuestLogRewardXP(questID) or 0\n \n if rewardXP > 0 then\n questXP = questXP + rewardXP\n \n if IsQuestComplete(questID) or QuestReadyForTurnIn(questID) then\n completeXP = completeXP + rewardXP\n else\n incompleteXP = incompleteXP + rewardXP\n end\n end\n end\n end\n \n aura_env.questXP = questXP\n aura_env.completeXP = completeXP\n aura_env.incompleteXP = incompleteXP\n \n if selQ > 0 then\n SelectQuestLogEntry(selQ)\n StaticPopup_Hide(\"ABANDON_QUEST\")\n StaticPopup_Hide(\"ABANDON_QUEST_WITH_ITEMS\")\n \n if QuestLogControlPanel_UpdateState then\n local SetAbandonQuest = SetAbandonQuest or function() end\n \n QuestLogControlPanel_UpdateState()\n SetAbandonQuest()\n end\n end\nend\n\naura_env.UpdateQuestXP()\n\naura_env.round = function(num, decimals)\n local mult = 10^(decimals or 0)\n \n return Round(num * mult) / mult\nend\n\naura_env.FormatTime = function(time, format)\n if time <= 59 then\n return \"< 1m\"\n end\n \n local d, h, m, s = ChatFrame_TimeBreakDown(time)\n local t = format or \"%dd %hh %mm\" --\"%d:%H:%M:%S\"\n \n \n local pad = function(v)\n return v < 10 and \"0\" .. v or v\n end\n \n local subs = {\n [\"%%D([Dd]?)\"] = d > 0 and (pad(d) .. \"%1\") or \"\",\n [\"%%d([Dd]?)\"] = d > 0 and (d .. \"%1\") or \"\",\n [\"%%H([Hh]?)\"] = (d > 0 or h > 0) and (pad(h) .. \"%1\") or \"\",\n [\"%%h([Hh]?)\"] = (d > 0 or h > 0) and (h .. \"%1\") or \"\",\n [\"%%M([Mm]?)\"] = pad(m) .. \"%1\",\n [\"%%m([Mm]?)\"] = m .. \"%1\",\n [\"%%S([Ss]?)\"] = pad(s) .. \"%1\",\n [\"%%s([Ss]?)\"] = s .. \"%1\",\n }\n \n for k,v in pairs(subs) do\n t = t:gsub(k, v)\n end\n \n -- Remove trailing spaces/zeroes/symbols\n return strtrim(t:gsub(\"^%s*0*\", \"\"):gsub(\"^%s*[DdHhMm]\", \"\"), \" :/-|\")\nend\n\naura_env.tickerRTP = aura_env.tickerRTP or nil\naura_env.requestingTimePlayed = false\n\naura_env.ClearTickerRTP = function()\n if aura_env.tickerRTP then\n aura_env.tickerRTP:Cancel()\n aura_env.tickerRTP = nil\n end\n \n aura_env.requestingTimePlayed = false\nend\n\naura_env.RequestTimePlayed = function()\n if not aura_env.requestingTimePlayed then\n aura_env.ClearTickerRTP()\n \n aura_env.requestingTimePlayed = true\n \n aura_env.tickerRTP = C_Timer.NewTimer(0.5, function() RequestTimePlayed() end)\n end\nend\n\naura_env.customTexts = {\n c1 = \"Level \" .. aura_env.level,\n c2 = \"0 / 0 (0)\",\n c3 = \"0%\",\n c4 = \"\",\n c5 = \"\",\n c6 = \"\",\n c7 = \"\",\n}\n\naura_env.UpdateCustomTexts = function(state)\n local c1, c2, c3, c4, c5, c6, c7\n local s = state or aura_env.state\n local cfg = aura_env.config\n local round = aura_env.round\n local isMaxLevel = aura_env.isPlayerMaxLevel\n \n c1 = \"Level \" .. (s.level or UnitLevel(\"player\"))\n \n if isMaxLevel then\n c2 = \"Max Level\"\n else\n c2 = string.format(\"%s / %s (%s)\", FormatLargeNumber(s.currentXP or 0), FormatLargeNumber(s.totalXP or 0), FormatLargeNumber(s.remainingXP or 0))\n end\n \n c3 = string.format(\"%s%%\" .. ((s.percentcomplete or 0) > 0 and \" (%s%%)\" or \"\"), round(s.percentXP or 0, 1), round(s.totalpercentcomplete or 0, 1))\n \n if not isMaxLevel then\n if cfg[\"showxphour-text\"] then\n local hourlyXP = s.hourlyXP or 0\n \n c4 = string.format(\"Leveling in: %s (%s%s XP/Hour)\", s.timeToLevelText or \"\", hourlyXP > 10000 and round(hourlyXP / 1000, 1) or FormatLargeNumber(hourlyXP), hourlyXP > 10000 and \"K\" or \"\")\n end\n \n if cfg[\"questrested-text\"] then\n c5 = string.format(\"Completed: |cFFFF9700%s%%|r - Rested: |cFF4F90FF%s%%|r\", round(s.percentcomplete or 0, 1), round(s.percentrested or 0, 1))\n end\n end\n \n if cfg[\"leveltime-text\"] then\n if isMaxLevel then\n c6 = \"Time played: \" .. (s.totalTimeText or \"\")\n else\n c6 = \"Time this level: \" .. (s.levelTimeText or \"\")\n end\n end\n \n if cfg[\"sessiontime-text\"] then\n c7 = \"Time this session: \" .. (s.sessionTimeText or \"\")\n end\n \n aura_env.customTexts = {\n c1 = c1,\n c2 = c2,\n c3 = c3,\n c4 = c4,\n c5 = c5,\n c6 = c6,\n c7 = c7,\n }\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "TOP", ["barColor"] = { 0.33725491166115, 0.38823533058166, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["level_operator"] = { "<", }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["use_level"] = false, ["level"] = { "80", }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["overlayclip"] = true, ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { ["leveltime-text"] = true, ["sessiontime-text"] = true, ["showxphour-text"] = true, ["questrested-text"] = true, ["showincompletequest-bar"] = false, ["reset_reload"] = false, ["hide_xpbar"] = true, ["showmaxlevel"] = false, }, ["displayIcon"] = 894556, ["sparkOffsetX"] = 0, ["wagoID"] = "3GaU4Ttxj", ["parent"] = "Luxthos - Experience Group", ["customText"] = "function()\n local t = aura_env.customTexts\n \n return t.c1, t.c2, t.c3, t.c4, t.c5, t.c6, t.c7\nend", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["unit"] = "player", ["customOverlay1"] = "", ["use_genericShowOn"] = true, ["custom_hide"] = "custom", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["events"] = "LWA_EXPERIENCE_UPDATE", ["type"] = "custom", ["use_spellName"] = true, ["subeventSuffix"] = "", ["realSpellName"] = 0, ["unevent"] = "timed", ["event"] = "Combat Log", ["spellName"] = { 0, }, ["customDuration"] = "", ["customName"] = "", ["custom"] = "function(allstates, event, ...)\n local cfg = aura_env.config\n local show = cfg[\"showmaxlevel\"] or not aura_env.isPlayerMaxLevel\n \n allstates[\"\"] = allstates[\"\"] or { show = false }\n \n if show then\n local WAS = aura_env.GetSavedVars()\n local level = aura_env.level or UnitLevel(\"player\")\n local totalTime = WAS.session.realTotalTime or 0\n local levelTime = WAS.session.realLevelTime or 0\n local currentTime = time()\n local sessionTime = 0\n local gainedXP = WAS.session.gainedXP or 0\n local coeff, hourlyXP, timeToLevel = 0, 0, 0\n \n local currentXP = UnitXP(\"player\") or 0\n local totalXP = UnitXPMax(\"player\") or 0\n local remainingXP = totalXP - currentXP\n local restedXP = GetXPExhaustion() or 0\n local questXP = aura_env.questXP or 0\n local completeXP = aura_env.completeXP or 0\n local incompleteXP = aura_env.incompleteXP or 0\n \n if cfg[\"leveltime-text\"] and WAS.session.lastTimePlayedRequest > 0 then\n totalTime = currentTime - WAS.session.lastTimePlayedRequest + WAS.session.realTotalTime\n levelTime = currentTime - WAS.session.lastTimePlayedRequest + WAS.session.realLevelTime\n end\n \n if cfg[\"sessiontime-text\"] or cfg[\"showxphour-text\"] then\n if WAS.session.startTime > 0 then\n sessionTime = currentTime - WAS.session.startTime\n \n coeff = sessionTime / 3600\n \n if coeff > 0 and gainedXP > 0 then\n hourlyXP = ceil(gainedXP / coeff)\n timeToLevel = ceil(remainingXP / hourlyXP * 3600)\n end\n end\n end\n \n allstates[\"\"] = {\n show = true,\n changed = true,\n progressType = \"static\",\n value = currentXP,\n total = totalXP,\n \n -- Usable Variables\n level = level,\n currentXP = currentXP,\n totalXP = totalXP,\n remainingXP = remainingXP,\n restedXP = restedXP,\n questXP = questXP,\n completeXP = completeXP,\n incompleteXP = incompleteXP,\n hourlyXP = hourlyXP,\n timeToLevel = timeToLevel,\n timeToLevelText = timeToLevel > 0 and aura_env.FormatTime(timeToLevel) or \"--\",\n totalTime = totalTime,\n totalTimeText = aura_env.FormatTime(totalTime),\n levelTime = levelTime,\n levelTimeText = aura_env.FormatTime(levelTime),\n sessionTime = sessionTime,\n sessionTimeText = aura_env.FormatTime(sessionTime),\n percentXP = totalXP > 0 and ((currentXP / totalXP) * 100) or 0,\n percentremaining = totalXP > 0 and ((remainingXP / totalXP) * 100) or 0,\n percentrested = totalXP > 0 and ((restedXP / totalXP) * 100) or 0,\n percentquest = totalXP > 0 and ((questXP / totalXP) * 100) or 0,\n percentcomplete = totalXP > 0 and ((completeXP / totalXP) * 100) or 0,\n percentincomplete = totalXP > 0 and ((incompleteXP / totalXP) * 100) or 0,\n totalpercentcomplete = totalXP > 0 and (((completeXP + currentXP) / totalXP) * 100) or 0,\n \n additionalProgress = {\n {\n -- Complete Quest XP\n direction = \"forward\",\n width = completeXP\n },\n {\n -- Incomplete Quest XP\n direction = \"forward\",\n width = aura_env.config[\"showincompletequest-bar\"] and incompleteXP or 0,\n offset = completeXP,\n },\n {\n -- Rested XP\n direction = \"forward\",\n width = restedXP,\n offset = completeXP + (aura_env.config[\"showincompletequest-bar\"] and incompleteXP or 0)\n }\n }\n }\n \n aura_env.UpdateCustomTexts(allstates[\"\"])\n \n if aura_env.timerHandler then\n aura_env.timerHandler:Cancel()\n aura_env.timerHandler = nil\n end\n \n aura_env.timerHandler = C_Timer.NewTimer(1, function()\n WeakAuras.ScanEvents(\"LWA_EXPERIENCE_UPDATE\")\n end)\n \n return true\n \n elseif allstates[\"\"][\"show\"] then\n allstates[\"\"] = {\n show = false,\n changed = true,\n }\n \n return true\n end\nend", ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "", ["use_track"] = true, ["customVariables"] = "{\n additionalProgress = 3,\n \n level = {\n display = WeakAuras.L[\"Level\"],\n type = \"number\",\n },\n currentXP = {\n display = WeakAuras.L[\"Current Experience\"],\n type = \"number\",\n },\n percentXP = {\n display = WeakAuras.L[\"Experience (%)\"],\n type = \"number\",\n },\n totalXP = {\n display = WeakAuras.L[\"Total Experience\"],\n type = \"number\",\n },\n remainingXP = {\n display = WeakAuras.L[\"Remaining Experience\"],\n type = \"number\",\n },\n percentremaining = {\n display = WeakAuras.L[\"Remaining Experience (%)\"],\n type = \"number\",\n },\n restedXP = {\n display = WeakAuras.L[\"Rested Experience\"],\n type = \"number\",\n },\n percentrested = {\n display = WeakAuras.L[\"Rested Experience (%)\"],\n type = \"number\",\n },\n questXP = {\n display = WeakAuras.L[\"Quest Experience\"],\n type = \"number\",\n },\n percentquest = {\n display = WeakAuras.L[\"Quest Experience (%)\"],\n type = \"number\",\n },\n completeXP = {\n display = WeakAuras.L[\"Completed Experience\"],\n type = \"number\",\n },\n percentcomplete = {\n display = WeakAuras.L[\"Completed Experience (%)\"],\n type = \"number\",\n }\n}", }, ["untrigger"] = { ["custom"] = "", }, }, { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["spellName"] = { 0, }, ["subeventSuffix"] = "", ["subeventPrefix"] = "", ["custom_type"] = "event", ["event"] = "Combat Log", ["events"] = "PLAYER_ENTERING_WORLD QUEST_LOG_UPDATE UNIT_QUEST_LOG_CHANGED PLAYER_XP_UPDATE PLAYER_LEVEL_UP UPDATE_EXHAUSTION UPDATE_EXPANSION_LEVEL TIME_PLAYED_MSG ENABLE_XP_GAIN DISABLE_XP_GAIN", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(event, arg1, arg2, arg3, arg4, ...)\n local currentXP = UnitXP(\"player\")\n local maxXP = UnitXPMax(\"player\")\n local currentTime = time()\n local WAS = aura_env.GetSavedVars()\n \n --print(event, arg1, arg2)\n \n if aura_env.timerHandler then\n aura_env.timerHandler:Cancel()\n aura_env.timerHandler = nil\n end\n \n if \"PLAYER_ENTERING_WORLD\" == event then\n if arg1 or (arg2 and aura_env.config.reset_reload) then\n WAS.session.gainedXP = 0\n WAS.session.lastXP = currentXP\n WAS.session.maxXP = maxXP\n WAS.session.startTime = currentTime\n end\n \n if arg1 or arg2 then\n WAS.session.realTotalTime = 0\n WAS.session.realLevelTime = 0\n WAS.session.lastTimePlayedRequest = 0\n end\n \n if aura_env.config[\"leveltime-text\"] and WAS.session.lastTimePlayedRequest <= 0 then\n aura_env.RequestTimePlayed()\n end\n \n elseif \"PLAYER_LEVEL_UP\" == event then\n aura_env.level = arg1 or aura_env.level\n aura_env.isPlayerMaxLevel = aura_env.level >= GetMaxLevelForExpansionLevel(GetExpansionLevel())\n \n WAS.session.realLevelTime = 0\n WAS.session.maxXP = maxXP\n \n WAS.session.lastTimePlayedRequest = currentTime\n \n elseif \"UPDATE_EXPANSION_LEVEL\" == event then\n local minExpLevel = min(arg1, arg2, arg3, arg4)\n local maxExpLevel = max(arg1, arg2, arg3, arg4)\n \n aura_env.isPlayerMaxLevel = aura_env.level >= GetMaxLevelForExpansionLevel(maxExpLevel)\n \n if aura_env.level == GetMaxLevelForExpansionLevel(minExpLevel) or (currentTime - WAS.session.startTime >= (86400 * 3)) then\n WAS.session.startTime = currentTime\n end\n \n elseif \"QUEST_LOG_UPDATE\" == event or (\"UNIT_QUEST_LOG_CHANGED\" == event and arg1 == \"player\") then\n aura_env.UpdateQuestXP()\n \n elseif \"TIME_PLAYED_MSG\" == event and arg2 then\n WAS.session.realTotalTime = arg1\n WAS.session.realLevelTime = arg2\n \n WAS.session.lastTimePlayedRequest = currentTime\n \n aura_env.ClearTickerRTP()\n \n elseif \"PLAYER_XP_UPDATE\" == event then\n local gainedXP = currentXP - WAS.session.lastXP\n \n if gainedXP < 0 then\n gainedXP = WAS.session.maxXP - WAS.session.lastXP + currentXP\n end\n \n WAS.session.gainedXP = WAS.session.gainedXP + gainedXP\n WAS.session.lastXP = currentXP\n WAS.session.maxXP = maxXP\n \n elseif \"OPTIONS\" == event then\n if aura_env.config[\"leveltime-text\"] then\n if WAS.session.lastTimePlayedRequest <= 0 or WeakAuras.IsImporting() then\n aura_env.RequestTimePlayed()\n end\n else\n aura_env.ClearTickerRTP()\n end\n \n if currentTime - WAS.session.startTime >= (86400 * 3) then\n WAS.session.startTime = currentTime\n end\n \n if StatusTrackingBarManager then\n if aura_env.config.hide_xpbar then\n StatusTrackingBarManager:Hide()\n StatusTrackingBarManager.Show = nop\n else\n UIParent.Show(StatusTrackingBarManager)\n end\n end\n end\n \n WeakAuras.ScanEvents(\"LWA_EXPERIENCE_UPDATE\")\n \n return true\nend", ["unevent"] = "timed", ["check"] = "event", ["duration"] = "1", ["use_track"] = true, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function()\n return not IsXPUserDisabled() and (aura_env.config[\"showmaxlevel\"] or not aura_env.isPlayerMaxLevel)\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 40, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%c1", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_anchorXOffset"] = 5, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 1, ["text_shadowYOffset"] = -1, ["text_text_format_c1_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_level_format"] = "none", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c2", ["text_text_format_restedXP_format"] = "none", ["text_text_format_completeXP_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_currentXP_big_number_format"] = "AbbreviateLargeNumbers", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_questXP_format"] = "none", ["text_text_format_totalXP_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_percentXP_round_type"] = "floor", ["text_text_format_n_format"] = "none", ["text_text_format_totalXP_big_number_format"] = "AbbreviateLargeNumbers", ["text_selfPoint"] = "AUTO", ["text_text_format_percentXP_format"] = "Number", ["anchorYOffset"] = 0, ["text_text_format_percentXP_decimal_precision"] = 0, ["text_text_format_remainingXP_big_number_format"] = "AbbreviateLargeNumbers", ["text_text_format_currentXP_round_type"] = "floor", ["text_text_format_currentXP_decimal_precision"] = 0, ["text_font"] = "Friz Quadrata TT", ["text_justify"] = "CENTER", ["text_text_format_totalXP_decimal_precision"] = 0, ["type"] = "subtext", ["text_automaticWidth"] = "Auto", ["text_text_format_remainingXP_format"] = "none", ["text_text_format_currentXP_format"] = "none", ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_c2_format"] = "none", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["text_text_format_totalXP_round_type"] = "floor", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c3", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_percentcomplete_color"] = true, ["text_fixedWidth"] = 64, ["text_text_format_percentcomplete_decimal_precision"] = 0, ["text_text_format_percentrested_decimal_precision"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_2.t_time_format"] = 0, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_totalXP_format"] = "none", ["anchorXOffset"] = 0, ["text_text_format_percentXP_round_type"] = "floor", ["text_text_format_n_format"] = "none", ["text_text_format_totalpercentcomplete_round_type"] = "floor", ["text_text_format_percentcomplete_round_type"] = "floor", ["text_text_format_2.t_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_text_format_percentXP_format"] = "Number", ["text_text_format_percentcomplete_format"] = "Number", ["text_fontType"] = "OUTLINE", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.t_time_precision"] = 1, ["text_text_format_percentcomplete_realm_name"] = "never", ["text_text_format_totalpercentcomplete_format"] = "Number", ["text_text_format_percentXP_decimal_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = -5, ["text_fontSize"] = 16, ["text_font"] = "Friz Quadrata TT", ["text_text_format_percentrested_round_type"] = "floor", ["text_text_format_totalpercentcomplete_decimal_precision"] = 1, ["text_text_format_2.t_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "INNER_RIGHT", ["text_text_format_c3_format"] = "none", ["text_text_format_currentXP_format"] = "none", ["text_automaticWidth"] = "Auto", ["text_text_format_percentcomplete_abbreviate_max"] = 8, ["text_text_format_percentcomplete_abbreviate"] = false, ["rotateText"] = "NONE", ["text_text_format_percentrested_format"] = "Number", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c4", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_percentcomplete_round_type"] = "floor", ["text_text_format_c7_format"] = "none", ["text_selfPoint"] = "LEFT", ["text_automaticWidth"] = "Auto", ["text_text_format_percentcomplete_format"] = "Number", ["text_text_format_percentrested_decimal_precision"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["text_text_format_n_format"] = "none", ["text_text_format_c4_format"] = "none", ["text_anchorPoint"] = "BOTTOMLEFT", ["type"] = "subtext", ["text_visible"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_percentrested_round_type"] = "floor", ["text_anchorYOffset"] = -18, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_c1_format"] = "none", ["text_text_format_percentcomplete_decimal_precision"] = 0, ["text_text_format_percentreste_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_percentrested_format"] = "Number", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%c5", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_c4_format"] = "none", ["text_text_format_percentcomplete_round_type"] = "floor", ["anchorYOffset"] = 0, ["text_selfPoint"] = "RIGHT", ["text_automaticWidth"] = "Auto", ["text_text_format_percentcomplete_format"] = "Number", ["text_text_format_percentrested_decimal_precision"] = 0, ["text_text_format_percentcomplete_decimal_precision"] = 0, ["text_justify"] = "RIGHT", ["rotateText"] = "NONE", ["text_text_format_percentreste_format"] = "none", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["type"] = "subtext", ["text_anchorYOffset"] = -18, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_percentrested_round_type"] = "floor", ["text_shadowYOffset"] = -1, ["text_fixedWidth"] = 64, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_c5_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_percentrested_format"] = "Number", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%c6", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 24, ["type"] = "subtext", ["text_text_format_levelTime_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_c6_format"] = "none", ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_text_format_c2_format"] = "none", ["text_visible"] = true, ["text_anchorPoint"] = "TOPLEFT", ["text_wordWrap"] = "WordWrap", ["text_text_format_c5_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_C_format"] = "none", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%c7", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_c7_format"] = "none", ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_c6_format"] = "none", ["text_shadowYOffset"] = -1, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_c3_format"] = "none", ["text_text_format_sessionTime_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 24, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["saved"] = "JrXkQ4ulU4mZpVYskNelUKicGXlvuQjMti5xcqImZnvju4KNOP0tmZ8snfGYfuUjwrebibZ5h4KkUKelQeqQqJ0wWSxoyn5tQLLkenjRx6wGOGmpqkiGCsSYutjOulS0ulUeqQE1ac", }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["adjustedMax"] = "", ["icon_side"] = "LEFT", ["overlays"] = { { 1, 0.5921568627451, 0, 1, }, { 1, 0.82352941176471, 0.30980392156863, 1, }, { 0.30980392156863, 0.56470588235294, 1, 0.54487144947052, }, }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHeight"] = 30, ["icon"] = false, ["useTooltip"] = false, ["anchorFrameType"] = "SCREEN", ["semver"] = "3.0.5", ["id"] = "Experience Bar - Luxthos", ["sparkHidden"] = "NEVER", ["sparkColor"] = { 1, 1, 1, 1, }, ["frameStrata"] = 1, ["width"] = 600, ["uid"] = "UpaCp8I(Gtg", ["desc"] = "Created by Luxthos & Daemoos\nwww.twitch.tv/luxthos", ["inverse"] = false, ["xOffset"] = 0, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 0.77647066116333, 0.38039219379425, 1, 1, }, ["spark"] = false, }, ["10 Merciless"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "356024", }, ["use_absorbMode"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["duration"] = "3.8", ["spellIds"] = { }, ["specificUnit"] = "boss1", ["custom_hide"] = "timed", ["events"] = "CLEU:SPELL_CAST_SUCCESS, UNIT_SPELLCAST_SUCCEEDED:boss1", ["use_spellId"] = false, ["debuffType"] = "HARMFUL", ["useName"] = false, ["type"] = "custom", ["auraspellids"] = { "356024", }, ["custom_type"] = "event", ["useExactSpellId"] = true, ["use_spell"] = false, ["event"] = "Combat Log", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local _, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(358602) then\n return true\n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_CAST_SUCCESS\"\n and GetSpellInfo(spellID) == GetSpellInfo(358602) then\n return true\n end\n end\nend", ["spellName"] = { 0, }, ["check"] = "event", ["unit"] = "player", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["instance_type"] = { }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Merciless", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "U4eJHJmy60U", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528302, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["AUG_Spatial Paradox"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 406732, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Spatial Paradox", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 406732, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "PltX2j9saI8", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Utility]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Spatial Paradox", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["07 Charge Exposure"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "368961", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135914, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "jgL7XD3ae1D", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Charge Exposure", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["07 Duelist's Riposte (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "346690", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "346690", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1CwfH3tVNlr", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Duelist's Riposte (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Scorching Bramblethorn - BLUE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = true, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["auranames"] = { }, ["useGroupRole"] = false, ["subeventPrefix"] = "SPELL", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["stacksOperator"] = ">=", ["auraspellids"] = { "426387", }, ["event"] = "Health", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["useExactSpellId"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "group", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "MzUEnV)00vm", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Scorching Bramblethorn - BLUE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["09 Wild Mushrooms Cast (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "426669", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Shrooms Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2677", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "9S(8DaJbLtU", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Wild Mushrooms Cast (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["06 Kinetic Resonance (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "368024", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2539", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "5o32MOSDKsb", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Kinetic Resonance (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["10 Event Horizon"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "362206", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 0.56470588235294, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.56470588235294, ["type"] = "preset", ["easeType"] = "none", ["colorB"] = 0.56470588235294, ["scaley"] = 1, ["alpha"] = 0, ["colorType"] = "pulseColor", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["use_color"] = true, ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Vbo7aVLsyZV", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Event Horizon", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Sundering Resonance (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "368025", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2539", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "ooB0SPP268j", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Sundering Resonance (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["p_dream_flight"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 356.60107421875, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "spell", ["duration"] = "1", ["unevent"] = "auto", ["use_showOn"] = true, ["spellName"] = 359816, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Dream Flight", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 200025, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["level"] = { "34", }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { [152262] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_glyph"] = false, ["ingroup"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["race"] = { ["multi"] = { }, }, ["spellknown"] = 359816, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_dream_flight", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -110.39758300781, ["uid"] = "7TBHB9txbWF", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Trinket_1_Warlock"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["itemName"] = 165664, ["spellId"] = "200174", ["duration"] = "0.6", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["itemSlot"] = 13, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["names"] = { }, ["use_absorbMode"] = true, ["use_itemName"] = true, ["use_testForCooldown"] = true, ["use_itemSlot"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["event"] = "Cooldown Progress (Equipment Slot)", ["subeventSuffix"] = "_CAST_SUCCESS", ["sourceUnit"] = "player", ["use_genericShowOn"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", ["itemSlot"] = 14, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.8156863451004, 0.70588237047195, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["level"] = { "120", }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["PRIEST"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent2"] = { ["multi"] = { [17] = true, [16] = true, }, }, ["use_level"] = false, ["talent"] = { ["single"] = 19, ["multi"] = { [17] = true, [21] = true, [18] = true, [19] = true, [16] = true, }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["race"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["spellknown"] = 34433, ["use_class_and_spec"] = false, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["parent"] = "Warlock [Core]", ["source"] = "import", ["progressSource"] = { -1, "", }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["stickyDuration"] = false, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["scalex"] = 1, ["type"] = "none", ["colorType"] = "custom", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 1, ["x"] = 1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["translateType"] = "spiralandpulse", ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["width"] = 33, ["anchorFrameParent"] = false, ["authorOptions"] = { { ["type"] = "description", ["text"] = "", ["fontSize"] = "medium", ["width"] = 1, }, }, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Trinket_1_Warlock", ["zoom"] = 0.3, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "wpbkZgZHkiu", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.4.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\Shotgun.ogg", ["glow_frame"] = "WeakAuras:Dog", }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Twilight"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["use_specific_unit"] = false, ["use_unit"] = true, ["use_tooltip"] = false, ["unit"] = "player", ["matchesShowOn"] = "showOnActive", ["use_inverse"] = true, ["auranames"] = { "264571", }, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 264571, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Сумерки", }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.8705883026123, 0.7607843875885, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["single"] = 18, ["multi"] = { [328774] = true, [268358] = true, [386113] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [386651] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 108558, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136223, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Dynamic]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Twilight", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "m5QE6FMVI7L", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "stacks", ["value"] = "1", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["11-Martyrdom"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["displayText_format_count_format"] = "none", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_remaining"] = true, ["type"] = "addons", ["spellId"] = "363893", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["remaining_operator"] = "<=", ["use_text"] = false, ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["event"] = "Health", ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["spellId"] = "363893", ["remaining_operator"] = "<=", ["names"] = { }, ["remaining"] = "5", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", ["use_remaining"] = true, ["subeventSuffix"] = "_CAST_START", ["use_text"] = false, ["use_spellId"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["type"] = "addons", ["unit"] = "player", ["use_dbmType"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["selfPoint"] = "BOTTOM", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["internalVersion"] = 75, ["shadowXOffset"] = 1, ["displayText_format_p_time_mod_rate"] = true, ["fixedWidth"] = 250, ["preferToUpdate"] = true, ["regionType"] = "text", ["displayText"] = "%c in %p", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.35686274509804, ["type"] = "custom", ["easeType"] = "none", ["duration_type"] = "seconds", ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "pulseColor", ["rotate"] = 0, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["automaticWidth"] = "Fixed", ["anchorFrameParent"] = false, ["yOffset"] = 0, ["authorOptions"] = { }, ["semver"] = "1.0.3", ["justify"] = "LEFT", ["tocversion"] = 90200, ["id"] = "11-Martyrdom", ["wordWrap"] = "Elide", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "P9pFAy0OyJb", ["xOffset"] = 0, ["displayText_format_c_format"] = "none", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/ogIfZ7c2i/4", }, ["04 Rubble"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_unit"] = true, ["useName"] = false, ["event"] = "Chat Message", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 401258 and WeakAuras.CheckRange(unit, 40, \"<=\") then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 3.4,\n expirationTime = 3.4 + GetTime(),\n autoHide = true,\n }\n return true\n end\nend", ["check"] = "event", ["unit"] = "player", ["custom_type"] = "stateupdate", ["auraspellids"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Rubble Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Collect.ogg", ["do_sound"] = true, }, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135242, ["cooldownEdge"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "euXMegOQYea", ["parent"] = "Icons ", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Rubble", ["useTooltip"] = false, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["01 Stage 2 Announcer"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Phase2.ogg", ["do_message"] = false, ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.counter = 0", ["do_custom"] = true, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "14.4", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["auraspellids"] = { }, ["unit"] = "player", ["spellIds"] = { }, ["custom"] = "function(event,_,_,spellID)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\"\n and spellID == 290137 then\n aura_env.counter = aura_env.counter + 1\n if aura_env.counter > 1 then\n return true\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss, ENCOUNTER_START", ["useName"] = false, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["normal"] = true, ["lfr"] = true, ["heroic"] = true, }, }, ["use_encounterid"] = true, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["encounterid"] = "2512", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4254081", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "eDrijbkLIaV", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Stage 2 Announcer", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["06 Unstable Embers Duration"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.258823543787, 0, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2689", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 236215, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "80", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "group", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["use_powertype"] = false, ["group_countOperator"] = ">", ["custom_type"] = "stateupdate", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["auraspellids"] = { "404010", }, ["event"] = "Power", ["use_percentpower"] = false, ["events"] = "", ["useExactSpellId"] = true, ["spellIds"] = { }, ["combineMode"] = "showHighest", ["check"] = "event", ["names"] = { }, ["percentpower"] = { "", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Beams", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%remaining", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "ICON_CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 29, ["anchorXOffset"] = 0, ["text_text_format_remaining_format"] = "none", }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHeight"] = 30, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["id"] = "06 Unstable Embers Duration", ["semver"] = "1.0.44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["frameStrata"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["uid"] = "fEjhqn0f3lM", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "4", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\4.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "3", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\3.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "2", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "1", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["[HoI] Expulse (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 374045, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g434", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[HoI] Expulse (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "ceCOhiWIYH5", ["parent"] = "Halls of Infusion", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Nullifying Shroud"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "378464", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Nullifying Shroud", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 378464, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Nullifying Shroud", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 378464, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend\n\n", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = -4, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_visible"] = true, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["single"] = 64, ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 378464, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "ixCMjjV5t8z", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Utilities - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Nullifying Shroud", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, }, ["Zephyr 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "374227", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 186265, }, ["useGroup_count"] = false, ["names"] = { "Дух черепахи", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = false, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Zephyr", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 374227, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 186265, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87450987100601, 0.65098041296005, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_dragonriding"] = false, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { [2] = true, [3] = true, }, }, ["use_level"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 374227, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "3w81io5(bAZ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 3, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Zephyr 2", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Utility]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[Academy] Arcane Missiles (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 387975, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g433", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Academy] Arcane Missiles (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eZBOYc(Oiyv", ["parent"] = "Algeth'ar Academy.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Dream Flight 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["unevent"] = "auto", ["spellName"] = 359816, ["charges_operator"] = "~=", ["type"] = "spell", ["countOperator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 359816, ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 359816, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "Hf)lWKnP44F", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Dream Flight 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["03 Rending Charge Dot"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\nreturn WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["tooltipValueNumber"] = 1, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltipValue"] = true, ["match_count"] = "0", ["debuffType"] = "HARMFUL", ["useName"] = false, ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["auraspellids"] = { "406365", }, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 0, 0.039215687662363, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -8, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 62, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2693", ["use_zoneIds"] = false, ["zoneIds"] = "", }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["config"] = { }, ["icon"] = true, ["width"] = 80, ["anchorFrameParent"] = false, ["progressSource"] = { -1, "", }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "03 Rending Charge Dot", ["adjustedMin"] = "", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "rrif)NYeGWh", ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/dfraid2/44", }, ["Essence 4"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["size"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_never"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 4, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 4", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "P4pucfH)cIF", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 4", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 4, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 4, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["Reverse_Entropy"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\Fireball.ogg", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["stop_sound"] = false, ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["use_inverse"] = true, ["use_specific_unit"] = false, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["ownOnly"] = true, ["names"] = { "Искоренение", }, ["matchesShowOn"] = "showOnActive", ["auranames"] = { "266030", }, ["debuffType"] = "HELPFUL", ["custom_hide"] = "timed", ["unevent"] = "auto", ["useName"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["spellName"] = 8042, ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 196414, }, ["buffShowOn"] = "showAlways", ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["unit"] = "player", ["use_unit"] = true, }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["authorOptions"] = { }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.82745105028152, 0.72156864404678, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [267] = true, }, }, ["talent"] = { ["multi"] = { [387400] = true, }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 3, ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 205148, ["role"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["displayIcon"] = 236295, ["xOffset"] = 0, ["icon"] = true, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Reverse_Entropy", ["stickyDuration"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "KQGcLNWgcDA", ["inverse"] = false, ["parent"] = "Warlock [Dynamic]", ["conditions"] = { }, ["cooldown"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", }, ["Warlock_PvPT14"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "221711", "221715", }, ["ownOnly"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["spellName"] = 199954, ["custom_hide"] = "timed", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 199954, ["use_spellName"] = true, ["spellIds"] = { }, ["useName"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["spellName"] = 199954, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_anchorYOffset"] = 3, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["faction"] = { ["multi"] = { }, }, ["use_pvptalent"] = true, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 6, ["multi"] = { [14] = true, [4] = true, }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 199954, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT14", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "g3FIgkeZEI0", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["{TVP] Storm Surge (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 88055, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Storm Surge (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "qJyn4DL0wlp", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[NLTH] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g431", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "192788 189669 189265 194816 193944", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NLTH] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "AcYFt(mzC1r", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["p_reversion"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 244.94299316406, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_genericShowOn"] = true, ["realSpellName"] = "Reversion", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["spellName"] = 366155, ["unevent"] = "auto", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 275773, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 0.94117653369904, 0.70588237047195, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_mod_rate"] = true, ["text_anchorYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["level_operator"] = { ">=", }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["level"] = { "34", }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 3, ["multi"] = { [387170] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { true, }, }, ["use_glyph"] = false, ["ingroup"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["race"] = { ["multi"] = { }, }, ["spellknown"] = 366155, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\spell_holy_searinglight", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_reversion", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -109.87268066406, ["uid"] = ")Ert2n)GH9n", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "charges", ["value"] = "0", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">", ["variable"] = "charges", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Power-Corner"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 1, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 0.50196081399918, 0.50196081399918, 0.50196081399918, 0.5, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["use_showHealAbsorb"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["event"] = "Power", ["use_unit"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["use_showIncomingHeal"] = true, ["spellName"] = 0, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t) \n return aura_env.config.TrackinMainRing == 4 and (t[1] and t[2])\nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 90, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "\n\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 70, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 1, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n\nlocal powerType, powerToken, altR, altG, altB = UnitPowerType(\"player\");\nlocal c = PowerBarColor[powerToken];\naura_env.region:Color(c.r, c.g, c.b,1) \n\n", ["do_custom"] = true, }, ["init"] = { ["custom"] = "\n\n\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 360, ["id"] = "Power-Corner", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 5, ["width"] = 70, ["foregroundTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Ring_30px.tga", ["slantMode"] = "INSIDE", ["inverse"] = false, ["uid"] = "(sCgeseacMU", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["03 Daschla's Mighty Impact"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350184", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Daschla's Mighty Impact", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "QXfn0dqnBFG", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["AUG_Ebon Might"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 395152, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["charges"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Ebon Might", ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["unit"] = "player", ["custom_hide"] = "timed", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["url"] = "https://wago.io/AU9DH6bo7/8", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["spellknown"] = 395152, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["progressSource"] = { -1, "", }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { }, ["adjustedMin"] = "", ["uid"] = "XqN(4SZCUmz", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Evoker [Core]", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "AUG_Ebon Might", ["color"] = { 1, 1, 1, 1, }, ["frameStrata"] = 2, ["width"] = 40, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["stickyDuration"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 1, 0.42745101451874, 0.41568630933762, 1, }, ["property"] = "color", }, }, }, { ["check"] = { ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useTooltip"] = false, }, ["05 Agonizing Spike"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "351787", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-%tooltip1%% Speed", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Agonizing Spike", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "BMguu1tFrzu", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Lava Ejection"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "413367", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Don't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "1Owmk1hH8Le", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Lava Ejection", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Neltharus - Cleave's & Frontal's"] = { ["controlledChildren"] = { "{NLTH] Volcanic Guard (Frontal)", "{NLTH] Magmafist (Frontal)", "{NLTH] Lavafountain (Frontal)", "{NLTH] Blazing Charge (Frontal)", "{NLTH] Magmarwave (Frontal)", "{NLTH] Scorched Odem (Frontal)", "{NLTH] The Dragon's Kiln (Frontal)", "{NLTH] Conflagration Battery (DODGE)", "{NLTH] Throw Lava (Get Out)", "{NLTH] Forge Storm (Get Out)", "{NLTH] Eruption Blare (Get Out)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578417, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Neltharus - Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "VHRuYOWouUN", ["parent"] = "Cleave's and Frontal's.", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["Soul Swap"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "3", ["names"] = { "Сверхновая", "Сверхновая", }, ["remaining_operator"] = ">=", ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["remaining"] = "1.5", ["use_charges"] = false, ["use_genericShowOn"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["spellName"] = 386951, ["charges_operator"] = "==", ["use_remaining"] = false, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["subeventPrefix"] = "SPELL", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Soul Swap", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "0", ["remOperator"] = ">=", ["ownOnly"] = true, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 152108, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 19, ["multi"] = { [268358] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["single"] = 12, ["multi"] = { [91558] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [3] = true, }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 152108, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\achievement_zone_cataclysm", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Soul Swap", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "(i)G)aiwloj", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["[UR] Death Bolt (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 272180, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Death Bolt (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "zW(T4ajmyaG", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Reverberating Refrain"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 350385, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = false, ["matchesShowOn"] = "showOnMissing", ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["use_spellNames"] = true, ["type"] = "unit", ["useExactSpellId"] = false, ["duration"] = "7", ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cast", ["custom_type"] = "event", ["custom_hide"] = "timed", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Void", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "cast", ["variable"] = "castType", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Enter.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "channel", ["variable"] = "castType", }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = true, ["property"] = "sub.8.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Reverberating Refrain", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Mh503Jo2bit", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 237574, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["01 Crushed Armor (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "346986", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Crushed Armor (Tank)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "aL0e(8B5MJd", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["07 Overpowering Stomp"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 403671, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136025, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "WoUIFFnctkc", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Overpowering Stomp", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, }, ["10 Fatal Finesse Dot"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "332797", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "nMQqCqf5qD7", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "10 Fatal Finesse Dot", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Pre-Fabricated Sentry Spawn"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Add.ogg", ["do_sound"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "2", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["auraspellids"] = { }, ["unit"] = "player", ["spellIds"] = { }, ["custom"] = "function(_,_,_,spellID)\n if spellID == 360658\n or spellID == 360840 then\n return true\n end\nend", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["useName"] = false, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Sentry Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4062733, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "1J6prrmunAO", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Pre-Fabricated Sentry Spawn", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[UR] Blood Bolt (Cast) - Leaxa ADD"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "134701", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 260879, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Blood Bolt (Cast) - Leaxa ADD", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "jxgiyHTDtlY", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Leaping Flames"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370901", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 369939, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "uJuU1bzi27V", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Leaping Flames", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["06 Shared Suffering"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "339607", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Linked", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "3FXj2KtHq2z", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Linked.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Shared Suffering", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["d_FireBreath"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellName"] = 382266, ["type"] = "spell", ["use_ignoreoverride"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_exact_spellName"] = true, ["realSpellName"] = 382266, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["level_operator"] = { ">=", }, ["use_zone"] = false, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["level"] = { "34", }, ["use_level"] = false, ["zoneIds"] = "", ["faction"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [152262] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["use_glyph"] = false, ["size"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_exact_spellknown"] = true, ["spellknown"] = 382266, ["role"] = { ["multi"] = { }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_FireBreath", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "FluaFzEknUB", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Augmentation", }, ["Warlock [Afenar]"] = { ["controlledChildren"] = { "Warlock [Dynamic]", "Warlock [Resources]", "Warlock [Core]", "Warlock [Utility]", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = -200, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["unevent"] = "timed", ["duration"] = "1", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 150, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_class"] = "true", ["pvptalent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "None", ["regionType"] = "group", ["borderSize"] = 16, ["alpha"] = 1, ["borderOffset"] = 5, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "Warlock [Afenar]", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["groupIcon"] = "626007", ["borderInset"] = 11, ["config"] = { }, ["uid"] = "JxiCGmuIjX2", ["conditions"] = { }, ["information"] = { ["ignoreOptionsEventErrors"] = true, ["forceEvents"] = true, ["groupOffset"] = false, }, ["selfPoint"] = "CENTER", }, ["11 Oppression"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Move.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 362617, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["names"] = { }, ["use_specific_unit"] = true, ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["event"] = "Cast", ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Move Far", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "0R54eoi8C4Y", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Oppression", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Azure} Ansturm (Spread)"] = { ["overlays"] = { [4] = { 1, 1, 1, 1, }, }, ["iconSource"] = -1, ["xOffset"] = 0, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["wordWrap"] = "WordWrap", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["zoom"] = 0, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["adjustedMax"] = "", ["cooldownSwipe"] = true, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["sparkRotationMode"] = "AUTO", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 391136, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["orientation"] = "HORIZONTAL", ["color"] = { 1, 1, 1, 1, }, ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["preferToUpdate"] = true, ["discrete_rotation"] = 0, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "SPREAD!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["anchorFrameType"] = "NAMEPLATE", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["sparkWidth"] = 10, ["uid"] = "8xMohhxtc(l", ["mirror"] = false, ["id"] = "[Azure} Ansturm (Spread)", ["sparkRotation"] = 0, ["semver"] = "10.1.16", ["automaticWidth"] = "Auto", ["icon_side"] = "LEFT", ["selfPoint"] = "CENTER", ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["displayText_format_p_time_precision"] = 1, ["customTextUpdate"] = "event", ["desaturate"] = false, ["justify"] = "LEFT", ["cooldownTextDisabled"] = false, ["sparkHidden"] = "NEVER", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["frameStrata"] = 1, ["width"] = 250, ["rotate"] = true, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["inverse"] = false, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", }, ["03 Cataclysm Jaws "] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then\n return WA_ClassColorName(\"player\")\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["group_role"] = { ["TANK"] = true, }, ["matchesShowOn"] = "showOnMissing", ["useClass"] = false, ["subeventPrefix"] = "SPELL", ["ignoreSelf"] = true, ["group_count"] = "0", ["names"] = { }, ["group_countOperator"] = ">", ["debuffType"] = "HARMFUL", ["auranames"] = { }, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_type"] = "stateupdate", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 423117\n and not UnitIsUnit(unit..\"target\", \"player\")\n and WA_GetUnitDebuff(unit..\"target\", 419054)\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\nend", ["events"] = "UNIT_SPELLCAST_START:boss1", ["event"] = "Health", ["auraspellids"] = { }, ["useGroupRole"] = true, ["useActualSpec"] = false, ["spellIds"] = { }, ["type"] = "custom", ["check"] = "event", ["useExactSpellId"] = false, ["custom_hide"] = "timed", ["unit"] = "group", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Taunt", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["width"] = 64, ["source"] = "import", ["adjustedMax"] = "", ["parent"] = "Co-Tank Auras", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 575535, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["url"] = "https://wago.io/dfraid3/47", ["config"] = { }, ["adjustedMin"] = "", ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Cataclysm Jaws ", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "yJCu17jNLeD", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["[Azure] Mystische Dämpfe (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 387564, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Azure] Mystische Dämpfe (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "8PosimlGZAR", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Firebreath"] = { ["sparkWidth"] = 10, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 281.83377075195, ["anchorPoint"] = "CENTER", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Fire Breath", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["selfPoint"] = "CENTER", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["gradientOrientation"] = "HORIZONTAL", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Fixed", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "LEFT", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 30, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_mod_rate"] = true, ["text_anchorYOffset"] = -10, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_RIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = -1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["textureSource"] = "LSM", ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["sparkOffsetY"] = 0, ["source"] = "import", ["icon"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["uid"] = "n0Dvk3fkoLG", ["anchorFrameType"] = "SCREEN", ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["frameStrata"] = 1, ["iconSource"] = -1, ["icon_side"] = "RIGHT", ["sparkHidden"] = "NEVER", ["sparkHeight"] = 30, ["texture"] = "Solid", ["spark"] = false, ["zoom"] = 0, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Firebreath", ["enableGradient"] = false, ["alpha"] = 1, ["width"] = 4, ["xOffset"] = -210.15655517578, ["config"] = { }, ["inverse"] = false, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["orientation"] = "VERTICAL_INVERSE", ["conditions"] = { { ["check"] = { }, ["changes"] = { { }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["authorOptions"] = { }, }, ["01 Ember-Charred"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "421038", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "B)(apR1rGQK", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Ember-Charred", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Irid Blue"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "386399", "399370", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Iridescence: Blue", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p - %s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "Cv4AVc3o)cI", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Irid Blue", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["Evoker Essence Group by Buds™_5"] = { ["grow"] = "HORIZONTAL", ["controlledChildren"] = { "Essences ", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 4630437, ["anchorPoint"] = "CENTER", ["animate"] = false, ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["gridWidth"] = 5, ["useLimit"] = false, ["align"] = "CENTER", ["gridType"] = "RD", ["radius"] = 200, ["xOffset"] = 0, ["stagger"] = 0, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 8, ["subRegions"] = { }, ["arcLength"] = 360, ["parent"] = "Evoker [Resources]", ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["uid"] = "fgs9ZfZ(2uz", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["config"] = { }, ["source"] = "import", ["yOffset"] = 2, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["alpha"] = 1, ["limit"] = 5, ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker Essence Group by Buds™_5", ["regionType"] = "dynamicgroup", ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["borderColor"] = { 0, 0, 0, 1, }, ["borderInset"] = 1, ["rowSpace"] = 1, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["sortHybridTable"] = { ["Essences "] = false, }, }, ["[UR] Harrowing Despair (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 278755, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Harrowing Despair (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "APuKZQ9u(Yz", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["01 Chains of Eternity"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["useName"] = false, ["auraspellids"] = { "347269", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Chain", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Chain.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Chains of Eternity", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "uZk5QkrZDF4", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["[UR] Gift of G'huun (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 265091, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] Gift of G'huun (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "MWKzmhmUZQS", ["parent"] = "The Underrot", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[AA] Cleave's & Frontal's"] = { ["controlledChildren"] = { "[Academy] Reaver (Frontal)", "[Academy] Vexamus (Frontal)", "[Academy] Doragosa (Frontal)", "[Academy] Crawth (Frontal)", "[Academy] Windstoß(Frontal)", "[Academy] Sentry (Cleave)", "[Academy] Whirlwind (Cleave)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["config"] = { }, ["groupIcon"] = 4578414, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[AA] Cleave's & Frontal's", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["uid"] = "ygGLCwtzS8W", ["parent"] = "Cleave's and Frontal's (Season1)", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["10 Banshee Shroud"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["auraspellids"] = { "350857", }, ["useExactSpellId"] = true, ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["unit"] = "target", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Immune", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["useTooltip"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Banshee Shroud", ["color"] = { 1, 1, 1, 1, }, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["cooldownEdge"] = false, ["uid"] = "QiXQ5iSc(8l", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["04 Heavy/Flaming Cudgel (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { "408873", "410353", }, ["auraspellids"] = { }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = true, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["cooldownEdge"] = false, ["xOffset"] = 0, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["uid"] = "PKI1iiaFPMV", ["anchorFrameParent"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Heavy/Flaming Cudgel (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["08 Anomalous Blast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "353398", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Anomalous Blast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ZEyigd3PEkR", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Fated Conjunction Dot"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { "352538", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350355", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Fated Conjunction Dot", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "SzPcgFef(ol", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["03 Aradne's Falling Strike (Call of the Valkyr)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "8", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["matchesShowOn"] = "showOnMissing", ["event"] = "Combat Log", ["spellIds"] = { }, ["custom"] = "function(event, _, name)\n if event == \"CHAT_MSG_MONSTER_YELL\"\n and aura_env.names[name] then\n C_Timer.After(2.6, function() WeakAuras.ScanEvents(\"CAUSESE_ARADNE\") end)\n elseif event == \"CAUSESE_ARADNE\" then\n return true\n end\nend", ["use_spellId"] = false, ["events"] = "CHAT_MSG_MONSTER_YELL, CAUSESE_ARADNE", ["auraspellids"] = { }, ["check"] = "event", ["useName"] = false, ["subeventSuffix"] = "_CAST_SUCCESS", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_unit_color"] = "class", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { ["custom"] = "--pray there will be a proper event\naura_env.names = {\n [\"Aradne\"] = true, --en\n [\"Арадна\"] = true, --ru\n [\"아라드네\"] = true, --koKR\n [\"阿娜德尼\"] = true, --zhCN\n [\"亞拉登\"] = true, --zhTW\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Aradne's Falling Strike (Call of the Valkyr)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "JUbb478(p(0", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 2103905, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["circle_leaf_fill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 0, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 0 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_4.n_format"] = "none", ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { ["custom"] = "", ["do_custom"] = false, }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {0, 1, 0, 0}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 0, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\circle_leaf_fill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "qSPR4rlzXJY", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "circle_leaf_fill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["02 Molten Eruption / Convergent Eruption"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["use_unit"] = true, ["useName"] = false, ["event"] = "Chat Message", ["spellIds"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 408193 or (spellID == 403101 and WeakAuras.CheckRange(unit, 40, \"<=\")) then\n allstates[spellID] = {\n show = true,\n changed = true,\n icon = select(3, GetSpellInfo(spellID)),\n progressType = \"timed\",\n duration = 5.2,\n expirationTime = 5.2 + GetTime(),\n autoHide = true,\n }\n return true\n end\nend", ["check"] = "event", ["unit"] = "player", ["custom_type"] = "stateupdate", ["auraspellids"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = ")DbbFRJuIiy", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Molten Eruption / Convergent Eruption", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Fire Breath (Preservation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.state.stage then\n return ({ \"I\", \"II\", \"III\", \"IV\" })[aura_env.state.stage]\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 382266, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_spellNames"] = true, ["spellIds"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_empowered"] = true, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "357208", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 382266, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 382266, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 357208, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 357208, ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%c", ["text_text_format_1.stage_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorPoint"] = "OUTER_TOP", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_text_format_1.state_format"] = "none", ["text_text_format_2.s_format"] = "none", ["text_shadowXOffset"] = 0, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_1.empowered_format"] = "none", }, }, ["height"] = 48, ["cooldownEdge"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 357208, ["size"] = { ["multi"] = { }, }, }, ["xOffset"] = 0, ["useAdjustededMax"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, { ["trigger"] = 4, ["variable"] = "onCooldown", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 4, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "cooldownText", }, { ["value"] = true, ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "charged", }, ["changes"] = { { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["adjustedMax"] = "", ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "dHvaTghlHF0", ["selfPoint"] = "CENTER", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Fire Breath (Preservation)", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 48, ["adjustedMin"] = "", ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = 4622458, ["cooldown"] = true, ["progressSource"] = { -1, "", }, }, ["03 Serpent's Fury"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 421672, }, ["use_absorbMode"] = true, ["names"] = { }, ["use_castType"] = false, ["unit"] = "boss1", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "cast", ["npcId"] = "", ["spellIds"] = { }, ["use_npcId"] = false, ["event"] = "Cast", ["use_specific_unit"] = true, ["percentpower"] = "", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["adjustedMax"] = "", ["barColor"] = { 1, 0, 0, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "AoE Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["uid"] = "ERcZFT(bJwH", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 4622459, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Serpent's Fury", ["width"] = 240, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["zoom"] = 0.2, ["config"] = { }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = "AoE", ["property"] = "sub.3.text_text", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["nocircle_leaf_fill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 4, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 4 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {1, 1, 0, 4}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 4, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\nocircle_leaf_fill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "Wzw0aT)U2sT", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "nocircle_leaf_fill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["nocircle_noleaf_fill 2"] = { ["iconSource"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n if aura_env.showText then\n return aura_env.order\n else\n return \"\"\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/hVLym_eLv/67", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["custom_hide"] = "custom", ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["names"] = { }, ["check"] = "event", ["events"] = "ZONE_CHANGED, PLAYER_LOGIN, PLAYER_ENTERING_WORLD", ["custom"] = "function()\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 6, aura_env.frameData)\n if aura_env.debugmode then \n return true \n end\n local text = GetMinimapZoneText()\n if text == aura_env.mistZone then\n return true\n else\n return false\n end\nend\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["custom"] = "function(event,eid,...)\n if event == \"ENCOUNTER_END\" then \n if eid == 2392 and aura_env.showEncounter == false then \n return false \n end\n return true \n elseif event == \"ENCOUNTER_START\" then \n if aura_env.showEncounter == false then \n return false\n else\n return true\n end\n end\n return true\nend\n\n", ["custom_type"] = "status", ["check"] = "event", ["events"] = "ENCOUNTER_START, ENCOUNTER_END, PLAYER_ENTERING_WORLD", ["customName"] = "function()\n return \nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "status", ["unit"] = "player", ["customName"] = "function()\n return aura_env.order \nend", ["custom"] = "function(_,button,order)\n if button == 6 then \n aura_env.order = order\n if order == 9 then \n aura_env.order = \"\"\n end\n return true\n elseif button == 9 then\n aura_env.order = \"\"\n return true\n end\n return true\nend\n\n", ["check"] = "event", ["custom_hide"] = "timed", ["events"] = "TirnaScitheButtonOrder", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 67, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_c_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 15, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 80, ["selfPoint"] = "CENTER", ["load"] = { ["ingroup"] = { ["single"] = "group", ["multi"] = { ["group"] = true, }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["challenge"] = true, }, }, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zone"] = "", ["use_zoneIds"] = true, ["zoneIds"] = "1669", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.debugmode = aura_env.config['debug']\nlocal debug = aura_env.debugmode\naura_env.showEncounter = aura_env.config['encounter']\naura_env.locale=GetLocale()\naura_env.mistZone = \"Mistveil Tangle\"\naura_env.order = \"\"\naura_env.showText = aura_env.config['orderText']\naura_env.noCommunication = aura_env.config['noCommunication']\nif aura_env.locale == \"koKR\" then\n aura_env.mistZone = \"안개장막 덩굴숲\"\nelseif aura_env.locale == \"frFR\" then\n aura_env.mistZone = \"Maquis Voile-de-Brume\"\nelseif aura_env.locale == \"deDE\" then\n aura_env.mistZone = \"Nebelschleierdickicht\"\nelseif aura_env.locale == \"zhCN\" then\n aura_env.mistZone = \"纱雾迷结\"\nelseif aura_env.locale == \"esES\" then\n aura_env.mistZone = \"Espesura Velo de Niebla\"\nelseif aura_env.locale == \"zhTW\" then\n aura_env.mistZone = \"霧紗密林\"\nelseif aura_env.locale == \"esMX\" then\n aura_env.mistZone = \"Espesura Veloniebla\"\nelseif aura_env.locale == \"ruRU\" then\n aura_env.mistZone = \"Туманная чащоба\"\nelseif aura_env.locale == \"ptBR\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\"\nelseif aura_env.locale == \"itIT\" then\n aura_env.mistZone = \"Intrico Velofosco\"\nelseif aura_env.locale == \"ptPT\" then\n aura_env.mistZone = \"Enleio do Véu da Névoa\" \nend\nlocal values = {1, 0, 0, 6}\nlocal message = string.format(\"%d %d %d %d\", values[1], values[2], values[3], values[4])\nlocal name, _ = UnitName(\"player\")\n\nif not aura_env.frameData then\n local b = CreateFrame(\"Button\", nil, WeakAuras.regions[aura_env.id].region)\n b:SetAllPoints(WeakAuras.regions[aura_env.id].region)\n b:RegisterForClicks(\"LeftButtonDown\", \"RightButtonDown\")\n aura_env.frameData = b\n WeakAuras.ScanEvents(\"TirnaScitheButtonData\", 6, b)\nend\nif aura_env.noCommunication then\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\") \n if debug then \n print(\"noCommunication sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n \n end)\nelse\n aura_env.frameData:SetScript(\"OnClick\", function(self, button)\n if debug then print(\"Click Registered - true\") end\n WeakAuras.ScanEvents(\"GlowUpdate\")\n C_ChatInfo.RegisterAddonMessagePrefix(\"Tirna Ver2\")\n if IsPartyLFG() then \n if debug then \n print(\"LFG sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"INSTANCE_CHAT\")\n end\n elseif UnitInParty(\"player\") then \n if debug then \n print(\"party sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"PARTY\")\n end\n else \n if debug then \n print(\"solo sent - \", C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)) \n else\n C_ChatInfo.SendAddonMessageLogged(\"Tirna Ver2\", message .. \" \" .. button, \"WHISPER\", name)\n end\n end\n end)\nend", ["do_custom"] = true, }, ["finish"] = { }, }, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\AddOns\\guess\\nocircle_lotus_fill.tga", ["adjustedMax"] = "", ["parent"] = "Mists of Tirna Scithe guessing game v2", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "dhAZI5EjoCP", ["color"] = { 1, 1, 1, 1, }, ["width"] = 80, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "nocircle_noleaf_fill 2", ["frameStrata"] = 1, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { ["encounter"] = false, ["noCommunication"] = false, ["debug"] = false, ["orderText"] = true, }, ["inverse"] = false, ["cooldownEdge"] = false, ["conditions"] = { }, ["cooldown"] = false, ["authorOptions"] = { { ["type"] = "toggle", ["key"] = "orderText", ["default"] = true, ["useDesc"] = false, ["name"] = "Show Order Text", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "encounter", ["default"] = false, ["useDesc"] = false, ["name"] = "Show during Boss", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "noCommunication", ["default"] = false, ["useDesc"] = false, ["name"] = "Disable Cross-Communication with others running the WA", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "debug", ["default"] = false, ["useDesc"] = false, ["name"] = "|cffff0000Debug testing|r (requires reload for full debug)", ["width"] = 2, }, }, }, ["Felblade"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 232893, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Felblade", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Felblade", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "1fTs7RGzTKo", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["p_ouroboros_stacks"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 381.54620361328, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Uróboros", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Expressway", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["spec"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["use_class_and_spec"] = true, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 16, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 1, 1, 1, 1, }, ["automaticWidth"] = "Auto", ["regionType"] = "text", ["displayText"] = "%s", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "stacks", ["value"] = "20", }, ["changes"] = { { ["value"] = { 0.41176474094391, 1, 0.61176472902298, 1, }, ["property"] = "color", }, }, }, }, ["xOffset"] = -148.892578125, ["preferToUpdate"] = false, ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_ouroboros_stacks", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = "preservation_evoker", ["uid"] = "uBq16a(Bo3l", ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["wordWrap"] = "WordWrap", }, ["Coach"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 14, }, }, { ["trigger"] = { ["itemName"] = 151969, ["duration"] = "0", ["genericShowOn"] = "showOnReady", ["unit"] = "player", ["itemSlot"] = 14, ["debuffType"] = "HELPFUL", ["use_remaining"] = false, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["use_itemName"] = true, ["custom_hide"] = "timed", ["use_itemSlot"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_testForCooldown"] = true, ["type"] = "item", ["event"] = "Cooldown Progress (Equipment Slot)", ["unevent"] = "auto", ["use_unit"] = true, }, ["untrigger"] = { ["use_itemSlot"] = true, ["itemName"] = 151969, ["itemSlot"] = 14, }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "389581", }, ["debuffType"] = "HELPFUL", ["matchesShowOn"] = "showOnMissing", ["useExactSpellId"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "ACShine", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 0, 1, 0.10588235294118, 1, }, ["text_font"] = "Oswald", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class_and_spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { ["scenario"] = true, ["ten"] = true, ["twentyfive"] = true, ["fortyman"] = true, ["party"] = true, ["flexible"] = true, ["arena"] = true, ["twenty"] = true, ["pvp"] = true, }, }, ["use_not_item_bonusid_equipped"] = false, ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["spec"] = { ["multi"] = { }, }, ["not_item_bonusid_equipped"] = "193718", ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["ingroup"] = { ["multi"] = { }, }, ["itemequiped"] = { 193718, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["race"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["source"] = "import", ["progressSource"] = { -1, "", }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", ["parent"] = "Icons", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["desaturate"] = false, ["config"] = { }, ["icon"] = true, ["width"] = 35, ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["semver"] = "1.2.18", ["cooldownTextDisabled"] = false, ["auto"] = true, ["tocversion"] = 100200, ["id"] = "Coach", ["zoom"] = 0.3, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "jN7jbi(Bpla", ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["op"] = ">=", ["variable"] = "show", ["value"] = 0, }, ["changes"] = { { ["value"] = 0, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, ["linked"] = true, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["linked"] = true, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 0.3, ["property"] = "alpha", }, }, }, }, ["cooldown"] = false, ["xOffset"] = 0, }, ["09 Burning Claws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "401330", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2685", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "HeP3pACTQhZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Burning Claws (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[Azure} Azureblade (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g428", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[Azure} Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 372222, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Azure} Azureblade (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "SrcOJ9XgAR9", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["01 Tortured Scream Dot"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "422026", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "upkEYeVajOK", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Tortured Scream Dot", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Devotion/Retribution Aura - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["auranames"] = { "Devotion Aura", }, ["matchesShowOn"] = "showOnMissing", ["use_unit"] = true, ["group_count"] = "0", ["debuffType"] = "HELPFUL", ["useName"] = false, ["group_countOperator"] = "==", ["unevent"] = "auto", ["use_absorbMode"] = true, ["duration"] = "1", ["event"] = "Health", ["useGroup_count"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["names"] = { }, ["unit"] = "group", ["auraspellids"] = { "465", "183435", }, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { [70] = true, [65] = true, [66] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_class"] = true, ["unit"] = "group", ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["subeventSuffix"] = "", ["useExactSpellId"] = false, ["unevent"] = "auto", ["classification"] = { }, ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["class"] = "PALADIN", ["subeventPrefix"] = "", ["use_ignoreDead"] = true, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "NO \\nAURA", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Devotion/Retribution Aura - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "3K2KOwThCmV", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 135893, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["d_source_of_magic"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 61.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Source of Magic", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["remaining_operator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 369459, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 1022, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["stickyDuration"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [82326] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useTooltip"] = false, ["config"] = { }, ["xOffset"] = 92.5, ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_source_of_magic", ["adjustedMax"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "A6NNyf85UMr", ["inverse"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["09 Shadowflame Eruption"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "429866", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Big Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "dgoLIbbev81", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Shadowflame Eruption", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["Reversion 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_sound"] = false, }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["useCount"] = true, ["use_genericShowOn"] = true, ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["charges"] = "3", ["spellIds"] = { 121536, 158624, 121557, }, ["spellName"] = 366155, ["charges_operator"] = "~=", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Reversion", ["use_spellName"] = true, ["count"] = "2", ["use_remaining"] = false, ["custom_hide"] = "timed", ["duration"] = "1", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 121536, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.85882359743118, 0.72156864404678, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 8, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text"] = "%2.s", ["text_text_format_2.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_2.p_time_legacy_floor"] = false, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_2.p_time_precision"] = 1, ["text_text_format_2.p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_font"] = "Expressway", ["text_anchorYOffset"] = 3, ["text_text_format_2.p_time_dynamic_threshold"] = 0, ["text_visible"] = false, ["text_text_format_2.p_time_mod_rate"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PRIEST"] = true, }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["role"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [257] = true, [1468] = true, [256] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["pvptalent"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 366155, ["size"] = { ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["value"] = 1, ["variable"] = "show", }, { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "onCooldown", }, { ["trigger"] = 1, ["op"] = ">", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "0", ["variable"] = "charges", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "5IPNpw1GAWI", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Reversion 2", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 33, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Hover 1"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.53725492954254, 0.90980398654938, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["single"] = "SHAMAN", ["multi"] = { ["EVOKER"] = true, }, }, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_class_and_spec"] = false, ["use_spec"] = false, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 358267, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Hover - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_power"] = false, ["names"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["duration"] = "1", ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_rune"] = true, ["powertype"] = 19, ["use_trackcharge"] = true, ["debuffType"] = "HELPFUL", ["trackcharge"] = "1", ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = true, ["spellName"] = 358267, ["charges_operator"] = ">", ["type"] = "spell", ["use_requirePowerType"] = false, ["power"] = "1", ["power_operator"] = "==", ["use_charges"] = false, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Hover", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "1", ["rune"] = 1, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["auranames"] = { "358267", }, ["ownOnly"] = true, ["matchesShowOn"] = "showOnMissing", ["type"] = "aura2", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["configGroup"] = "combo_points", ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["scalex"] = 1, ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["duration"] = "0.3", ["y"] = 0, ["x"] = 0, ["rotateType"] = "straight", ["rotate"] = 360, ["easeStrength"] = 3, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorB"] = 1, ["duration_type"] = "seconds", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = false, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["icon_side"] = "RIGHT", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["internalVersion"] = 75, ["spark"] = false, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Hover 1", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 56, ["sparkColor"] = { 1, 1, 1, 1, }, ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"hover\"", ["do_custom"] = true, }, }, ["inverse"] = true, ["uid"] = "eXcBP7Rb9lh", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1, aura_env.states[1].maxCharges)", }, ["property"] = "customcode", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", }, ["09 Incarnate"] = { ["iconSource"] = 0, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["names"] = { }, ["event"] = "Cast", ["useExactSpellId"] = false, ["castType"] = "cast", ["use_absorbHealMode"] = true, ["spellIds"] = { }, ["spellNames"] = { 412761, }, ["type"] = "unit", ["use_spellNames"] = true, ["use_unit"] = true, ["auraspellids"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 5319139, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["uid"] = "ZfPxAsbThKL", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Incarnate", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Augmentation"] = { ["grow"] = "HORIZONTAL", ["controlledChildren"] = { "Ebon Might", "d_FireBreath", "Time Skip", "SleepWalk", "BlisteringScales", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = -38.111145019531, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0.99832124710083, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["Time Skip"] = false, ["BlisteringScales"] = false, ["Ebon Might"] = false, ["d_FireBreath"] = false, ["SleepWalk"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "l0lZTaSryVM", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Augmentation", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["preservation_evoker"] = { ["controlledChildren"] = { "p_ouroboros", "p_ouroboros_stacks", "p_spiritbloom", "p_reversion", "p_dream_breath", "p_temporal_anomaly", "p_emerald_communion", "p_time_dilation", "p_stasis", "p_dream_flight", "p_rewind", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["preferToUpdate"] = false, ["yOffset"] = -207.59240722656, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["selfPoint"] = "CENTER", ["version"] = 38, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["uid"] = "lE8SDLGNLEv", ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "preservation_evoker", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -36.290588378906, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["groupIcon"] = 4622454, }, ["06 Protoform Radiance"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "363538", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2539", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038101, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "HkUDdEKq1xf", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "06 Protoform Radiance", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Silverflint Range Tracker"] = { ["outline"] = "None", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = -140.501953125, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Range Check", ["unit"] = "target", ["names"] = { }, ["range"] = "25", ["spellIds"] = { }, ["use_range"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["range_operator"] = ">=", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_hostility"] = true, ["use_absorbMode"] = true, ["event"] = "Unit Characteristics", ["hostility"] = "hostile", ["use_unit"] = true, ["unit"] = "target", ["use_absorbHealMode"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 64, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 1, 0, 0.0039215688593686, 1, }, ["displayText"] = "^", ["regionType"] = "text", ["automaticWidth"] = "Fixed", ["conditions"] = { }, ["preferToUpdate"] = false, ["parent"] = ".EvokerUI-Preheat", ["displayText_format_p_time_precision"] = 1, ["uid"] = "GeodNxDsCAh", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "CENTER", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Silverflint Range Tracker", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, }, ["wordWrap"] = "WordWrap", }, ["03 Word of Recall"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "", }, ["auranames"] = { }, ["matchesShowOn"] = "showOnMissing", ["names"] = { }, ["duration"] = "2.6", ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_SUCCESS", ["useExactSpellId"] = false, ["unit"] = "player", ["event"] = "Combat Log", ["spellIds"] = { }, ["auraspellids"] = { }, ["use_spellId"] = false, ["events"] = "CHAT_MSG_MONSTER_YELL, UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_SUCCEEDED:boss, ENCOUNTER_START", ["custom"] = "function(allstates, event, ...)\n if event == \"CHAT_MSG_MONSTER_YELL\"\n and aura_env.trackCalls then\n local _, name = ...\n if name then\n local call = aura_env.isAgatha[name] and \"Agatha\" or aura_env.isAradne[name] and \"Aradne\" or aura_env.isAnnhylde[name] and \"Annhylde\"\n if call then\n table.insert(aura_env.calls, call)\n end\n end\n elseif event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 350687 then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if duration and expirationTime then\n if #aura_env.calls > 0 then\n for _, call in pairs(aura_env.calls) do\n allstates[call] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n name = aura_env.list[call] and aura_env.list[call][1],\n icon = aura_env.list[call] and aura_env.list[call][2],\n call = call,\n autoHide = true,\n }\n end\n return true\n else\n allstates[\"recall\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n name = \"Calls Inc\",\n icon = 252188,\n autoHide = true,\n }\n return true\n end\n end\n end\n elseif event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local _, _, spellID = ...\n if spellID == 350687 then\n for _, call in pairs(aura_env.calls) do\n if call == \"Aradne\" then\n allstates[\"Aradne\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 8,\n expirationTime = 8 + GetTime(),\n name = \"Soak\",\n icon = 2103905,\n autoHide = true,\n }\n end\n end\n aura_env.calls = {}\n return true\n elseif spellID == 350745 then\n aura_env.trackCalls = true\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.trackCalls = false\n aura_env.calls = {}\n end\nend", ["check"] = "event", ["useName"] = false, ["custom_hide"] = "timed", ["customVariables"] = "{\ncall = \"string\",\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_text_format_p_format"] = "timed", ["text_fixedWidth"] = 64, ["text_selfPoint"] = "AUTO", ["text_text_format_name_format"] = "none", ["text_text_format_unit_color"] = "class", ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["type"] = "subtext", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_automaticWidth"] = "Auto", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { }, ["encounterid"] = "2429", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound_path"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.calls = {}\naura_env.isAnnhylde = {\n [\"Annhylde\"] = true, --en\n [\"Аннгильда\"] = true, --ru\n [\"안힐드\"] = true, --koKR\n [\"安海尔德\"] = true, --zhCN\n [\"安海德\"] = true, --zhTW\n}\naura_env.isAradne = {\n [\"Aradne\"] = true, --en\n [\"Арадна\"] = true, --ru\n [\"아라드네\"] = true, --koKR\n [\"阿娜德尼\"] = true, --zhCN\n [\"亞拉登\"] = true, --zhTW\n}\naura_env.isAgatha = {\n [\"Agatha\"] = true, --en\n [\"Агата\"] = true, --ru\n [\"Ágata\"] = true, --ptBR\n [\"아가타\"] = true, --koKR\n [\"阿加莎\"] = true, --zhCN\n [\"亞加薩\"] = true, --zhTW\n}\naura_env.list = {\n [\"Aradne\"] = {\"Soak Inc\", 2103905},\n [\"Agatha\"] = {\"Dance Inc\", 1376744},\n [\"Annhylde\"] = {\"Shields Inc\", 1320371},\n}", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "Annhylde", ["variable"] = "call", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Shield.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "Agatha", ["variable"] = "call", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dance.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "Aradne", ["variable"] = "call", }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.51372549019608, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.51372549019608, ["type"] = "none", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0.51372549019608, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Word of Recall", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "Qxq5aENBp5)", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 252188, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["02 Sinseeker Dot"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "335304", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "PSq(uzaI74F", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "02 Sinseeker Dot", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, [".EvokerDurations"] = { ["controlledChildren"] = { "DragonRage", "EbonMight", "PI", "Hovering", "scales", "Burnout 3", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 23, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 38, ["subRegions"] = { }, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["borderInset"] = 1, ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = ".EvokerDurations", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["config"] = { }, ["parent"] = ".EvokerUI-Preheat", ["uid"] = "lVcKvMH1UOy", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["selfPoint"] = "CENTER", }, ["05 Ruinblade (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "350422", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2434", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Ruinblade (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "VM)nD732HGP", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["07 Fancy Footwork"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "346035", }, ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "346690", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+%tooltip1%% Haste", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "EyXPO7NKK0T", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "07 Fancy Footwork", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["01 Grasp of Death"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "347668", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["useName"] = false, ["auraspellids"] = { "347668", "347681", "357431", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Grasp of Death", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "NHHPdYehf44", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["Throw Glaive"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 185123, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Throw Glaive", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 3, ["multi"] = { true, [3] = true, }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Throw Glaive", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "f8)xv12NbJh", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["09 Wicked Laceration"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "333913", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.5921568627451, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = false, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "ysZQqlWE1ux", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "09 Wicked Laceration", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["op"] = "", ["variable"] = "customcheck", ["value"] = "function()\n return select(3, GetInstanceInfo()) ~= 16\nend", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.6.text_visible", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["01 High Energy 2"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "180773", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["names"] = { }, ["use_unit"] = true, ["useName"] = false, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["use_debuffClass"] = false, ["event"] = "Power", ["use_percentpower"] = true, ["use_npcId"] = true, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["unit"] = "boss1", ["useExactSpellId"] = false, ["ignoreAuraSpellids"] = { }, ["percentpower"] = { "85", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["npcId"] = "180773", ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["percenthealth_operator"] = { ">", }, ["use_percenthealth"] = true, ["unit"] = "boss1", ["names"] = { }, ["use_absorbHealMode"] = true, ["use_powertype"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["percenthealth"] = { "40", }, ["event"] = "Health", ["use_percentpower"] = true, ["use_npcId"] = true, ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["use_specific_unit"] = true, ["ignoreAuraSpellids"] = { }, ["percentpower"] = "85", ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.031372549019608, 0, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["normal"] = true, ["lfr"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "2Uej3eHB1Ci", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 High Energy 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["p_dream_breath"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 281.58721923828, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 382614, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["realSpellName"] = "Dream Breath", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["adjustedMax"] = "", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["use_class_and_spec"] = true, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["single"] = 12, ["multi"] = { [388007] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_level"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 355936, ["role"] = { ["multi"] = { }, }, }, ["frameStrata"] = 2, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "Interface\\Icons\\inv_sword_2h_artifactashbringer_d_01", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useCooldownModRate"] = true, ["config"] = { }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["width"] = 35, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "p_dream_breath", ["parent"] = "preservation_evoker", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = -110.20562744141, ["uid"] = "Lci1LXL5z2i", ["inverse"] = true, ["progressSource"] = { -1, "", }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_custom"] = false, ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, }, ["Haunt"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["rem"] = "8", ["auranames"] = { "48181", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["ownOnly"] = true, ["unit"] = "target", ["duration"] = "1", ["charges"] = "0", ["debuffType"] = "HARMFUL", ["charges_operator"] = "==", ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["spellName"] = 48181, ["event"] = "Cooldown Progress (Spell)", ["type"] = "aura2", ["realSpellName"] = "Блуждающий дух", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["remOperator"] = ">=", ["use_charges"] = false, ["use_track"] = true, ["names"] = { "Черная душа: Страдание", }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, { ["trigger"] = { ["track"] = "auto", ["rem"] = "8", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["use_unit"] = true, ["names"] = { "Черная душа: Страдание", }, ["use_charges"] = false, ["spellName"] = 48181, ["custom_hide"] = "timed", ["charges_operator"] = "==", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["ownOnly"] = true, ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Haunt", ["use_spellName"] = true, ["spellIds"] = { }, ["charges"] = "0", ["remOperator"] = ">=", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 48181, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.86274516582489, 0.69019609689713, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { [389359] = true, [389623] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { [91552] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["role"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = false, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 48181, ["use_class_and_spec"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "INTERFACE\\ICONS\\spell_warlock_demonsoul", ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Haunt", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "8yUbCVac9XB", ["inverse"] = true, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "3", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["glow_frame"] = "WeakAuras:DS", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["01 Exposed Core Channel"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_unit"] = true, ["duration"] = "", ["use_genericShowOn"] = true, ["spellName"] = 0, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["unit"] = "boss", ["event"] = "Cast", ["use_spellNames"] = true, ["realSpellName"] = 0, ["castType"] = "channel", ["use_spellName"] = false, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["use_absorbMode"] = true, ["use_track"] = true, ["spellNames"] = { 360412, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Stay Hidden", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontType"] = "THICKOUTLINE", ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Exposed Core Channel", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "71erYWql(uy", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 2065616, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["06 Shrapnel Bombs (Tanks Only)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.69803923368454, 0.72156864404678, 0.73333334922791, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["displayIcon"] = 133710, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "80", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_powertype"] = false, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["unit"] = "player", ["event"] = "Power", ["use_percentpower"] = false, ["names"] = { }, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1, CLEU:SPELL_DAMAGE:SPELL_MISSED", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n local spellID = select(3, ...)\n if spellID == 406725 then\n allstates[\"bombs\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 30,\n expirationTime = 30 + GetTime(),\n remaining = aura_env.isMythic and 3 or \"\",\n autoHide = true,\n }\n return true\n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" and aura_env.isMythic then\n local spellID = select(12, ...)\n if spellID == 404955 then\n local state = allstates[\"bombs\"]\n if state then\n state.remaining = state.remaining - 1\n state.changed = true\n if state.remaining <= 0 then\n state.show = false\n --PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\Clear.ogg\", \"MASTER\")\n else\n --PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..state.remaining..\".ogg\", \"MASTER\")\n end\n return true\n end\n end\n end\nend", ["custom_type"] = "stateupdate", ["check"] = "event", ["spellIds"] = { }, ["percentpower"] = { "", }, ["percentpower_operator"] = { ">=", }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Time Left", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%remaining", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "ICON_CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 29, ["anchorXOffset"] = 0, ["text_text_format_remaining_format"] = "none", }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHeight"] = 30, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["id"] = "06 Shrapnel Bombs (Tanks Only)", ["semver"] = "1.0.44", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkHidden"] = "NEVER", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local _, _, ID = GetInstanceInfo()\naura_env.isMythic = ID == 16", ["do_custom"] = true, }, ["finish"] = { }, }, ["frameStrata"] = 1, ["width"] = 240, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["uid"] = "n3XctQ)uk7Y", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["config"] = { }, }, ["SleepWalk"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Sleep Walk", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 360806, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 24, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 35, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["load"] = { ["use_petbattle"] = false, ["zone"] = "The Forbidden Reach", ["use_class_and_spec"] = true, ["use_class"] = true, ["use_zone"] = false, ["use_spec"] = true, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["xOffset"] = 0, ["width"] = 35, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "SleepWalk", ["frameStrata"] = 2, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["uid"] = "5z(5VnV3D5k", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["parent"] = "Augmentation", }, ["08 Echoing Fissure"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 403272, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "", ["use_genericShowOn"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Cast", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_absorbHealMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136025, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "E)qtcd24Xrl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "08 Echoing Fissure", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["d_time_spiral"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -2.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = "<=", ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = false, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["spellName"] = 374968, ["unit"] = "player", ["type"] = "spell", ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_showOn"] = true, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Time Spiral", ["use_spellName"] = true, ["spellIds"] = { }, ["use_remaining"] = false, ["subeventSuffix"] = "_CAST_START", ["use_genericShowOn"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 1044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["stickyDuration"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [377043] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useTooltip"] = false, ["config"] = { }, ["xOffset"] = 124.5, ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_time_spiral", ["adjustedMax"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "4mg3pdIdRV(", ["inverse"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["08 Seismic Shift"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = 332318, ["auranames"] = { "340817", }, ["duration"] = "1", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = true, ["names"] = { }, ["auraspellids"] = { "331209", }, ["unevent"] = "auto", ["fetchTooltip"] = false, ["event"] = "Cast", ["use_unit"] = true, ["use_absorbMode"] = true, ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["use_specific_unit"] = true, ["unit"] = "player", }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", ["multi"] = { ["mythic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["encounterid"] = "2399", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136025, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "8qtfPMJeFJY", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.5921568627451, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.5921568627451, ["type"] = "preset", ["easeType"] = "none", ["colorB"] = 0.5921568627451, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 Seismic Shift", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["10 Fatal Finesse (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useGroup_count"] = true, ["unit"] = "group", ["ignoreSelf"] = true, ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["group_count"] = "0", ["auranames"] = { "332794", }, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "332794", }, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["useExactSpellId"] = true, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "332794", }, ["useName"] = false, ["spellIds"] = { }, ["auraspellids"] = { "332794", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnMissing", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["use_difficulty"] = false, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["url"] = "https://wago.io/slraid1/144", ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3528309", ["adjustedMax"] = "", ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "7Uq2Z(7EAh8", ["selfPoint"] = "CENTER", ["width"] = 80, ["alpha"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "10 Fatal Finesse (Others)", ["frameStrata"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { ["do_custom"] = false, ["custom"] = "", ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_custom"] = false, ["custom"] = "", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, }, ["conditions"] = { }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["[NL] Razor Shards (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 188169, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Razor Shards (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "rnNRPQjt1GG", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["07 Lingering Burn"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "425574", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "xeYmSpl37p1", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Lingering Burn", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[TNO] Necrotic Erruption (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 387608, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294123888016, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Necrotic Erruption (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "8n6XqxLaZbw", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["{NLTH] Lavafountain (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g431", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharus - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 375251, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{NLTH] Lavafountain (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "JiIDdbuIsWj", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["03 Molten Venom"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "419054", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "GYByvI)4VIe", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Molten Venom", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Mythic+ seasonal highest runs"] = { ["outline"] = "OUTLINE", ["iconSource"] = -1, ["wagoID"] = "KnnW6_3C3", ["parent"] = "Mythic+ Seasonal Highest Runs", ["preferToUpdate"] = true, ["customText"] = "function ()\n return aura_env.region.main(); \nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownTextDisabled"] = false, ["cooldownSwipe"] = true, ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["finish"] = { ["do_message"] = false, }, ["init"] = { ["custom"] = "---@diagnostic disable: undefined-global\nlocal region = aura_env.region\nlocal env = aura_env\nlocal mapIDs = C_ChallengeMode.GetMapTable() -- (this information can also came from https://wow.tools/dbc/?dbc=mapchallengemode)\nlocal tyrannicalName = C_ChallengeMode.GetAffixInfo(9)\nlocal fortifiedName = C_ChallengeMode.GetAffixInfo(10)\n\n-- =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=#\n-- Flag to activate or not DebugLog addon. It's not anymore in the WA options.\n--\n-- TO BE DELETED IN A FUTURE PATCH\n-- \n--local activateDebugLog = 0\n--local iDebug = 0 -- debugIncrement for header\n--local iDebug2 = 0 -- debugIncrement for debugLog\n\n-- For DebugLog Addon TO BE DELETED IN A LATER PATCH\n--local function CustomDebug(data) \n-- if activateDebugLog == 1 then\n-- if iDebug == 0 then\n-- DLAPI.DebugLog(\"Mythic+ Score\", \"name;bestlevel;tyranniqueLevel;scoreTyrannique;tyranniqueOvertime;fortifiedLevel;scoreFortified;fortifiedOvertime;bestOverallScore\")\n-- iDebug = iDebug+1\n-- end\n-- if iDebug2 < table.getn(mapIDs) then\n-- DLAPI.DebugLog(\"Mythic+ Score\", format(\"%s;%s;%s;%s;%s;%s;%s;%s;%s\", data.name, data.level or \"nil\", data.sTLevel or \"nil\", data.sT or \"nil\", tostring(data.sTOvertime) or \"nil\", data.sFLevel or \"nil\", data.sF or \"nil\", tostring(data.sFOvertime) or \"nil\", data.bestOverAllScore or \"nil\"))\n-- iDebug2 = iDebug2 +1\n-- end\n-- end\n--end\n-- =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=# =#=#=#=#=#=#\n\n\n-- Flag to activate or not ViragDevTool addon. It's not anymore in the WA options and only bound on my account\nlocal activateViragDevTool = 1\n\nif (UnitName(\"player\") == \"Rakhalar\") then\n -- It's me, good to go\nelse\n activateViragDevTool = 0\n --in each case deactivate the ViragDevtool addon, so no more missed 1 flag on production release\nend\n\n-- For ViragDevTool Addon\nlocal function CustomPrint(tData, strName)\n if activateViragDevTool == 1 then\n ViragDevTool_AddData(tData, strName)\n end\nend\n\nregion.main = function()\n -- Vars\n local colorNotDoneYet = \"|c00ffff63\"\n local colorOK = \"|c0073ff73\"\n local colorKO = \"|c00F55660\"\n local colorWhite = \"|c00FFFFFF\"\n local affixes = C_MythicPlus.GetCurrentAffixes()\n local currentAffixID = 0\n if (affixes) then\n currentAffixID = affixes[1].id\n end\n \n --------------------------------------------------------------------------------------------------------\n -- Retrieving Mythic+ information --\n --------------------------------------------------------------------------------------------------------\n local function GetRunInfo(mapID)\n local intimeInfo, overtimeInfo = C_MythicPlus.GetSeasonBestForMap(mapID)\n -- GetSeasonBestAffixScoreInfoForMap is for new 9.1 score system. \n local affixScores, bestOverAllScore = C_MythicPlus.GetSeasonBestAffixScoreInfoForMap(mapID)\n local r = {}\n \n r.name = C_ChallengeMode.GetMapUIInfo(mapID)\n \n if intimeInfo then\n r.time = intimeInfo.durationSec\n r.level = intimeInfo.level\n r.overtime = false\n r.color = colorOK\n elseif overtimeInfo then\n r.time = overtimeInfo.durationSec\n r.level = overtimeInfo.level\n r.overtime = true\n r.color = colorKO\n end\n \n -- The api can return up to 2 array, just named \"1\" and \"2\" without distinction on which affix it's. We need to determine it afterward\n if affixScores then\n for i = 1, 2 do\n if affixScores[i] then\n if affixScores[i].name == tyrannicalName then\n r.sTRawScore = affixScores[i].score or 0\n r.sTRawLevel = affixScores[i].level or 0\n r.sTOvertime = affixScores[i].overTime\n r.sTColor = C_ChallengeMode.GetSpecificDungeonScoreRarityColor(affixScores[i].score)\n r.sTTime = affixScores[i].durationSec\n else \n r.sFRawScore = affixScores[i].score or 0\n r.sFRawLevel = affixScores[i].level or 0\n r.sFOvertime = affixScores[i].overTime\n r.sFColor = C_ChallengeMode.GetSpecificDungeonScoreRarityColor(affixScores[i].score)\n r.sFTime = affixScores[i].durationSec\n end\n end\n end\n end\n \n if env.config.scoreRelated.scoreRatedOverBase then\n -- Adding the multiplier to have coherent affix score (even if it's not the real score)\n local mult = 0.5\n local localTyraScore = 0\n local localFortiScore = 0\n if r.sTRawScore then\n if r.sFRawScore then\n if r.sTRawScore == r.sFRawScore then\n if r.sTTime < r.sFTime then\n mult = 1.5\n end \n elseif r.sTRawScore > r.sFRawScore then\n mult = 1.5\n end\n else\n mult = 1.5\n end\n localTyraScore = format(\"%.0f\",r.sTRawScore*mult)\n end\n mult = 0.5\n if r.sFRawScore then\n if r.sTRawScore then\n if r.sTRawScore == r.sFRawScore then\n if r.sFTime < r.sTTime then\n mult = 1.5\n end \n elseif r.sFRawScore > r.sTRawScore then\n mult = 1.5\n end\n else\n mult = 1.5\n end\n localFortiScore = format(\"%.0f\",r.sFRawScore*mult)\n end\n r.sFRawScore = localFortiScore\n r.sTRawScore = localTyraScore\n end\n \n r.bestOverAllScore = bestOverAllScore or 1\n r.overallColor = C_ChallengeMode.GetSpecificDungeonOverallScoreRarityColor(r.bestOverAllScore);\n \n return r\n end\n \n \n --------------------------------------------------------------------------------------------------------\n -- Display Functions Section --\n --------------------------------------------------------------------------------------------------------\n \n local function DisplayHeader()\n local lineTotalScore = \"Total score: %s\\n\"\n local h = \"|T525134:0|t Highest runs |T525134:0|t \\n\"\n local ratingSummary = C_PlayerInfo.GetPlayerMythicPlusRatingSummary(\"player\");\n if (ratingSummary) then\n local mythicPlusDungeonScore = ratingSummary.currentSeasonScore;\n if (mythicPlusDungeonScore > 0) then\n local score = C_ChallengeMode.GetDungeonScoreRarityColor(mythicPlusDungeonScore):WrapTextInColorCode(mythicPlusDungeonScore)\n h = h .. string.format(lineTotalScore, score)\n end\n end\n local tyra = \"Tyra.\"\n local forti = \"Forti.\"\n if currentAffixID == 9 then\n tyra = \"|c007FFF00Tyra.|r\"\n else\n forti = \"|c007FFF00Forti.|r\"\n end\n \n return h .. string.format(\"Score | %s - %s | Level & Dungeon\\n\", tyra, forti)\n end\n \n local function DisplayMyKeystone()\n if env.config.generalOptions.displayMyKeystone then -- My keystone\n local ownedKeystoneID = C_MythicPlus.GetOwnedKeystoneChallengeMapID()\n if ownedKeystoneID ~= nil then\n local keystoneName = C_ChallengeMode.GetMapUIInfo(ownedKeystoneID)\n local keystoneLevel = C_MythicPlus.GetOwnedKeystoneLevel()\n return string.format(\"|c00C0C0C0My Keystone:|r |c00ffff63+%s %s|r\\n\\n\", keystoneLevel, keystoneName)\n end\n end\n return \"\"\n end\n \n local function DisplayMyImprovements(gridAffix)\n if env.config.generalOptions.displayImprovements then\n return string.format(\"|c00FFFFFFDungeons to work on this week:|r |c00C0C0C0\\n %s (+%s)\\n %s (+%s)\\n %s (+%s)\", gridAffix[table.getn(mapIDs)][\"Name\"], gridAffix[table.getn(mapIDs)][\"LevelImprovableThisWeek\"], gridAffix[table.getn(mapIDs)-1][\"Name\"], gridAffix[table.getn(mapIDs)-1][\"LevelImprovableThisWeek\"], gridAffix[table.getn(mapIDs)-2][\"Name\"], gridAffix[table.getn(mapIDs)-2][\"LevelImprovableThisWeek\"])\n end\n return \"\"\n end\n \n local function FormatString(grid)\n \n local color = grid[\"Color\"]\n local level = grid[\"Level\"]\n local name = grid[\"Name\"]\n local overallScore = grid[\"ScoreBestOverall\"]\n local sF = grid[\"SFRawScore\"]\n local sT = grid[\"STRawScore\"]\n local sFOvertime = grid[\"SFOvertime\"]\n local sTOvertime = grid[\"STOvertime\"]\n local sFLevel = grid[\"SFRawLevel\"]\n local sTLevel = grid[\"STRawLevel\"]\n local sFColor = grid[\"SFColor\"]\n local sTColor = grid[\"STColor\"]\n local overallColor = grid[\"ScoreBestOverallColor\"]\n \n local r\n local colorT, colorF\n local spaceOverall = \"\"\n local spaceScoreTyra = \"\"\n local spaceScoreForti = \"\"\n local spaceLevelTyra = \"\"\n local spaceLevelForti = \"\"\n if sFOvertime then colorF = colorKO else colorF = colorOK end\n if sTOvertime then colorT = colorKO else colorT = colorOK end\n \n if string.len(overallScore) == 1 then spaceOverall = \" \" elseif string.len(overallScore) == 2 then spaceOverall = \" \" elseif string.len(overallScore) == 3 then spaceOverall = \" \" end \n if string.len(sT) == 1 then spaceScoreTyra = \" \" elseif string.len(sT) == 2 then spaceScoreTyra = \" \" end \n if string.len(sF) == 1 then spaceScoreForti = \" \" elseif string.len(sF) == 2 then spaceScoreForti = \" \" end \n if string.len(sTLevel) == 1 then spaceLevelTyra = \" \" end \n if string.len(sFLevel) == 1 then spaceLevelForti = \" \" end \n \n -- Colorize the score with Blizzard's rarity color (need to be done after counting char to avoid the color to be counted)\n if sTColor then sT = sTColor:WrapTextInColorCode(sT) end\n if sFColor then sF = sFColor:WrapTextInColorCode(sF) end\n \n if level ~= nil and level > 0 then\n r = format(\"%s\", colorWhite)\n if overallScore ~= nil and overallColor ~= nil then\n overallScore = overallColor:WrapTextInColorCode(overallScore) \n end\n -- Segment 1 : Score \n r = r .. format(\" %s%s |r\",spaceOverall, overallScore)\n -- Segment 2 : Tyra Score +Tyra Level - Forti Score +Forti Level\n r = r .. format(\"|r| %s%s%s +%s%s |r- %s%s%s +%s%s|r|r |\", colorT, spaceScoreTyra, sT, sTLevel, spaceLevelTyra, colorF, spaceScoreForti, sF, sFLevel, spaceLevelForti)\n -- Segment 3 : +Level Dungeon Name\n r = r .. format(\" |r%s+%s %s\", color, tostring(level), name)\n r = r .. \"\\n\"\n else\n r = format(\" %s%s |c00C0C0C0not cleared yet|r\\n\", colorNotDoneYet, name)\n end\n return r\n end\n \n --------------------------------------------------------------------------------------------------------\n -- Dungeon Array Creation --\n --------------------------------------------------------------------------------------------------------\n \n local grid = {}\n for key, valeur in ipairs(mapIDs) do -- For each dungeons defined in mapIDs we create an array to sort them later\n grid[key] = {}\n local runInfo = GetRunInfo(valeur)\n \n grid[key][\"Name\"] = runInfo.name\n grid[key][\"Level\"] = runInfo.level or 0\n grid[key][\"Color\"] = runInfo.color or \"\"\n \n grid[key][\"STRawScore\"] = runInfo.sTRawScore or 0\n grid[key][\"STRawLevel\"] = runInfo.sTRawLevel or 0\n grid[key][\"STOvertime\"] = runInfo.sTOvertime\n grid[key][\"STColor\"] = runInfo.sTColor\n \n grid[key][\"SFRawScore\"] = runInfo.sFRawScore or 0\n grid[key][\"SFRawLevel\"] = runInfo.sFRawLevel or 0\n grid[key][\"SFOvertime\"] = runInfo.sFOvertime\n grid[key][\"SFColor\"] = runInfo.sFColor\n \n grid[key][\"ScoreBestOverall\"] = runInfo.bestOverAllScore or 0\n grid[key][\"ScoreBestOverallColor\"] = runInfo.overallColor\n if currentAffixID == 9 then\n grid[key][\"LevelImprovableThisWeek\"] = grid[key][\"STRawLevel\"]\n else\n grid[key][\"LevelImprovableThisWeek\"] = grid[key][\"SFRawLevel\"]\n end \n end\n \n if env.config.scoreRelated.sortByScore then\n table.sort( -- sorting the table with Overall Score descendant\n grid,\n function(lhs, rhs)\n return lhs[\"ScoreBestOverall\"] > rhs[\"ScoreBestOverall\"]\n end\n )\n else\n table.sort( -- sorting the table with keylevel descendant\n grid,\n function(lhs, rhs)\n return lhs[\"Level\"] > rhs[\"Level\"]\n end\n )\n end\n \n for key, _ in ipairs(grid) do\n CustomPrint(grid[key], format(\"%s %s\", tostring(grid[key][\"Level\"]), grid[key][\"Name\"]))\n end\n \n local gridAffix = {}\n if env.config.generalOptions.displayImprovements then\n gridAffix = grid -- used to sort by affix scores instead of overall score / key level\n table.sort(\n gridAffix,\n function(lhs, rhs)\n if currentAffixID == 9 then\n return lhs[\"STRawScore\"] > rhs[\"STRawScore\"]\n else\n return lhs[\"SFRawScore\"] > rhs[\"SFRawScore\"]\n end\n end\n ) \n end\n \n --------------------------------------------------------------------------------------------------------\n -- Display Section --\n --------------------------------------------------------------------------------------------------------\n local result\n \n result = DisplayHeader()\n \n for key, _ in ipairs(grid) do -- each dungeons sorted\n result = result .. FormatString(grid[key])\n end\n result = result .. \"|c00FFFFFF\\n\"\n \n result = result .. DisplayMyKeystone()\n result = result .. DisplayMyImprovements(gridAffix)\n \n return result\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_alwaystrue"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["duration"] = "0", ["debuffType"] = "HELPFUL", ["use_eventtype"] = true, ["spellName"] = 0, ["spellIds"] = { }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["unevent"] = "auto", ["custom_type"] = "event", ["unit"] = "player", ["event"] = "Health", ["eventtype"] = "PLAYER_REGEN_DISABLED", ["realSpellName"] = 0, ["use_spellName"] = true, ["events"] = "PLAYER_ENTERING_WORLD, PLAYER_REGEN_ENABLED", ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["custom_hide"] = "timed", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["eventtype"] = "PLAYER_REGEN_DISABLED", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(triggers)\n return triggers[1]\nend", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["wordWrap"] = "Elide", ["xOffset"] = 0, ["cooldown"] = false, ["desc"] = "Mythic + seasonal highest runs. \nUseful to know what keystone level you need to apply when your are applying to PU.", ["fixedWidth"] = 200, ["font"] = "Fira Mono Medium", ["version"] = 52, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 64, ["url"] = "https://wago.io/KnnW6_3C3/52", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["zone"] = "Sinfall", ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = false, ["role"] = { }, ["use_itemequiped"] = false, ["level"] = { "70", }, ["size"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 132, ["multi"] = { }, }, ["instance_type"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_zone"] = false, ["difficulty"] = { }, ["level_operator"] = { ">=", }, ["zoneIds"] = "g418, g411, g417, g416, 1657,1668, 1683, 1695, 1669, 1676, 1497", ["faction"] = { }, ["use_level"] = true, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["itemtypeequipped"] = { ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["desaturate"] = false, ["fontSize"] = 12, ["source"] = "import", ["uid"] = "Q0d(4UHuPFa", ["shadowXOffset"] = 0, ["displayText_format_c_format"] = "none", ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["regionType"] = "text", ["cooldownEdge"] = false, ["color"] = { 0.9843137254902, 1, 0.9843137254902, 1, }, ["displayText_format_p_time_precision"] = 1, ["justify"] = "LEFT", ["anchorFrameParent"] = false, ["displayText_format_p_time_dynamic_threshold"] = 60, ["displayText"] = "%c", ["zoom"] = 0, ["semver"] = "2.2.2", ["tocversion"] = 100002, ["id"] = "Mythic+ seasonal highest runs", ["shadowYOffset"] = 0, ["frameStrata"] = 1, ["width"] = 64, ["selfPoint"] = "BOTTOM", ["config"] = { ["generalOptions"] = { ["displayMyKeystone"] = true, ["displayImprovements"] = true, }, ["scoreRelated"] = { ["scoreRatedOverBase"] = false, ["sortByScore"] = true, }, }, ["inverse"] = false, ["icon"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["debugLog"] = false, ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { { ["text"] = " |T525134:0|t |rMythic+ Seasonal highest Runs|r |T525134:0|t", ["type"] = "description", ["fontSize"] = "large", ["width"] = 2, }, { ["type"] = "header", ["useName"] = false, ["text"] = "", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "This weak aura is useful to see at a glance the level of your Mythic+ keys you have done this season.\n\nYou can see this weak aura under the PVE Frame, where you search for raids or dungeons group. You need to be level max prior to see it.", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["subOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Display \"My Keystone\"", ["useDesc"] = true, ["key"] = "displayMyKeystone", ["desc"] = "Display at the bottom of the weakaura your current owned keystone.", }, { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Dungeons to improve this week", ["useDesc"] = true, ["key"] = "displayImprovements", ["desc"] = "Let the weekaura tell you which dungeon you need to improve your score. It displays the 3 lowest scored dungeon. Note: it also sort by current weekly affix score, overriding below options.", }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "General options", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "generalOptions", ["size"] = 10, }, { ["subOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Sort by Overall Score", ["useDesc"] = true, ["key"] = "sortByScore", ["desc"] = "Sort your best runs by the overall score instead of the level of your key done.", }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "There are two ways for the score to be displayed.The first one, Base Score, is the real score given by Blizzard's API.The second one, Rated Score, is a calculated score with multiplier based on your best score.You can chose to display Rated Score instead of Base Score (by default) ticking this option. Please note a little offset of 1 can appear if you chose to enable this option, due to rounding limitation.", ["key"] = "scoreRatedOverBase", ["useDesc"] = true, ["name"] = "Use Rated Score instead of Base Score", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = true, ["name"] = "Score", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "scoreRelated", ["size"] = 10, }, }, }, ["10 Corrupted Wound (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["unit"] = "player", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "362137", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["auraspellids"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Tank-Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["encounterid"] = "2549", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "Swabi8cm8pV", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Corrupted Wound (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["{TVP] Chilling Blast (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_message"] = false, ["message_type"] = "SAY", ["do_glow"] = false, ["do_custom"] = false, ["custom"] = "", ["do_sound"] = false, ["message"] = "{rt8}Frontal on ME{rt8}", ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["zoneIds"] = "325", ["use_encounterid"] = false, ["difficulty"] = { }, ["role"] = { ["multi"] = { ["DAMAGER"] = true, ["TANK"] = true, ["HEALER"] = true, }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Vortex Pinnacle - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 88194, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "{TVP] Chilling Blast (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "7oLOUBlZAnY", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Icons "] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "01 Terror Claws (Tank Only)", "01 Dread Rift", "01 Ray of Anguish BW/DBM Timer", "01 Ray of Anguish", "01 Ray of Anguish Cast", "01 Hellsteel Carnage", "01 Wings of Extinction", "01 Wings of Extinction Dot", "02 Withering Vulnerability (Tank Only)", "02 Crucible Instability", "02 Shadow and Flame", "02 Umbral Detonation", "02 Blistering Twilight", "02 Blistering Twilight (Others)", "02 Shadows Convergence", "02 Molten Eruption / Convergent Eruption Cast", "02 Molten Eruption / Convergent Eruption", "02 Fiery Meteor / Gloom Conflagration", "02 Swirling Flame", "02 Coalescing Void / Gloom Conflagration Orb", "02 Corrupting Shadow / Lingering Shadow", "02 Blazing Heat / Lingering Flames", "03 Infused Strikes (Tank Only)", "03 Massive Slam", "03 Unstable Essence Cast", "03 Unstable Essence", "03 Unstable Essence Spawn", "03 Disintegrate", "03 Disintegrate Dot", "03 Bellowing Roar", "03 Temporal Anomaly", "03 Temporal Fracture", "03 Rending Charge Dot", "04 Heavy/Flaming Cudgel (Tank Only)", "04 Volcanic Shield", "04 Blazing Spear", "04 Vigorous Gale Cast", "04 Devastation Leap", "04 Rubble", "04 Flaming Cudgel Cast", "04 Flaming Cudgel", "04 Catastrophic Slam ", "04 Vigorous Gale", "04 Molten Barrier Shield", "04 Awakened Focus", "04 Weakened Vitality", "04 Magma Flow", "05 Flaming Slash (Tank Only)", "05 Earthen Crush (Tank Only)", "05 Searing Slam", "05 Doom Flames Cast", "05 Doom Flames", "05 Shadowlava Blast", "05 Charged Smash", "05 Shadowflame Fissures", "05 Unleash Shadowflame", "05 Shadowflame Energy", "05 Doom Flame Dot", "05 Lava Vortex (Sound Only)", "05 Overcharged", "06 Searing Claws (Tank Only)", "06 Blast Wave", "06 Tactical Destruction Cast", "06 Tactical Destruction", "06 Unstable Embers", "06 Dragonfire Traps Cast", "06 Shrapnel Bomb Cast", "06 Dragonfire Traps", "06 Salvage Parts", "06 Shrapnel Bomb", "07 Incinerating Maws (Tank Only)", "07 Overpowering Stomp", "07 Molten Spittle", "07 Molten Spittle (Others)", "07 Igniting Roar", "07 Igniting Roar Puddles", "07 Blazing Breath", "07 Searing Heat", "07 Lava Ejection", "07 Explosive Magma", "08 Calamitous Strike Cast (Tank Only)", "08 Sunder Shadow Cast (Tank Only)", "08 Calamitous Strike (Tank Only)", "08 Shadow Strike (Tank Only)", "08 Sundered Shadow (Tank Only)", "08 Surrendering to Corruption", "08 Echoing Fissure", "08 Surrender to Corruption", "08 Raze the Earth", "08 Ebon Destruction", "08 Hidden in Void", "08 Corruption", "08 Ruptured Veil", "08 Shatter", "08 Volcanic Heart Dot", "08 Ebon Reality Dot", "09 Burning Claws (Tank Only)", "09 Empty Strike (Tank Only)", "09 Void Claws (Tank Only)", "09 Void Slash (Tank Only)", "09 Abysssal Breath", "09 Scouring Eternity", "09 Oppressing Howl Cast", "09 Cosmic Ascension", "09 Searing Breath Cast", "09 Embrace of Nothingness", "09 Embrace of Nothingness (Others)", "09 Mass Disintegrate", "09 Mass Disintegrate (Others)", "09 Oppressing Howl", "09 Void Bomb", "09 Scorching Bomb", "09 Void Fracture (Transition)", "09 Void Fracture (Collected)", "09 Hurtling Barrage", "09 Astral Flare", "09 Emptiness Between Stars", "09 Oblivion", "09 Infinite Duress", "09 Searing Breath", "09 Destabilize", "09 Desolate Blossom", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 134400, ["anchorPoint"] = "CENTER", ["animate"] = false, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["radius"] = 200, ["selfPoint"] = "LEFT", ["yOffset"] = 60, ["stagger"] = 0, ["useLimit"] = true, ["version"] = 44, ["subRegions"] = { }, ["gridType"] = "RD", ["fullCircle"] = true, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["xOffset"] = 260, ["source"] = "import", ["config"] = { }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 6, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "Icons ", ["stepAngle"] = 15, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 2, ["uid"] = "0OyK(2rudgw", ["arcLength"] = 360, ["sortHybridTable"] = { ["04 Volcanic Shield"] = false, ["04 Blazing Spear"] = false, ["03 Rending Charge Dot"] = false, ["05 Shadowflame Energy"] = false, ["05 Unleash Shadowflame"] = false, ["05 Overcharged"] = false, ["04 Catastrophic Slam "] = false, ["07 Molten Spittle (Others)"] = false, ["03 Disintegrate"] = false, ["09 Void Claws (Tank Only)"] = false, ["03 Temporal Anomaly"] = false, ["09 Abysssal Breath"] = false, ["05 Earthen Crush (Tank Only)"] = false, ["09 Destabilize"] = false, ["09 Void Slash (Tank Only)"] = false, ["01 Terror Claws (Tank Only)"] = false, ["03 Massive Slam"] = false, ["09 Oblivion"] = false, ["02 Fiery Meteor / Gloom Conflagration"] = false, ["07 Igniting Roar"] = false, ["08 Hidden in Void"] = false, ["03 Unstable Essence Cast"] = false, ["09 Void Fracture (Collected)"] = false, ["08 Corruption"] = false, ["01 Ray of Anguish BW/DBM Timer"] = false, ["06 Tactical Destruction Cast"] = false, ["08 Ebon Destruction"] = false, ["03 Disintegrate Dot"] = false, ["07 Overpowering Stomp"] = false, ["02 Coalescing Void / Gloom Conflagration Orb"] = false, ["08 Ruptured Veil"] = false, ["08 Volcanic Heart Dot"] = false, ["09 Emptiness Between Stars"] = false, ["04 Flaming Cudgel Cast"] = false, ["04 Heavy/Flaming Cudgel (Tank Only)"] = false, ["02 Molten Eruption / Convergent Eruption"] = false, ["01 Hellsteel Carnage"] = false, ["09 Searing Breath"] = false, ["09 Void Bomb"] = false, ["02 Corrupting Shadow / Lingering Shadow"] = false, ["06 Searing Claws (Tank Only)"] = false, ["09 Burning Claws (Tank Only)"] = false, ["09 Searing Breath Cast"] = false, ["05 Lava Vortex (Sound Only)"] = false, ["04 Vigorous Gale Cast"] = false, ["03 Unstable Essence Spawn"] = false, ["07 Searing Heat"] = false, ["04 Awakened Focus"] = false, ["03 Infused Strikes (Tank Only)"] = false, ["09 Hurtling Barrage"] = false, ["03 Temporal Fracture"] = false, ["06 Shrapnel Bomb Cast"] = false, ["03 Unstable Essence"] = false, ["09 Astral Flare"] = false, ["02 Withering Vulnerability (Tank Only)"] = false, ["07 Lava Ejection"] = false, ["05 Shadowlava Blast"] = false, ["08 Calamitous Strike (Tank Only)"] = false, ["01 Wings of Extinction Dot"] = false, ["09 Embrace of Nothingness (Others)"] = false, ["05 Shadowflame Fissures"] = false, ["09 Mass Disintegrate (Others)"] = false, ["07 Blazing Breath"] = false, ["05 Doom Flames Cast"] = false, ["08 Sunder Shadow Cast (Tank Only)"] = false, ["08 Sundered Shadow (Tank Only)"] = false, ["04 Devastation Leap"] = false, ["09 Mass Disintegrate"] = false, ["02 Shadows Convergence"] = false, ["09 Infinite Duress"] = false, ["04 Rubble"] = false, ["09 Scouring Eternity"] = false, ["02 Blistering Twilight"] = false, ["06 Blast Wave"] = false, ["08 Echoing Fissure"] = false, ["08 Ebon Reality Dot"] = false, ["08 Shatter"] = false, ["05 Doom Flames"] = false, ["06 Unstable Embers"] = false, ["08 Surrender to Corruption"] = false, ["07 Igniting Roar Puddles"] = false, ["08 Raze the Earth"] = false, ["07 Molten Spittle"] = false, ["02 Umbral Detonation"] = false, ["08 Shadow Strike (Tank Only)"] = false, ["08 Surrendering to Corruption"] = false, ["04 Magma Flow"] = false, ["09 Desolate Blossom"] = false, ["02 Swirling Flame"] = false, ["09 Oppressing Howl Cast"] = false, ["06 Shrapnel Bomb"] = false, ["07 Explosive Magma"] = false, ["05 Flaming Slash (Tank Only)"] = false, ["09 Cosmic Ascension"] = false, ["04 Molten Barrier Shield"] = false, ["09 Embrace of Nothingness"] = false, ["05 Searing Slam"] = false, ["09 Scorching Bomb"] = false, ["06 Salvage Parts"] = false, ["09 Empty Strike (Tank Only)"] = false, ["04 Weakened Vitality"] = false, ["04 Vigorous Gale"] = false, ["08 Calamitous Strike Cast (Tank Only)"] = false, ["01 Dread Rift"] = false, ["06 Tactical Destruction"] = false, ["02 Shadow and Flame"] = false, ["06 Dragonfire Traps Cast"] = false, ["03 Bellowing Roar"] = false, ["01 Ray of Anguish"] = false, ["07 Incinerating Maws (Tank Only)"] = false, ["02 Blistering Twilight (Others)"] = false, ["05 Charged Smash"] = false, ["02 Molten Eruption / Convergent Eruption Cast"] = false, ["04 Flaming Cudgel"] = false, ["06 Dragonfire Traps"] = false, ["01 Ray of Anguish Cast"] = false, ["02 Crucible Instability"] = false, ["02 Blazing Heat / Lingering Flames"] = false, ["09 Oppressing Howl"] = false, ["01 Wings of Extinction"] = false, ["05 Doom Flame Dot"] = false, ["09 Void Fracture (Transition)"] = false, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Aberrus, the Shadowed Crucible (wago.io/dfraid2)", }, ["05-Hand of Destruction"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ogIfZ7c2i", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["customText"] = "function()\n local spellId = WeakAuras.GetData(aura_env.id).triggers[1].trigger.spellId\n local iconId = select(3, GetSpellInfo(spellId))\n local iconSize = \"16\"\n if iconId then\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s |T%s:%s|t\", aura_env.state.count, iconId, iconSize)\n else\n return string.format(\"1. |T%s:%s|t\", iconId, iconSize)\n end\n end\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/ogIfZ7c2i/4", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "361789", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["use_remaining"] = true, ["spellId"] = "361789", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["remaining_operator"] = "<=", ["use_text"] = false, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["remaining"] = "5", ["event"] = "Health", ["use_cast"] = false, ["text_operator"] = "find('%s')", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "Elide", ["font"] = "Expressway", ["version"] = 4, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["displayText_format_p_time_precision"] = 1, ["fontSize"] = 28, ["source"] = "import", ["automaticWidth"] = "Fixed", ["shadowXOffset"] = 1, ["preferToUpdate"] = true, ["conditions"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.93333333333333, ["scalex"] = 1, ["colorB"] = 0, ["colorG"] = 0.32941176470588, ["type"] = "custom", ["easeType"] = "none", ["colorA"] = 1, ["use_color"] = true, ["alpha"] = 0, ["duration_type"] = "seconds", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["scaley"] = 1, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_c_format"] = "none", ["displayText_format_p_time_legacy_floor"] = true, ["uid"] = "C25nOsZWYuo", ["displayText"] = "%c in %p", ["anchorFrameParent"] = false, ["shadowYOffset"] = -1, ["authorOptions"] = { }, ["justify"] = "LEFT", ["semver"] = "1.0.3", ["tocversion"] = 90200, ["id"] = "05-Hand of Destruction", ["xOffset"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_count_format"] = "none", ["config"] = { }, ["selfPoint"] = "BOTTOM", ["parent"] = "Sepulcher BigWigs / DBM Timers", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 250, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_time_mod_rate"] = true, }, ["BronzeNormal"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -235, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.normal_progress, aura_env.normal_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.normal_progress, aura_env.normal_total, true\nend", ["spellIds"] = { }, ["custom"] = "function()\n local PlayerHasSet = function(setId)\n return _G[\"PandariaSetData\"][setId]\n end\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasSet(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local AddFilteredSets = function(items, cost)\n if aura_env.config[\"pbc_class_only\"] then\n local _,className = UnitClass(\"player\")\n \n if items[className] ~= nil then\n AddToTotal(items[className], cost)\n end\n else\n for key,value in pairs(items) do\n AddToTotal(value, cost)\n end\n end\n end\n \n local normal_sets = {}\n \n normal_sets[\"WARRIOR\"] = {444,441,438}\n normal_sets[\"MAGE\"] = {529,526,523}\n normal_sets[\"DEATHKNIGHT\"] = {578,575,572}\n normal_sets[\"DRUID\"] = {563,560,557}\n normal_sets[\"HUNTER\"] = {542,545,539}\n normal_sets[\"PALADIN\"] = {493,490,487}\n normal_sets[\"WARLOCK\"] = {461,458,455}\n normal_sets[\"SHAMAN\"] = {427,424,421}\n normal_sets[\"PRIEST\"] = {331,310,336}\n normal_sets[\"ROGUE\"] = {471,474,478}\n normal_sets[\"MONK\"] = {513,510,506}\n \n AddFilteredSets(normal_sets, 5000)\n \n aura_env.normal_progress = total_acquired\n aura_env.normal_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Normal Sets", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeNormal", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "ECP7zd1pBns", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, ["06 Indemnification"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "331527", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "G)RnRk8iENk", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Indemnification", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["[TNO] Arynga (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "195265", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 386012, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Arynga (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "aH9grBBd)bA", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Siphon_Life"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "target", ["use_inverse"] = true, ["auranames"] = { "63106", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 63106, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Вытягивание жизни", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["single"] = 19, ["multi"] = { [328774] = true, [268358] = true, }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["single"] = 10, ["multi"] = { [386689] = true, [108415] = true, [171975] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 63106, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = false, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136188, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Siphon_Life", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "ubUbbiy2ndo", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "5", }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Warlock_PvPT13"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 353753, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 353753, }, ["untrigger"] = { ["spellName"] = 199954, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 4, ["multi"] = { [14] = true, [4] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 353753, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT13", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "Dh8(pszrQQq", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["09 Crystalize"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "339690", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["spellIds"] = { }, ["useName"] = true, ["auraspellids"] = { "331209", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Clears Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132780, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "YCnuykMdg5p", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Buff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["use_scale"] = false, ["colorA"] = 1, ["colorG"] = 0.47843137254902, ["colorB"] = 0.23137254901961, ["scalex"] = 1, ["type"] = "custom", ["easeStrength"] = 3, ["easeType"] = "none", ["preset"] = "pulse", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = true, ["y"] = 0, ["x"] = 0, ["scaleType"] = "straightScale", ["colorType"] = "custom", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["scaleFunc"] = " function(progress, startX, startY, scaleX, scaleY)\n return startX + (progress * (scaleX - startX)), startY + (progress * (scaleY - startY))\n end\n ", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "09 Crystalize", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Everlasting Blaze"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "429032", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "XYrTt3Cc6Lg", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Everlasting Blaze", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["02 Assailing Lance (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "348074", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.054901960784314, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["progressSource"] = { -1, "", }, ["adjustedMin"] = "", ["cooldown"] = true, ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["config"] = { }, ["xOffset"] = 0, ["width"] = 80, ["anchorFrameParent"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Assailing Lance (Tank)", ["useTooltip"] = false, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "UzyW(FCLt46", ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["url"] = "https://wago.io/slraid2/69", }, ["[HoI] Flash Flood (Get Out)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g434", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 390290, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Flash Flood (Get Out)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "u00NDVjLFp5", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Deep Breath 3"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "371807", }, ["duration"] = "1", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["unevent"] = "timed", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["spellIds"] = { 19574, }, ["useGroup_count"] = false, ["names"] = { "Звериный гнев", }, ["combineMatches"] = "showLowest", ["subeventPrefix"] = "SPELL", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["use_unit"] = true, ["duration"] = "1", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["type"] = "spell", ["unevent"] = "auto", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["countOperator"] = "<=", ["event"] = "Cooldown Progress (Spell)", ["custom_hide"] = "timed", ["realSpellName"] = "Deep Breath", ["use_spellName"] = true, ["count"] = "2", ["charges"] = "3", ["spellName"] = 357210, ["use_genericShowOn"] = true, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 19574, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 1, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 20, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.67058825492859, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 357210, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["value"] = 1, ["op"] = "<", ["variable"] = "show", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.4.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "FvkHG(u17vB", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Deep Breath 3", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 135994, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["{TVP] Vapor Form (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 88186, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "325", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{TVP] Vapor Form (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "eCH9aen7Fj7", ["parent"] = "The Vortex Pinnacle", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[ULT] Accelerate (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 377500, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Accelerate (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "it5vnNGmtzw", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["01 High Energy 3"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["percentpower_operator"] = { ">=", }, ["useName"] = false, ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_absorbMode"] = true, ["event"] = "Power", ["use_percentpower"] = true, ["subeventPrefix"] = "SPELL", ["unit"] = "boss1", ["spellIds"] = { }, ["use_specific_unit"] = true, ["type"] = "unit", ["names"] = { }, ["percentpower"] = { "90", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "347369", }, ["percenthealth"] = { "10", }, ["matchesShowOn"] = "showOnMissing", ["event"] = "Health", ["use_unit"] = true, ["use_specific_unit"] = true, ["useName"] = true, ["use_absorbMode"] = true, ["specificUnit"] = "boss1", ["unit"] = "member", ["use_percenthealth"] = true, ["percenthealth_operator"] = { ">=", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 35, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 0, 0.015686274509804, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\High Energy.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 High Energy 3", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "iWvNJ1R9oob", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 1778230, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Overconfidence"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["message"] = "", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\temp\\Light.ogg", ["do_sound"] = true, ["message_tts_voice"] = 2, ["do_message"] = false, ["sound"] = " custom", ["message_type"] = "SMARTRAID", }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361992", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Light", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4224727, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "9BPMUqdPodb", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Overconfidence", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Mists of Tirna Scithe guessing game v2"] = { ["grow"] = "GRID", ["controlledChildren"] = { "circle_leaf_fill 2", "circle_leaf_nofill 2", "circle_lotus_fill 2", "circle_lotus_nofill 2", "nocircle_leaf_fill 2", "nocircle_leaf_nofill", "nocircle_noleaf_fill 2", "nocircle_noleaf_nofill 2", "Reset 2", "Solution Display 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["xOffset"] = -840, ["preferToUpdate"] = true, ["yOffset"] = -270, ["sortHybridTable"] = { ["nocircle_leaf_nofill"] = false, ["nocircle_noleaf_fill 2"] = false, ["Reset 2"] = false, ["nocircle_noleaf_nofill 2"] = false, ["nocircle_leaf_fill 2"] = false, ["circle_lotus_fill 2"] = false, ["circle_leaf_fill 2"] = false, ["Solution Display 2"] = false, ["circle_leaf_nofill 2"] = false, ["circle_lotus_nofill 2"] = false, }, ["frameStrata"] = 1, ["limit"] = 5, ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/hVLym_eLv/67", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 2, ["internalVersion"] = 75, ["useLimit"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["rowSpace"] = 2, ["radius"] = 200, ["desc"] = "Created by Saxayone#2791 EU Sylvanas", ["stagger"] = 0, ["anchorPoint"] = "TOP", ["version"] = 67, ["subRegions"] = { }, ["selfPoint"] = "TOPLEFT", ["arcLength"] = 360, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["uid"] = "YmFqaIu8E9g", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["authorOptions"] = { }, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local newheight = 2\n local offset = 0\n for i = 1, 4 do\n newPositions[i] = {\n activeRegions[i][\"dimensions\"].width*(2.5-i),\n 0\n }\n end\n for i = 5, 8 do\n newPositions[i] = {\n activeRegions[i][\"dimensions\"].width*(2.5-i+4),\n activeRegions[i][\"dimensions\"].height*-1\n }\n end\n \n newPositions[9] = {\n 0,\n (activeRegions[1][\"dimensions\"].height*-1.5)-(activeRegions[9][\"dimensions\"].height*0.5)\n }\n newPositions[10] = {\n 0,\n (activeRegions[1][\"dimensions\"].height*-1.5)-(activeRegions[9][\"dimensions\"].height*1.5)\n }\n newPositions[11] = {\n 0,\n (activeRegions[1][\"dimensions\"].height*-1.5)-(activeRegions[9][\"dimensions\"].height*1.5)-(activeRegions[10][\"dimensions\"].height*1.5)\n }\n \nend", ["scale"] = 0.85, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["sort"] = "none", ["regionType"] = "dynamicgroup", ["gridWidth"] = 4, ["constantFactor"] = "RADIUS", ["config"] = { }, ["borderOffset"] = 4, ["semver"] = "2.0.2", ["tocversion"] = 90005, ["id"] = "Mists of Tirna Scithe guessing game v2", ["source"] = "import", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderColor"] = { 0, 0, 0, 1, }, ["borderInset"] = 1, ["parent"] = "SL_Dungeons", ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["gridType"] = "RD", }, ["[ULT] Chain Lightning (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 369675, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g429", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[ULT] Chain Lightning (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "LWdjFdlmebY", ["parent"] = "Uldaman: Legacy of Tyr", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["03 Fragments of Destiny"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\nreturn WeakAuras.EJIcons.enrage\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "350542", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Shard", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2429", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.glow", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "03 Fragments of Destiny", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "XJJDYlfl293", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["08 Seed of Flame"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "424665", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "", ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "EcnfWIGXjU9", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Seed of Flame", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["04 Suffering Cast On You (Tank)"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350388", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_START:boss, UNIT_SPELLCAST_STOP:boss", ["spellName"] = 0, ["spellIds"] = { }, ["use_spellId"] = false, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["type"] = "custom", ["use_debuffClass"] = false, ["custom_type"] = "stateupdate", ["useExactSpellId"] = false, ["useName"] = false, ["event"] = "Cast", ["auraspellids"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(350894)\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if GetSpellInfo(spellID) == GetSpellInfo(350894) then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["custom_hide"] = "timed", ["check"] = "event", ["matchesShowOn"] = "showOnMissing", ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Blast Orb", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2432", ["spec"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.49411764705882, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "04 Suffering Cast On You (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "mz1fJ22wkUQ", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 610633, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Edge of Annihilation Initial Spawn / Duration"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "328789", }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss1", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "combatlog", ["useName"] = true, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["duration"] = "10", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["spellName"] = { 0, }, ["unevent"] = "timed", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "custom", ["events"] = "UNIT_SPELLCAST_START:boss1", ["custom_type"] = "stateupdate", ["check"] = "event", ["custom_hide"] = "timed", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if unit and spellID == 328880 then\n local _, _, _, startMS, endMS, _, _, _, spellId = UnitCastingInfo(unit)\n if spellId\n and spellId == spellID then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000) + 6,\n expirationTime = (endMS/1000) + 6,\n autoHide = true,\n } \n return true\n end\n end\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] or t[2] and not t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "Avoid Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["anchorXOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = false, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2405", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "2101973", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "lOzpr993)wz", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "04 Edge of Annihilation Initial Spawn / Duration", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = false, ["property"] = "sub.2.text_visible", }, { ["property"] = "sub.6.glow", }, { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soon.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Warlock [Core]"] = { ["grow"] = "CUSTOM", ["controlledChildren"] = { "Havoc", "Mayhem", "Conflagrate", "Immolate", "Backdraft", "Shadowburn", "Chennel_Demonfire", "Cataclysm", "Dimensional Rift", "Soul_Fire", "Summon_Infernal", "Soul Swap", "Corruption", "Agony", "Unstable_Affliction", "Siphon_Life", "Haunt", "Soul_Rot", "Phantom_Singularity", "Vile_Taint", "Summon_Darkglare", "Doom", "Call_Dreadstalkers", "Hand_of_Gul'dan", "Demonic_Core", "Soul_Strike", "Power_Siphon", "Fellstorm", "Guillotine", "Demonic_Strength", "Summon_Vilefiend", "Bilescourge_Bombers", "Summon_Demonic_Tyrant", "Grimoire_of_Service", "Nether_Portal", "Summon Soulkeeper", "Impending Ruin", "Soul Tap", "Trinket_1_Warlock", "Trinket_2_Warlock", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "BkzVTPcGM", ["xOffset"] = -0.5, ["preferToUpdate"] = false, ["groupIcon"] = "626007", ["anchorPoint"] = "CENTER", ["animate"] = false, ["frameStrata"] = 1, ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/Afenar_Warlock/150", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["authorOptions"] = { }, ["selfPoint"] = "CENTER", ["align"] = "CENTER", ["growOn"] = "changed", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useLimit"] = false, ["rotation"] = 0, ["stagger"] = 0, ["version"] = 150, ["sortHybridTable"] = { ["Corruption"] = false, ["Trinket_2_Warlock"] = false, ["Summon_Darkglare"] = false, ["Immolate"] = false, ["Backdraft"] = false, ["Agony"] = false, ["Soul_Strike"] = false, ["Siphon_Life"] = false, ["Demonic_Core"] = false, ["Haunt"] = false, ["Soul_Rot"] = false, ["Chennel_Demonfire"] = false, ["Call_Dreadstalkers"] = false, ["Nether_Portal"] = false, ["Impending Ruin"] = false, ["Summon_Infernal"] = false, ["Shadowburn"] = false, ["Cataclysm"] = false, ["Summon Soulkeeper"] = false, ["Bilescourge_Bombers"] = false, ["Phantom_Singularity"] = false, ["Guillotine"] = false, ["Conflagrate"] = false, ["Summon_Demonic_Tyrant"] = false, ["Grimoire_of_Service"] = false, ["Mayhem"] = false, ["Trinket_1_Warlock"] = false, ["Soul Tap"] = false, ["Summon_Vilefiend"] = false, ["Power_Siphon"] = false, ["Fellstorm"] = false, ["Hand_of_Gul'dan"] = false, ["Demonic_Strength"] = false, ["Doom"] = false, ["Havoc"] = false, ["Soul Swap"] = false, ["Vile_Taint"] = false, ["Soul_Fire"] = false, ["Unstable_Affliction"] = false, ["Dimensional Rift"] = false, }, ["gridType"] = "RD", ["uid"] = "4(EDdYX5zMD", ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["config"] = { }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["yOffset"] = 0.5, ["source"] = "import", ["customGrow"] = "function(newPositions, activeRegions)\n local limits = { --icons per row\n 6, --row 1\n 9, --row 2\n \n }\n local rows = #limits -- total rows (matches limits size)\n local iconSizes = { --have to match #limits size (if limits is {x,y} iconSizes have to be {a, b}, i.e. 2 and 2)\n 39, --row 1\n 33, --row 2\n \n }\n local spacings = {\n 1, --row 1\n 2, --row 2\n \n }\n \n -- spacing between icons\n local checkFit = true --resize only if total clones > totalWidth. Otherwise 1-2 icons will be giga huge\n ----------------------\n local check = true\n \n local xCount = 0\n local yCount = 0\n local tCount = 0\n local lastRowCount = 0\n \n local limit = limits[yCount+1]\n local firstRowLimit = limits[yCount+1]\n \n local xSpacing = 3\n local ySpacing = spacings[yCount+1]\n local offset = spacings[yCount+1]\n \n local xOffset = 0\n local yOffset = 0\n \n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n \n local region = regionData.region\n if iconSizes[yCount+1] then\n regionData.region:SetRegionWidth(iconSizes[yCount+1])\n regionData.region:SetRegionHeight(iconSizes[yCount+1])\n end\n \n local why = 0\n for i=1, yCount+1 do\n local wtf = (i==1 or i==yCount+1) and iconSizes[i]/2 or iconSizes[i]\n why = why + wtf\n end\n local shift = yCount == 0 and 0 or why + offset\n \n local width = width or region.width\n local totalWidth = totalWidth or (width + xSpacing) * limit\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= firstRowLimit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows - 1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n if yCount == rows - 1 then\n local fit = checkFit and (width + xSpacing) * rowTotal < totalWidth\n local lastRowWidth = fit and width or ((totalWidth - (rowTotal * xSpacing)) / rowTotal)\n \n xOffset = 0 - (lastRowWidth + xSpacing) / 2 * (rowTotal - 1) + (lastRowCount * (lastRowWidth + xSpacing))\n yOffset = 0 - (shift - (width - lastRowWidth) / 2)-- change '-' to '+' after 0 to grow up instead of down\n \n lastRowCount = lastRowCount + 1\n \n regionData.region:SetRegionWidth(lastRowWidth)\n regionData.region:SetRegionHeight(lastRowWidth)\n else\n xOffset = 0 - (width + xSpacing) / 2 * (rowTotal - 1) + (xCount * (width + xSpacing))\n yOffset = 0 - shift\n end\n \n xCount = xCount + 1\n \n if yCount < rows - 1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n limit = limits[yCount+1]\n ySpacing = spacings[yCount+1]\n offset = offset + ySpacing\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "5.3.5", ["tocversion"] = 100002, ["id"] = "Warlock [Core]", ["regionType"] = "dynamicgroup", ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 3, ["borderInset"] = 1, ["parent"] = "Warlock [Afenar]", ["borderColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["internalVersion"] = 75, }, ["Stalwart Pearl"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 220370, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:220370\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Stalwart Pearl", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "CFF)tyNO1Af", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "237371", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["01 Remnant of the Forgotten Torments Spawn"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "352368", }, ["auranames"] = { }, ["duration"] = "6", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["custom_type"] = "stateupdate", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_SUCCESS", ["event"] = "Combat Log", ["type"] = "custom", ["custom"] = "function(allstates, event, _, _, spellID)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" and spellID == 352368 then\n if aura_env.isHeroic then\n aura_env.counter = aura_env.counter + 1\n if aura_env.counter > 3 then\n aura_env.counter = 1 \n end\n end\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 5,\n expirationTime = 5 + GetTime(),\n counter = aura_env.counter,\n icon = not aura_env.isHeroic and 3528303 or GetSpellTexture(aura_env.cast[aura_env.counter][2]),\n name = not aura_env.isHeroic and \"Soak\" or aura_env.cast[aura_env.counter][1],\n autoHide = true,\n }\n return true\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n end\nend", ["use_spellId"] = true, ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1, ENCOUNTER_START", ["names"] = { }, ["check"] = "event", ["spellIds"] = { }, ["custom_hide"] = "timed", ["customVariables"] = "{\n counter = \"number\"\n}", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_name_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.counter = 0\naura_env.cast = {\n [1] = {\"Magic\", 352387}, --Mort'regar's Echoes\n [2] = {\"Fire\", 352392}, --Soulforge Heat\n [3] = {\"Physical\", 352384}, --Upper Reaches' Might\n}\naura_env.isHeroic = select(3, GetInstanceInfo()) == 15", ["do_custom"] = true, }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "counter", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Magic.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "2", ["variable"] = "counter", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Fire.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "3", ["variable"] = "counter", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound_path"] = "Interface\\AddOns\\SharedMedia_Causese\\sound\\Physical.ogg", ["sound"] = " custom", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "0", ["variable"] = "counter", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Remnant of the Forgotten Torments Spawn", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "4a19P6wJly5", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528301, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Essence Burst 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "359618", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["use_level"] = false, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["zoneIds"] = "", ["spellknown"] = 359565, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["use_spellknown"] = false, ["level_operator"] = { "==", }, ["use_vehicleUi"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Essence Burst 2", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "ebeb(DYoA0i", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["Tip The Scales Buff"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "Tip the Scales", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.75294125080109, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 20, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_class"] = true, ["use_spellknown"] = true, ["use_zone"] = false, ["use_spec"] = true, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Buff Tracker", ["uid"] = "zLjoqD(J)8o", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Tip The Scales Buff", ["zoom"] = 0.25, ["useCooldownModRate"] = true, ["width"] = 30, ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = false, ["adjustedMax"] = "", }, ["RaidTools_WLNO"] = { ["controlledChildren"] = { "BRezz Background", "Brezz Text", "Pull 1 Background", "Pull 1 Text", "Pull 2 Background", "Pull 2 Text", "Pull 3 Background", "Pull 3 Text", "RC Background", "RC Text", "Show/Hide Controller", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "rJNoy5wRX", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["yOffset"] = -406.2740936279297, ["anchorPoint"] = "CENTER", ["borderColor"] = { 1, 1, 1, 0.5, }, ["url"] = "https://wago.io/rJNoy5wRX/8", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["use_alwaystrue"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Conditions", ["unit"] = "player", ["spellIds"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 8, ["subRegions"] = { }, ["load"] = { ["talent2"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = false, ["role"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["ingroup"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "None", ["regionType"] = "group", ["borderSize"] = 16, ["borderInset"] = 11, ["borderOffset"] = 5, ["semver"] = "2.0.6", ["tocversion"] = 90001, ["id"] = "RaidTools_WLNO", ["alpha"] = 1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "BOTTOMLEFT", ["uid"] = "04eyDCBXEMS", ["xOffset"] = 550, ["config"] = { }, ["conditions"] = { }, ["information"] = { ["groupOffset"] = true, ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["parent"] = "CommonUI", }, ["01 Controlled Burn Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "%c Debuffs in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "421972", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Boss Mod Timer", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "Dl(hF5rZb1A", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Controlled Burn Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["01 Searing Ablation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "366393", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2065616, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "23URnENl6V)", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Searing Ablation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Searing Wrath"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "422000", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "lDcDmoeKbnf", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Searing Wrath", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["04 Flaming Cudgel Cast"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "405876", }, ["use_exact_spellId"] = false, ["use_specific_unit"] = true, ["duration"] = "", ["use_unit"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["custom_hide"] = "timed", ["events"] = "", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["type"] = "unit", ["unit"] = "boss1", ["use_spellNames"] = true, ["event"] = "Cast", ["castType"] = "cast", ["custom_type"] = "stateupdate", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["check"] = "event", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["spellNames"] = { 410351, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Spread Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2682", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135815, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "N9oROLG1Vvl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "04 Flaming Cudgel Cast", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Chipped Hungering Ruby"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210717, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210717\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Chipped Hungering Ruby", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "5Xim3OloDRT", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "629526", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["STASIS DURATION"] = { ["outline"] = "None", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerUI-Preheat", ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = -232.76498413086, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { }, ["init"] = { ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Charged Blast", }, ["matchesShowOn"] = "showOnActive", ["use_specific_unit"] = false, ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["unit"] = "player", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "370562", }, ["buffShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["event"] = "Health", ["custom_hide"] = "timed", ["useExactSpellId"] = true, ["type"] = "aura2", ["spellIds"] = { 228358, }, ["useGroup_count"] = false, ["ownOnly"] = true, ["combineMatches"] = "showLowest", ["names"] = { "Winter's Chill", }, ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_legacy_floor"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["font"] = "Accidental Presidency", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 17.504261016846, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["affixes"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_zone"] = false, ["spec"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["talent3"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["class_and_spec"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 17, ["source"] = "import", ["uid"] = "98yH5Rm18Vm", ["shadowXOffset"] = 1, ["internalVersion"] = 75, ["preferToUpdate"] = false, ["regionType"] = "text", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["variable"] = "expirationTime", ["value"] = "5", }, ["linked"] = false, ["changes"] = { { ["value"] = 29, ["property"] = "fontSize", }, { ["value"] = { 1, 0, 0.047058828175068, 1, }, ["property"] = "color", }, }, }, }, ["displayText_format_p_time_mod_rate"] = true, ["xOffset"] = -54.124389648438, ["wordWrap"] = "WordWrap", ["displayText_format_p_time_precision"] = 1, ["shadowYOffset"] = -1, ["width"] = 70.017189025879, ["semver"] = "1.2.18", ["justify"] = "LEFT", ["tocversion"] = 100200, ["id"] = "STASIS DURATION", ["authorOptions"] = { }, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "BOTTOM", ["config"] = { }, ["displayText"] = "%p", ["color"] = { 1, 0.60392159223557, 0, 1, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["url"] = "https://wago.io/7Kdv1YBIZ/38", }, ["01 Refracted Blast"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["duration"] = "4", ["names"] = { }, ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "event", ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["auraspellids"] = { }, ["unit"] = "player", ["spellIds"] = { }, ["custom"] = "function(_,_,_,spellID)\n if spellID == 360906 then\n return true\n end\nend", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss", ["useName"] = false, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["custom_hide"] = "timed", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Traps", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1044088, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "T8sDc9oHUDM", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Refracted Blast", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return select(3, GetInstanceInfo()) == 16\nend", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.8.text_visible", }, { ["property"] = "sub.2.text_visible", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Trap.ogg", ["sound_path"] = "", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "customcheck", ["value"] = "function()\n return select(3, GetInstanceInfo()) ~= 16\nend", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.8.text_visible", }, { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Hover Active"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.8117647767067, 0.96078437566757, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["single"] = "SHAMAN", ["multi"] = { ["EVOKER"] = true, }, }, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["use_class"] = true, ["use_spellknown"] = true, ["use_class_and_spec"] = false, ["use_spec"] = false, ["use_vehicleUi"] = false, ["use_exact_spellknown"] = false, ["spellknown"] = 358267, ["size"] = { ["multi"] = { }, }, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100002, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Hover - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "358267", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["names"] = { }, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["configGroup"] = "combo_points", ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["scalex"] = 1, ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["duration"] = "0.3", ["y"] = 0, ["x"] = 0, ["rotateType"] = "straight", ["rotate"] = 360, ["easeStrength"] = 3, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["colorB"] = 1, ["duration_type"] = "seconds", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_offset"] = 0, ["border_anchor"] = "bar", ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = false, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["icon_side"] = "RIGHT", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["internalVersion"] = 75, ["spark"] = false, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Hover Active", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 56, ["sparkColor"] = { 1, 1, 1, 1, }, ["actions"] = { ["start"] = { ["do_custom"] = false, }, ["finish"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"hover\"", ["do_custom"] = true, }, }, ["inverse"] = false, ["uid"] = "Bht2kf4H3sP", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"active\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env)", }, ["property"] = "customcode", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", }, ["Corruption"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["rem"] = "4", ["useGroup_count"] = false, ["ownOnly"] = true, ["subeventPrefix"] = "SPELL", ["unitExists"] = true, ["use_tooltip"] = false, ["use_unit"] = true, ["unit"] = "target", ["use_inverse"] = true, ["auranames"] = { "146739", }, ["useName"] = true, ["debuffType"] = "HARMFUL", ["unevent"] = "auto", ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["buffShowOn"] = "showAlways", ["realSpellName"] = "Земной шок", ["use_spellName"] = true, ["spellIds"] = { 146739, }, ["spellName"] = 8042, ["remOperator"] = ">=", ["combineMatches"] = "showLowest", ["names"] = { "Порча", }, ["matchesShowOn"] = "showAlways", }, ["untrigger"] = { ["spellName"] = 8042, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 4, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 40, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["colorB"] = 1, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "", ["rotate"] = 0, ["duration"] = "", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 265, ["multi"] = { [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 172, ["role"] = { ["multi"] = { }, }, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["desaturate"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136118, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/Afenar_Warlock/150", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["parent"] = "Warlock [Core]", ["width"] = 40, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Corruption", ["alpha"] = 1, ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["uid"] = "DXJ6CEiUsl2", ["inverse"] = false, ["adjustedMax"] = "", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "5", }, { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 0, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "buffed", ["value"] = 1, }, ["changes"] = { { ["value"] = false, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["op"] = "<", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "0.0000001", }, { ["trigger"] = -1, ["variable"] = "attackabletarget", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, { ["trigger"] = -1, ["variable"] = "hastarget", ["value"] = 0, }, }, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, }, }, }, ["Call_Dreadstalkers 2"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { ["custom"] = "aura_env.texture = 1378282", ["do_custom"] = true, }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["use_showgcd"] = true, ["useCount"] = true, ["spellName"] = 104316, ["custom_type"] = "status", ["use_showOn"] = true, ["event"] = "Chat Message", ["count"] = "2", ["check"] = "event", ["use_track"] = true, ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["countOperator"] = "<=", ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["use_remaining"] = false, ["charges"] = "3", ["unevent"] = "auto", ["use_unit"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["custom"] = "function(event, arg1)\n if event == \"PLAYER_TOTEM_UPDATE\" and arg1 then\n local haveTotem, name, startTime, duration, icon = GetTotemInfo(arg1)\n if haveTotem and icon == aura_env.texture then\n aura_env.haveTotem, aura_env.name, aura_env.startTime, aura_env.duration, aura_env.icon = haveTotem, name, startTime, duration, icon\n aura_env.index = arg1\n return true\n elseif aura_env.index == arg1 then\n aura_env.index = 0\n aura_env.startTime, aura_env.duration = nil, nil\n end\n end\nend", ["realSpellName"] = "Call Dreadstalkers", ["customDuration"] = "function()\n if aura_env.startTime then\n return aura_env.duration, aura_env.startTime + aura_env.duration\n end\nend", ["use_spellName"] = true, ["events"] = "PLAYER_TOTEM_UPDATE", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["unit"] = "player", ["type"] = "custom", ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showAlways", ["custom"] = "function()\n return aura_env.index == 0\nend", ["spellName"] = 104316, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 30, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.90588241815567, 0.7607843875885, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%5.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_justify"] = "CENTER", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_5.s_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_text_format_2.S_format"] = "none", ["text_font"] = "Expressway", ["text_fontType"] = "OUTLINE", ["text_anchorYOffset"] = 3, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_text_format_4.s_format"] = "none", ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%4.p", ["text_text_format_3.p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_4.p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = true, ["rotateText"] = "NONE", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_3.p_time_legacy_floor"] = false, ["text_automaticWidth"] = "Auto", ["text_text_format_p_time_dynamic_threshold"] = 1, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_4.p_time_precision"] = 1, ["text_selfPoint"] = "BOTTOMLEFT", ["text_text_format_4.p_format"] = "timed", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_text_format_4.p_time_format"] = 0, ["text_font"] = "Expressway", ["text_text_format_3.p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -2, ["text_text_format_4.p_time_dynamic_threshold"] = 1, ["text_anchorPoint"] = "BOTTOMLEFT", ["text_visible"] = true, ["text_text_format_3.p_format"] = "timed", ["text_text_format_4.p_time_legacy_floor"] = false, ["text_text_format_3.p_time_mod_rate"] = true, ["text_text_format_p_time_format"] = 0, ["text_text_format_p_format"] = "timed", ["text_text_format_3.p_time_precision"] = 1, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 104316, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 1378282, ["source"] = "import", ["parent"] = "Warlock [Dynamic]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Call_Dreadstalkers 2", ["frameStrata"] = 3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "A4R7BM2FfXT", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, { ["property"] = "inverse", }, { ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["06 Bottled/Lingering/Replicating Anima Cast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["duration"] = "7", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["unit"] = "boss1", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["names"] = { }, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["events"] = "", ["event"] = "Cast", ["use_absorbMode"] = true, ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["useName"] = true, ["use_specific_unit"] = true, ["spellNames"] = { 342280, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["duration"] = "7", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["unit"] = "boss1", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["names"] = { }, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["events"] = "", ["event"] = "Cast", ["use_absorbMode"] = true, ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["useName"] = true, ["use_specific_unit"] = true, ["spellNames"] = { 342281, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["duration"] = "7", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["custom_hide"] = "timed", ["unit"] = "boss1", ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["names"] = { }, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["events"] = "", ["event"] = "Cast", ["use_absorbMode"] = true, ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["useName"] = true, ["use_specific_unit"] = true, ["spellNames"] = { 342282, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3684825", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "j(aL5MEeVtC", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0.027450980392157, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "06 Bottled/Lingering/Replicating Anima Cast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["op"] = "==", ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { 1, 0, 0.054901960784314, 1, }, ["property"] = "sub.5.glowColor", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Dragonriding UI Timers"] = { ["grow"] = "DOWN", ["controlledChildren"] = { "Dragonriding UI Rewind", "Dragonriding UI Whirling Surge", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "tXs4-ei7t", ["parent"] = "Dragonriding UI", ["preferToUpdate"] = true, ["yOffset"] = -15, ["anchorPoint"] = "BOTTOM", ["borderEdge"] = "Square Full White", ["fullCircle"] = true, ["rowSpace"] = 1, ["url"] = "https://wago.io/dmui-dragonriding/36", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["gridWidth"] = 5, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["internalVersion"] = 75, ["selfPoint"] = "TOP", ["useLimit"] = false, ["rotation"] = 0, ["sortHybridTable"] = { ["Dragonriding UI Whirling Surge"] = false, ["Dragonriding UI Rewind"] = false, }, ["version"] = 36, ["subRegions"] = { }, ["stagger"] = 0, ["borderColor"] = { 0, 0, 0, 1, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["uid"] = "7LIHZZHLo)4", ["animate"] = false, ["source"] = "import", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["anchorFrameFrame"] = "WeakAuras:Dragonriding UI Vigor", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["arcLength"] = 360, ["borderOffset"] = 4, ["semver"] = "3.1.0", ["tocversion"] = 100002, ["id"] = "Dragonriding UI Timers", ["regionType"] = "dynamicgroup", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["space"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["gridType"] = "RD", }, ["Warlock_Mana"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = -0.5, ["preferToUpdate"] = false, ["yOffset"] = -72, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/Afenar_Warlock/150", ["icon"] = false, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = true, ["selfPoint"] = "CENTER", ["barColor"] = { 0.6235294342041, 0.6235294342041, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["size"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { ["PRIEST"] = true, }, }, ["use_class"] = true, ["race"] = { }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_vehicleUi"] = false, ["role"] = { ["single"] = "DAMAGER", ["multi"] = { ["DAMAGER"] = true, }, }, ["use_dragonriding"] = false, ["use_never"] = false, ["zoneIds"] = "", }, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["spark"] = false, ["tocversion"] = 100002, ["alpha"] = 1, ["uid"] = "T30ZxUYTq3U", ["sparkOffsetX"] = 0, ["wagoID"] = "BkzVTPcGM", ["parent"] = "Warlock [Resources]", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["type"] = "unit", ["subeventPrefix"] = "SPELL", ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["use_showCost"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["powertype"] = 0, ["spellIds"] = { }, ["unit"] = "player", ["event"] = "Power", ["subeventSuffix"] = "_CAST_START", ["use_powertype"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["use_showCost"] = true, ["names"] = { }, ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_absorbMode"] = true, ["event"] = "Spell Known", ["use_genericShowOn"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["genericShowOn"] = "showOnCooldown", ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 17962, }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["use_showCost"] = true, ["names"] = { }, ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["use_absorbMode"] = true, ["event"] = "Spell Known", ["use_genericShowOn"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["genericShowOn"] = "showOnCooldown", ["unevent"] = "auto", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 101508, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -1, ["model_st_rx"] = 270, ["rotation"] = 0, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -3, ["model_visible"] = true, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["overlays"] = { { 1, 1, 1, 0.40000003576279, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["icon_side"] = "RIGHT", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["adjustedMax"] = "", ["sparkHeight"] = 30, ["authorOptions"] = { }, ["overlaysTexture"] = { "Solid", }, ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "local c1, c2 = CreateColor(0.59,0.59,0.94,1), CreateColor(0.98,0.78,0.83,1)\n---------------------------------------\n\nif not aura_env.region.bar.gradient then\n aura_env.region.bar.gradient = aura_env.region.bar:CreateTexture()\n aura_env.region.bar.mask = aura_env.region.bar:CreateMaskTexture()\nend\n\nlocal bar = aura_env.region.bar\nlocal gradient = bar.gradient\nlocal mask = bar.mask\n\ngradient:SetTexture(bar:GetTexture())\ngradient:SetAllPoints(bar.bg)\ngradient:SetGradient(\"HORIZONTAL\",c1,c2)\n\nmask:SetTexture([[Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite]], \"CLAMPTOBLACKADDITIVE\", \"CLAMPTOBLACKADDITIVE\", \"NEAREST\")\nmask:SetAllPoints(bar.fg)\n\nbar.fg:SetAlpha(0)\ngradient:AddMaskTexture(mask)\n\n", ["do_custom"] = false, }, ["finish"] = { }, }, ["semver"] = "5.3.5", ["id"] = "Warlock_Mana", ["sparkHidden"] = "NEVER", ["config"] = { }, ["frameStrata"] = 2, ["width"] = 213.5, ["anchorFrameType"] = "SCREEN", ["auto"] = true, ["inverse"] = false, ["sparkColor"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "percentpower", ["value"] = "90", }, ["changes"] = { { ["value"] = 0, ["property"] = "alpha", }, { ["value"] = 0, ["property"] = "sub.4.model_alpha", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { 0.32549020648003, 0.027450982481241, 0.023529414087534, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 1, 0.40000003576279, 0.40000003576279, 1, }, ["property"] = "barColor", }, { ["value"] = { 1, 0.89803928136826, 0.60000002384186, 1, }, ["property"] = "barColor2", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = { 0.13333334028721, 0.16078431904316, 0.050980396568775, 1, }, ["property"] = "backgroundColor", }, { ["value"] = { 0.49803924560547, 0.70196080207825, 0.25098040699959, 1, }, ["property"] = "barColor", }, { ["value"] = { 0.89803928136826, 1, 0.72156864404678, 1, }, ["property"] = "barColor2", }, }, }, }, ["barColor2"] = { 0.98039221763611, 0.8117647767067, 0.96470594406128, 1, }, ["backgroundColor"] = { 0.23529413342476, 0.1843137294054, 0.34509804844856, 1, }, }, ["Evoker [Utility]"] = { ["arcLength"] = 360, ["controlledChildren"] = { "Trinket_1_Hunter 2", "Trinket_2_Hunter 2", "AUG_Attunement", "Quell 2", "Sleep Walk 2", "Tail Swipe 2", "Wing Buffet 2", "Oppressing Roar 2", "Chrono Loop 2", "Landslide 2", "Emerald Blossom", "Hover 3", "Verdant Embrace", "Time Spiral ", "Time_Stop", "Rescue 2", "Swoop Up 2", "Cauterizing Flame 2", "Renewing Blaze 2", "Nullifying Shroud 2", "Zephyr 2", "Obsidian Scales 2", "Unravel 2", "Expunge 2", "Racial_Traits_Evoker", "Time of Need 2", "Soar 2", "BloodLust_Evoker", "Potions_Hunter 2", "Saves_Hunter 2", "AUG_Spatial Paradox", "AUG_Timelessness", "AUG_Defy Fate", "Source of Magic 2", "Blessing of the Bronze 2", "Forbearance_Hunter 2", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["regionType"] = "dynamicgroup", ["yOffset"] = -93.5, ["anchorPoint"] = "CENTER", ["anchorFrameFrame"] = "WeakAuras:Lower_Bar", ["grow"] = "CUSTOM", ["fullCircle"] = true, ["space"] = 2, ["url"] = "https://wago.io/AU9DH6bo7/8", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["radius"] = 200, ["authorOptions"] = { }, ["useLimit"] = false, ["align"] = "CENTER", ["growOn"] = "changed", ["parent"] = "Evoker [Afenar] || Updated for 10.1.5", ["selfPoint"] = "CENTER", ["rotation"] = 0, ["groupIcon"] = "4574311", ["version"] = 8, ["sortHybridTable"] = { ["Time Spiral "] = false, ["Unravel 2"] = false, ["Hover 3"] = false, ["Verdant Embrace"] = false, ["Saves_Hunter 2"] = false, ["Time of Need 2"] = false, ["Cauterizing Flame 2"] = false, ["Obsidian Scales 2"] = false, ["Time_Stop"] = false, ["Forbearance_Hunter 2"] = false, ["Emerald Blossom"] = false, ["AUG_Timelessness"] = false, ["Wing Buffet 2"] = false, ["Expunge 2"] = false, ["Swoop Up 2"] = false, ["Zephyr 2"] = false, ["Racial_Traits_Evoker"] = false, ["Potions_Hunter 2"] = false, ["AUG_Attunement"] = false, ["Rescue 2"] = false, ["Oppressing Roar 2"] = false, ["Nullifying Shroud 2"] = false, ["AUG_Spatial Paradox"] = false, ["Quell 2"] = false, ["Trinket_2_Hunter 2"] = false, ["Sleep Walk 2"] = false, ["Chrono Loop 2"] = false, ["BloodLust_Evoker"] = false, ["Trinket_1_Hunter 2"] = false, ["Renewing Blaze 2"] = false, ["Soar 2"] = false, ["Tail Swipe 2"] = false, ["Landslide 2"] = false, ["AUG_Defy Fate"] = false, ["Source of Magic 2"] = false, ["Blessing of the Bronze 2"] = false, }, ["uid"] = "FQ5eUaGpwTS", ["config"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["gridType"] = "RD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["frameStrata"] = 1, ["animate"] = false, ["customGrow"] = "function(newPositions, activeRegions)\n local limit = 6 -- limit of icons per row\n local rows = 3 -- total rows\n local spacing = 3 -- spacing between icons\n ----------------------\n local check = true\n local xCount = 0\n local yCount = 0\n local tCount = 0\n \n local xOffset = 0\n local yOffset = 0\n local total = #activeRegions\n \n for i, regionData in ipairs(activeRegions) do\n local region = regionData.region\n \n local regionsLeft = total - tCount\n local rowTotal = 1\n \n if total <= limit then\n rowTotal = total\n elseif (regionsLeft < limit and xCount < 1) or not check then\n check = false\n rowTotal = regionsLeft\n elseif yCount >= rows-1 then\n rowTotal = regionsLeft\n elseif total > limit then\n rowTotal = limit\n end\n \n xOffset = 0 - (region.width + spacing) / 2 * (rowTotal-1) + (xCount * (region.width + spacing))\n yOffset = 0 - (region.height + spacing) * yCount -- change '-' to '+' after 0 to grow up instead of down\n \n xCount = xCount + 1\n \n if yCount < rows-1 and check then\n tCount = tCount + 1\n if xCount >= limit then\n xCount = 0\n yCount = yCount + 1\n end\n end\n \n newPositions[i] = {xOffset, yOffset}\n end\nend", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["source"] = "import", ["sort"] = "none", ["constantFactor"] = "RADIUS", ["rowSpace"] = 1, ["borderOffset"] = 4, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Evoker [Utility]", ["gridWidth"] = 5, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["borderColor"] = { 0, 0, 0, 1, }, ["borderInset"] = 1, ["stagger"] = 0, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["internalVersion"] = 75, }, ["[Ruby] Burnout (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g430", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[RLP] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 373614, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Ruby] Burnout (Cleave)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "0PikolaRLhT", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Dark Zeal (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["auranames"] = { "364247", }, ["auraspellids"] = { "364248", }, ["useIgnoreExactSpellId"] = false, ["useExactSpellId"] = true, ["event"] = "Health", ["unit"] = "member", ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["spellIds"] = { }, ["specificUnit"] = "boss1", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_aggro"] = true, ["auranames"] = { "364247", }, ["use_absorbMode"] = true, ["unit"] = "boss1", ["use_specific_threatUnit"] = true, ["specificUnit"] = "boss1", ["debuffType"] = "HELPFUL", ["useName"] = true, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["event"] = "Threat Situation", ["auraspellids"] = { }, ["use_unit"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["encounterid"] = "2546", ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "6Z4sZI75Xmd", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Dark Zeal (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Call of Eternity"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350568", "356065", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Call of Eternity", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "DTVycPUWPk(", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["03 Ember Blast (Others)"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["genericShowOn"] = "showOnActive", ["names"] = { }, ["debuffType"] = "HELPFUL", ["type"] = "custom", ["unevent"] = "auto", ["custom_hide"] = "timed", ["dynamicDuration"] = false, ["event"] = "Chat Message", ["events"] = "UNIT_TARGET:boss, UNIT_SPELLCAST_SUCCEEDED:boss, UNIT_SPELLCAST_STOP:boss, UNIT_SPELLCAST_FAILED:boss, UNIT_SPELLCAST_INTERRUPTED:boss", ["customDuration"] = "", ["spellIds"] = { }, ["custom"] = "function(allstates, event, unit, _, spellID) \n if event == \"UNIT_TARGET\"\n and unit\n and UnitExists(unit)\n and UnitGroupRolesAssigned(unit..\"target\") ~= \"TANK\"\n and not UnitIsUnit(unit..\"target\", \"player\")\n then\n local _,_,_,_,expirationTime,_,_,_,spellId = UnitCastingInfo(unit)\n local guid = UnitGUID(unit)\n if spellId\n and guid\n and aura_env.spellIDs[spellId]\n and not allstates[guid] then\n allstates[guid] = {\n show = true,\n changed = true,\n progressType = \"timed\", \n duration = expirationTime / 1000 - GetTime(),\n expirationTime = expirationTime / 1000,\n unit = unit..\"target\",\n autoHide = true,\n }\n return true\n end\n end\n if (\n event == \"UNIT_SPELLCAST_SUCCEEDED\"\n or event == \"UNIT_SPELLCAST_STOP\"\n or event == \"UNIT_SPELLCAST_FAILED\"\n or event == \"UNIT_SPELLCAST_INTERRUPTED\"\n ) \n and unit\n and UnitExists(unit)\n and spellID\n and aura_env.spellIDs[spellID]\n then\n local guid = UnitGUID(unit)\n if guid then\n local state = allstates[guid]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["unit"] = "player", ["check"] = "event", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_unit_color"] = "class", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_unitName_format"] = "none", ["text_text_format_t_format"] = "timed", ["text_fontType"] = "OUTLINE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_unit_realm_name"] = "never", ["text_fixedWidth"] = 64, ["text_fontSize"] = 16, ["text_text_format_t_time_dynamic_threshold"] = 60, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 135826, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "oCEJ6gZe0Hx", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "aura_env.spellIDs = {\n [325877] = true,\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "03 Ember Blast (Others)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Lifespark (4-Pieces)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "394552", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "item", ["itemName"] = 0, ["use_absorbHealMode"] = true, ["event"] = "Item Set", ["equipped_operator"] = ">=", ["use_equipped"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemSetId"] = "1530", ["use_itemSetId"] = true, ["use_genericShowOn"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["equipped"] = "4", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = false, ["use_class_and_spec"] = true, ["use_vehicleUi"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1467] = true, [1468] = true, }, }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["pvptalent"] = { }, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "JLf8AOSFw3(", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Dynamic Effects - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Lifespark (4-Pieces)", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["icon"] = true, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["07 Detonation"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "362056", }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_cloneId"] = true, ["debuffType"] = "HARMFUL", ["duration"] = "6", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["unit"] = "boss1", ["use_spellName"] = false, ["event"] = "Combat Log", ["realSpellName"] = 0, ["castType"] = "cast", ["use_spellId"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "combatlog", ["spellName"] = { 0, }, ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Knock Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038105, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "lOj16ZyyNxJ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Detonation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Ancient Flame"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "375583", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 369990, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 48, ["source"] = "import", ["xOffset"] = 0, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["displayIcon"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldownEdge"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["icon"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Ancient Flame", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "Evxvp6GqrRz", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Dynamic Effects - LWA - Evoker", }, ["Asynchronized Prismatic Gem"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223907, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223907\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Asynchronized Prismatic Gem", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "SSgI8BrfGRH", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "133259", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Time of Need 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellName"] = { "Time of Need", }, ["type"] = "combatlog", ["spellId"] = { "368415", }, ["subeventSuffix"] = "_SUMMON", ["unit"] = "player", ["ownOnly"] = true, ["event"] = "Combat Log", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellName"] = false, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["duration"] = "8", ["use_spellId"] = true, ["sourceUnit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["spellId"] = { "368415", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["spellName"] = { "Time of Need", }, ["debuffType"] = "HELPFUL", ["use_track"] = true, ["type"] = "combatlog", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_SUMMON", ["unit"] = "player", ["use_absorbMode"] = true, ["event"] = "Combat Log", ["use_spellId"] = true, ["realSpellName"] = 0, ["use_spellName"] = false, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["names"] = { }, ["use_unit"] = true, ["sourceUnit"] = "player", ["duration"] = "90", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_never"] = true, ["use_vehicleUi"] = false, ["use_spellknown"] = true, ["spec"] = { ["multi"] = { }, }, ["spellknown"] = 368412, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Evoker [Utility]", ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = { 1, 0, 0, 1, }, ["property"] = "sub.3.glowColor", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Time of Need 2", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["uid"] = "dHNDahjrd5q", ["inverse"] = true, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = 4630462, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["10 Ravage Cast"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 327227, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, { ["trigger"] = { ["spellNames"] = { 332849, }, ["auranames"] = { }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["useName"] = true, ["type"] = "unit", ["unevent"] = "auto", ["subeventSuffix"] = "_SUMMON", ["use_absorbMode"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["duration"] = "2", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["spellName"] = 0, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["unit"] = "boss", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dodge Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2407", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136133, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "cdC94KMfS4D", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0.007843137254902, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 0, ["y"] = 0, ["colorType"] = "custom", ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "10 Ravage Cast", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Mouse Cursor Dot"] = { ["wagoID"] = "ZbjlsgMkp", ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["custom_hide"] = "custom", ["spellIds"] = { }, ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_type"] = "event", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end \n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "function(trigger)\n return trigger[2]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "1000", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n \n --[[if aura_env.config[\"HideOnRightClick\"] then\n if IsMouseButtonDown(\"RightButton\") then\n aura_env.region:Color(255,255,255,0)\n return 0\n else\n aura_env.region:Color(255,255,255,255)\n return 1\n end\n end\n]]--\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n end\n \n \nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["easeType"] = "none", ["preset"] = "fade", ["alpha"] = 0, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["scaley"] = 1, ["easeStrength"] = 3, ["rotate"] = 0, ["colorB"] = 1, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["desaturate"] = false, ["rotation"] = 0, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 10, ["rotate"] = true, ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["source"] = "import", ["mirror"] = false, ["regionType"] = "texture", ["blendMode"] = "BLEND", ["width"] = 10, ["texture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura45", ["color"] = { 1, 1, 1, 0.75, }, ["selfPoint"] = "CENTER", ["semver"] = "1.2.9", ["tocversion"] = 90200, ["id"] = "Mouse Cursor Dot", ["parent"] = "Ultimate Mouse Cursor", ["frameStrata"] = 1, ["anchorFrameType"] = "MOUSE", ["alpha"] = 1, ["uid"] = "Rmtk(1Xv0OT", ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["xOffset"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["discrete_rotation"] = 0, }, ["Mark of the Wild - Buff Tracker"] = { ["iconSource"] = 0, ["wagoID"] = "iWkZ4Eq-i", ["xOffset"] = 0, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/iWkZ4Eq-i/26", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useMatch_count"] = false, ["useUnitName"] = false, ["useActualSpec"] = false, ["class"] = { ["PALADIN"] = true, ["WARLOCK"] = true, ["SHAMAN"] = true, ["MAGE"] = true, ["DRUID"] = true, ["MONK"] = true, ["PRIEST"] = true, }, ["useClass"] = false, ["names"] = { }, ["unit"] = "group", ["auranames"] = { "Arcane Intellect", }, ["group_count"] = "100%", ["group_countOperator"] = "<", ["ignoreInvisible"] = true, ["debuffType"] = "HELPFUL", ["useExactSpellId"] = true, ["ignoreDead"] = true, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["actualSpec"] = { [63] = true, [262] = true, [256] = true, [264] = true, [265] = true, [266] = true, [267] = true, [105] = true, [64] = true, [270] = true, [102] = true, [257] = true, [65] = true, [62] = true, [258] = true, }, ["event"] = "Health", ["use_includePets"] = false, ["type"] = "aura2", ["ignoreDisconnected"] = true, ["useGroup_count"] = true, ["spellIds"] = { }, ["useGroupRole"] = false, ["auraspellids"] = { "1126", }, ["useName"] = false, ["fetchRaidMark"] = false, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_specId"] = false, ["type"] = "unit", ["spellName"] = 0, ["unevent"] = "auto", ["names"] = { }, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_genericShowOn"] = true, ["specId"] = { ["multi"] = { [103] = true, [104] = true, [105] = true, [102] = true, }, }, ["event"] = "Class/Spec", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_ignoreSelf"] = false, ["use_hostility"] = false, ["use_genericShowOn"] = true, ["use_character"] = false, ["use_unit"] = true, ["use_class"] = true, ["class"] = "DRUID", ["spellName"] = 0, ["debuffType"] = "HELPFUL", ["classification"] = { }, ["type"] = "unit", ["duration"] = "1", ["subeventSuffix"] = "", ["subeventPrefix"] = "", ["useExactSpellId"] = false, ["event"] = "Unit Characteristics", ["use_exact_spellName"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["use_ignoreDisconnected"] = true, ["unevent"] = "auto", ["genericShowOn"] = "showOnCooldown", ["unit"] = "group", ["use_track"] = true, ["use_ignoreDead"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(trigger)\n return trigger[1] and trigger[3]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 26, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%1.unitCount/%1.maxUnitCount", ["text_text_format_1.maxUnitCount_format"] = "none", ["text_text_format_1.unitCount_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_1.unitMaxCount_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["glowFrequency"] = 0.5, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "Pixel", ["glowLength"] = 9, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0, 0, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 4, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 6, ["glowBorder"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "BUFF!", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -10, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["load"] = { ["ingroup"] = { ["multi"] = { ["group"] = true, ["raid"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_ingroup"] = false, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["cooldownEdge"] = false, ["parent"] = "Raid Buffs Tracker", ["cooldown"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = 2, ["property"] = "sub.2.text_anchorXOffset", }, }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["icon"] = true, ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "6.3.1", ["tocversion"] = 100002, ["id"] = "Mark of the Wild - Buff Tracker", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 64, ["useCooldownModRate"] = true, ["uid"] = "heLSuPDOFbu", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 136078, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["[Academy] Doragosa (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g433", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "[AA] Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 374361, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[Academy] Doragosa (Frontal)", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "hirWSViow1n", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["05 Earthen Crush (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { "407597", }, ["auraspellids"] = { }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = true, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "XFsBvXPfyMC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Earthen Crush (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Tailswipe CD"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["realSpellName"] = "Tail Swipe", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellName"] = 368970, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 1, ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0.53614446520805, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, }, ["height"] = 35, ["load"] = { ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, }, }, ["zone"] = "The Forbidden Reach", ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_zoneIds"] = false, ["use_zone"] = false, ["use_class"] = true, ["use_spellknown"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["use_spec"] = true, ["use_class_and_spec"] = true, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["icon"] = true, ["authorOptions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["parent"] = "Crowd Control", ["uid"] = "MS)rGFHM5)o", ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Tailswipe CD", ["zoom"] = 0.3, ["useCooldownModRate"] = false, ["width"] = 35, ["alpha"] = 1, ["config"] = { }, ["inverse"] = true, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.2.text_visible", }, { ["value"] = false, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["06 Concentrated Anima"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useGroup_count"] = true, ["debuffType"] = "HARMFUL", ["fetchTooltip"] = false, ["event"] = "Health", ["names"] = { }, ["auranames"] = { "332664", "340477", }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["group_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spaws Add", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "oIdbQj9yRC0", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Concentrated Anima", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Blazing Coalesque - RED/WHITE"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_thickness"] = 2, ["glow_XOffset"] = -1, ["do_glow"] = false, ["glow_frame_type"] = "UNITFRAME", ["glow_YOffset"] = -1, ["use_glow_color"] = false, ["glow_type"] = "Pixel", ["glow_action"] = "show", }, ["init"] = { }, ["finish"] = { ["hide_all_glows"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["useStacks"] = false, ["useGroup_count"] = true, ["combinePerUnit"] = true, ["unit"] = "group", ["stacks"] = "", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["type"] = "aura2", ["stacksOperator"] = ">=", ["useExactSpellId"] = true, ["names"] = { }, ["event"] = "Health", ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["group_role"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, ["spellIds"] = { }, ["auraspellids"] = { "426249", }, ["useName"] = false, ["useGroupRole"] = true, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, { ["trigger"] = { ["useStacks"] = false, ["useGroup_count"] = true, ["combinePerUnit"] = true, ["unit"] = "group", ["stacks"] = "2", ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["showClones"] = true, ["type"] = "aura2", ["stacksOperator"] = ">=", ["useExactSpellId"] = true, ["names"] = { }, ["event"] = "Health", ["auranames"] = { }, ["subeventPrefix"] = "SPELL", ["group_role"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, ["spellIds"] = { }, ["auraspellids"] = { "429032", }, ["useName"] = false, ["useGroupRole"] = true, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "HEALER", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2731", ["use_encounterid"] = true, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["displayText"] = " ", ["preferToUpdate"] = false, ["regionType"] = "text", ["internalVersion"] = 75, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "UNITFRAME", ["glow_thickness"] = 2, ["glow_action"] = "show", ["glow_XOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_color"] = { 0.78431379795074, 0, 0, 1, }, ["glow_YOffset"] = -1, }, ["property"] = "glowexternal", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "1", }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "UNITFRAME", ["glow_thickness"] = 2, ["glow_action"] = "show", ["glow_XOffset"] = -1, ["use_glow_color"] = true, ["glow_type"] = "Pixel", ["glow_color"] = { 1, 1, 1, 1, }, ["glow_YOffset"] = -1, }, ["property"] = "glowexternal", }, }, }, }, ["parent"] = "RaidFrame Glows (Healers)", ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_time_precision"] = 1, ["uid"] = "QTCZ814TSGF", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "05 Blazing Coalesque - RED/WHITE", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["xOffset"] = 0, ["config"] = { }, ["wordWrap"] = "WordWrap", ["displayText_format_p_format"] = "timed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { }, ["automaticWidth"] = "Auto", }, ["[UR] Maddening Gaze (Frontal)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "g282", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "The Underrot - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 272609, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "FRONTAL!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[UR] Maddening Gaze (Frontal)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "2kb1nyuIlPu", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Snapfire"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["parent"] = "Evoker [Dynamic]", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/AU9DH6bo7/8", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = "49206", ["auranames"] = { "370818", }, ["duration"] = "35", ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_genericShowOn"] = true, ["use_track"] = true, ["use_unit"] = true, ["use_absorbMode"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "aura2", ["use_spellId"] = true, ["unevent"] = "auto", ["spellName"] = 0, ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["totemName"] = "27829", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_sourceUnit"] = true, ["ownOnly"] = true, ["use_totemName"] = true, ["sourceUnit"] = "player", ["names"] = { }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.83921575546265, 0.63529413938522, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = true, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["text_text_format_S_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = 3, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_format"] = "timed", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["rotateText"] = "NONE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["level_operator"] = { "==", }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["level"] = { "60", }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { [1467] = true, [1468] = true, }, }, ["item_bonusid_equipped"] = "7717", ["spec"] = { ["single"] = 1, ["multi"] = { [2] = true, [3] = true, }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["spellknown"] = 370818, ["zoneIds"] = "", ["use_spellknown"] = false, ["use_class_and_spec"] = false, ["use_vehicleUi"] = false, ["use_level"] = false, ["use_exact_spellknown"] = false, ["use_item_bonusid_equipped"] = false, ["talent"] = { ["single"] = 5, ["multi"] = { [5] = true, }, }, }, ["useAdjustededMax"] = false, ["width"] = 33, ["source"] = "import", ["cooldownEdge"] = false, ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["config"] = { }, ["authorOptions"] = { }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "Snapfire", ["auto"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "1OT6Fpjs(Mz", ["inverse"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "1", ["variable"] = "stacks", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["01 Predator's Howl Cast"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 347283, }, ["auranames"] = { "347283", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "boss1", ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["use_spellNames"] = true, ["subeventPrefix"] = "SPELL", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["use_genericShowOn"] = true, ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Predator's Howl Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "UKPaMVjsFlO", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 132097, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["09 Onslaught of the Damned"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["destUnit"] = "player", ["unit"] = "boss", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_spellIds"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["type"] = "unit", ["auraspellids"] = { "349805", }, ["event"] = "Cast", ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { 352348, }, ["use_absorbMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_destUnit"] = false, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["useName"] = false, ["auraspellids"] = { "348787", }, ["useExactSpellId"] = true, ["matchesShowOn"] = "showOnMissing", ["auranames"] = { "348787", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["customTriggerLogic"] = "", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Big Adds", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 0, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["rotate"] = 0, ["colorFunc"] = "", ["easeStrength"] = 3, ["scalex"] = 1, ["colorB"] = 0.003921568627451, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Onslaught of the Damned", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "pM7NLEvPyaz", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "2576088", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Vote Count on Raidframes"] = { ["outline"] = "OUTLINE", ["iconSource"] = 0, ["wagoID"] = "dW5U0N3HP", ["parent"] = "Aeon Remnants - Among Us Helper", ["displayText_format_p_time_dynamic_threshold"] = 60, ["customText"] = "function()\n if not aura_env.config.showVotesOnRaidframes then\n return\n end\n \n if aura_env.state and aura_env.state.guid then\n local region = aura_env.region\n local nameplate = aura_env.getNamePlateForGUID(aura_env.state.guid)\n \n if nameplate and aura_env.state.visible then\n region:ClearAllPoints()\n region:SetAnchor(\"CENTER\", nameplate, \"CENTER\")\n region:SetAlpha(1)\n region:Show()\n else\n region:SetAlpha(0)\n region:Hide()\n end\n \n return aura_env.state.votes\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"AEON_IVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_UVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_E\")\n\n\naura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\n\n\naura_env.getNamePlateForGUID = function(guid)\n for unit in WA_IterateGroupMembers() do\n if guid == UnitGUID(unit) then\n return LibStub(\"LibGetFrame-1.0\").GetFrame(unit)\n end\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["events"] = "CHAT_MSG_ADDON, NAME_PLATE_UNIT_ADDED, NAME_PLATE_UNIT_REMOVED, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["spellIds"] = { }, ["custom_type"] = "stateupdate", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["custom"] = "function(allstates, event, ...)\n if not aura_env.config.showVotesOnRaidframes then\n return false\n end\n\n if event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_IVOTE\" then\n if (allstates[guid] == nil) then\n allstates[guid] = {\n show = true,\n visible = true,\n guid = guid,\n votes = 0\n }\n end\n allstates[guid].votes = allstates[guid].votes + 1\n allstates[guid].changed = true\n return true\n elseif prefix == \"AEON_UVOTE\" then\n allstates[guid].votes = allstates[guid].votes - 1\n if allstates[guid].votes == 0 then\n allstates[guid].show = false\n end\n allstates[guid].changed = true\n return true\n elseif prefix == \"AEON_DBG_E\" then\n for _, state in pairs(allstates) do\n state.show = false;\n state.changed = true;\n end\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if allstates[guid] then\n allstates[guid].visible = true\n allstates[guid].changed = true\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and ... then\n local unit = ...\n local guid = UnitGUID(unit)\n if allstates[guid] then\n allstates[guid].visible = false\n allstates[guid].changed = true\n return true\n end\n elseif event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n for _, state in pairs(allstates) do\n state.show = false;\n state.changed = true;\n end\n return true\n end\n end\nend", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["justify"] = "LEFT", ["automaticWidth"] = "Auto", ["desaturate"] = false, ["information"] = { ["forceEvents"] = true, }, ["font"] = "Friz Quadrata TT", ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 35, ["conditions"] = { }, ["load"] = { ["use_encounterid"] = true, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["wordWrap"] = "WordWrap", ["fontSize"] = 24, ["source"] = "import", ["displayIcon"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White_Border", ["shadowXOffset"] = 1, ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["displayText_format_c_format"] = "none", ["width"] = 50, ["regionType"] = "text", ["frameStrata"] = 1, ["preferToUpdate"] = true, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["yOffset"] = 0, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["xOffset"] = 0, ["zoom"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Vote Count on Raidframes", ["url"] = "https://wago.io/dW5U0N3HP/22", ["alpha"] = 0.8, ["anchorFrameType"] = "SCREEN", ["displayText"] = "%c", ["uid"] = "qyggmWqKq4S", ["inverse"] = false, ["icon"] = true, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["cooldown"] = false, ["color"] = { 1, 1, 1, 1, }, }, ["EbonMight"] = { ["sparkWidth"] = 28, ["iconSource"] = -1, ["xOffset"] = 0, ["adjustedMax"] = "20", ["yOffset"] = -183.25366401672, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.80784320831299, 0.33725491166115, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["zone"] = "The Forbidden Reach", ["class"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["use_zone"] = false, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "You Are Beautiful!", ["zoom"] = 0.42, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".EvokerDurations", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["auranames"] = { "Ebon Might", }, ["matchesShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["use_tooltip"] = false, ["debuffType"] = "HELPFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "395296", }, ["event"] = "Health", ["useGroup_count"] = false, ["names"] = { "Combustion", }, ["unit"] = "player", ["spellIds"] = { }, ["type"] = "aura2", ["useExactSpellId"] = true, ["combineMatches"] = "showLowest", ["subeventSuffix"] = "_CAST_START", ["buffShowOn"] = "showOnActive", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 16, ["border_anchor"] = "bar", ["border_offset"] = 5, ["border_color"] = { 1, 1, 1, 0.5, }, ["border_visible"] = false, ["border_edge"] = "None", ["type"] = "subborder", }, { ["type"] = "subforeground", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "None", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_format"] = "timed", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "%n", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_anchorYOffset"] = 1, ["text_fontSize"] = 6, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "ICON_CENTER", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 0.4, ["model_fileId"] = "166322", ["model_path"] = "spells/holy_form_precast.m2", ["model_st_ty"] = 0, ["model_y"] = 0.8, ["model_st_rx"] = 270, ["bar_model_clip"] = true, ["rotation"] = 0, ["model_st_ry"] = 0, ["model_st_tx"] = 0, ["model_z"] = 2.35, ["extra_width"] = 79, ["model_visible"] = true, ["model_st_tz"] = 0, ["type"] = "submodel", }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["tick_length"] = 30, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "12.5", }, ["automatic_length"] = true, ["tick_thickness"] = 5, ["tick_color"] = { 0, 0, 0, 1, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = false, }, { ["tick_rotation"] = 0, ["tick_xOffset"] = 0, ["tick_desaturate"] = false, ["use_texture"] = false, ["tick_placement_mode"] = "AtValue", ["tick_texture"] = "GarrMission_EncounterBar-Spark", ["tick_length"] = 0, ["tick_blend_mode"] = "ADD", ["type"] = "subtick", ["tick_placements"] = { "3.75", }, ["automatic_length"] = true, ["tick_thickness"] = 6, ["tick_color"] = { 1, 0.98039221763611, 0.97254908084869, 1, }, ["tick_yOffset"] = 0, ["progressSources"] = { { -2, "", }, }, ["tick_mirror"] = false, ["tick_visible"] = true, }, }, ["height"] = 6, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["preferToUpdate"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "RIGHT", ["customTextUpdate"] = "update", ["backgroundColor"] = { 0, 0, 0, 0.45963537693024, }, ["sparkHeight"] = 43, ["config"] = { }, ["useAdjustededMax"] = true, ["width"] = 149.5, ["semver"] = "1.2.18", ["id"] = "EbonMight", ["sparkHidden"] = "NEVER", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["spark"] = true, ["icon"] = false, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0.98039221763611, 0.97254908084869, 1, }, ["uid"] = "g3NTtLVhBHD", }, ["Expunge 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["unevent"] = "auto", ["realSpellName"] = "Expunge", ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 365585, ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["duration"] = "1", }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 147362, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["useAdjustededMin"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 13, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["parent"] = "Evoker [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = true, ["use_class_and_spec"] = false, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, }, }, ["use_dragonriding"] = false, ["zoneIds"] = "", ["difficulty"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, ["multi"] = { [1473] = true, [1468] = true, [1467] = true, }, }, ["race"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, }, ["useAdjustededMax"] = false, ["cooldown"] = true, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, ["glow_action"] = "show", }, ["finish"] = { ["do_sound"] = false, }, ["init"] = { }, }, ["stickyDuration"] = false, ["uid"] = "zqZkJZukmjs", ["anchorFrameFrame"] = "WeakAuras:Bursting_Shot_Intimidation", ["regionType"] = "icon", ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["alpha"] = 0.3, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Expunge 2", ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["width"] = 33, ["adjustedMax"] = "", ["config"] = { }, ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "onCooldown", }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "spellUsable", ["value"] = 1, }, ["changes"] = { { ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["Cache of Infinite Treasure"] = { ["iconSource"] = -1, ["wagoID"] = "m-hmvkCsd", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "item", ["use_count"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["use_genericShowOn"] = true, ["use_itemName"] = true, ["unit"] = "player", ["itemName"] = 211279, ["genericShowOn"] = "showOnCooldown", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["event"] = "Item Count", ["count"] = "0", ["names"] = { }, ["count_operator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Accidental Presidency", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 3, ["border_offset"] = 1, ["border_color"] = { 0, 1, 0.12549020349979, 1, }, ["border_visible"] = true, ["border_edge"] = "ElvUI GlowBorder", ["type"] = "subborder", }, }, ["height"] = 42, ["load"] = { ["use_alive"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_combat"] = false, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 42, ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMax"] = "", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "-- Do not remove this comment, it is part of this aura: Phial of Tepid Versatility\nif not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\n\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211279\n\n]])", ["do_custom"] = true, }, ["finish"] = { }, }, ["information"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = "1542852", ["parent"] = "Cache of Infinite Treasure - [Panda Remix]", ["url"] = "https://wago.io/m-hmvkCsd/12", ["uid"] = "OJBoJBjPvxC", ["frameStrata"] = 1, ["zoom"] = 0.3, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.11", ["tocversion"] = 100207, ["id"] = "Cache of Infinite Treasure", ["xOffset"] = 0, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["selfPoint"] = "CENTER", ["conditions"] = { }, ["cooldown"] = true, ["keepAspectRatio"] = false, }, ["p_mana 2"] = { ["sparkWidth"] = 5, ["iconSource"] = -1, ["xOffset"] = 0.5, ["preferToUpdate"] = false, ["yOffset"] = 23.5, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.bar.fg:SetGradient(\"HORIZONTAL\",1,0.7,0.3,1,0.8,0.6)", ["do_custom"] = false, }, ["finish"] = { }, }, ["fontFlags"] = "OUTLINE", ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0.30588236451149, 0.43921571969986, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 1, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["ROGUE"] = true, ["MONK"] = true, ["PRIEST"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["zoom"] = 0, ["auto"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["sparkColor"] = { 1, 0.94901960784314, 0, 1, }, ["sparkOffsetX"] = 0, ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["customText"] = "function()\n local mana = UnitPower(\"player\",0)\n local manaMax = UnitPowerMax(\"player\",0)\n local manaPerc = (mana / manaMax) * 100\n return string.format(\"%.0f\",manaPerc)\nend\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", ["sparkRotationMode"] = "MANUAL", ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["powertype"] = 0, ["use_powertype"] = true, ["debuffType"] = "HELPFUL", ["type"] = "unit", ["custom_hide"] = "timed", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["names"] = { "Прославление", }, ["event"] = "Power", ["use_genericShowOn"] = true, ["realSpellName"] = "Прославление", ["use_spellName"] = true, ["spellIds"] = { 200183, }, ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["spellName"] = 200183, ["unevent"] = "auto", ["ownOnly"] = true, }, ["untrigger"] = { ["spellName"] = 200183, }, }, { ["trigger"] = { ["type"] = "aura2", ["auraspellids"] = { "54149", }, ["matchesShowOn"] = "showAlways", ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["colorR"] = 1, ["duration"] = "", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "urn function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n\n\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["rotate"] = 0, ["duration_type"] = "seconds", ["scalex"] = 1, }, }, ["backdropInFront"] = false, ["stickyDuration"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 1, ["border_anchor"] = "bar", ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 0, }, { ["api"] = false, ["model_x"] = 0, ["model_st_us"] = 40, ["model_st_rz"] = 0, ["model_alpha"] = 1, ["model_fileId"] = "328500", ["model_path"] = "spells/arcanepower_state_chest.m2", ["model_st_ty"] = 0, ["model_y"] = -1, ["model_st_rx"] = 270, ["rotation"] = 180, ["type"] = "submodel", ["model_st_tx"] = 0, ["model_st_ry"] = 0, ["model_z"] = -6.5, ["model_visible"] = false, ["model_st_tz"] = 0, ["bar_model_clip"] = true, }, }, ["height"] = 4, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["backdropColor"] = { 1, 1, 1, 0, }, ["source"] = "import", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["spark"] = false, ["adjustedMax"] = "", ["borderInFront"] = false, ["borderBackdrop"] = "None", ["icon_side"] = "RIGHT", ["customTextUpdate"] = "event", ["backgroundColor"] = { 0.4156862745098, 0.10980392156863, 0, 1, }, ["sparkHeight"] = 20, ["config"] = { }, ["width"] = 149.5, ["useAdjustededMax"] = false, ["semver"] = "1.2.18", ["id"] = "p_mana 2", ["sparkHidden"] = "BOTH", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["frameStrata"] = 2, ["anchorFrameType"] = "SCREEN", ["icon"] = false, ["authorOptions"] = { }, ["inverse"] = false, ["sparkDesature"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "percentpower", ["value"] = "100", }, ["changes"] = { { ["property"] = "sub.4.text_visible", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "cIRGjzRTA9r", }, ["11 Desolation"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["names"] = { }, ["use_unit"] = true, ["duration"] = "6", ["type"] = "unit", ["debuffType"] = "HARMFUL", ["auraspellids"] = { }, ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["event"] = "Cast", ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["use_sourceUnit"] = false, ["subeventSuffix"] = "_CAST_START", ["ignoreAuraSpellids"] = { }, ["use_specific_unit"] = true, ["spellNames"] = { 365033, }, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528302, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "lNDvApZWphC", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Desolation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["09 Wicked Blade"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "333377", }, ["unit"] = "player", ["debuffType"] = "HARMFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["events"] = "CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["spellIds"] = { }, ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if subEvent == \"SPELL_AURA_APPLIED\"\n and spellID == 333377\n and destGUID == WeakAuras.myGUID then\n local bossTarget = UnitIsUnit(\"boss1target\", \"player\")\n allstates[destGUID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n assignment = bossTarget and 1 or 2,\n name = bossTarget and \"First\" or \"Second\",\n autoHide = true,\n }\n return true\n end\n if subEvent == \"SPELL_AURA_REMOVED\" \n and spellID == 333377\n and destGUID == WeakAuras.myGUID then\n local state = allstates[destGUID]\n if state then\n state.show = false\n state.changed = true\n return true\n end\n end\n end\nend", ["names"] = { }, ["check"] = "event", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["customVariables"] = "{\nassignment = \"number\"\n}", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2417", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1029718, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "CGw3Lk3V)3E", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.auraType = {\n [\"BUFF\"] = \"HELPFUL\",\n [\"DEBUFF\"] = \"HARMFUL\",\n}", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "09 Wicked Blade", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "assignment", ["value"] = "1", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.5.useGlowColor", }, { ["value"] = { 1, 0, 0.090196078431373, 1, }, ["property"] = "sub.5.glowColor", }, { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\1.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "assignment", ["value"] = "2", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\2.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, }, ["cooldown"] = true, ["xOffset"] = 0, }, ["05 Sinful Projection"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Spread.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "364839", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "364839", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2544", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "2g15V)nBwiN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "05 Sinful Projection", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Warlock_PvPT12"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["names"] = { }, ["unit"] = "player", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["type"] = "spell", ["use_genericShowOn"] = true, ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 234877, ["use_spellName"] = true, ["spellIds"] = { }, ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 234877, }, ["untrigger"] = { ["spellName"] = 199954, }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["parent"] = "Warlock [Utility]", ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["role"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["size"] = { ["multi"] = { }, }, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, true, true, }, }, ["use_petbattle"] = false, ["faction"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["pvptalent"] = { ["single"] = 4, ["multi"] = { [14] = true, [4] = true, }, }, ["race"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["spellknown"] = 234877, ["use_dragonriding"] = false, }, ["adjustedMax"] = "", ["useAdjustededMax"] = false, ["icon"] = true, ["source"] = "import", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["progressSource"] = { -1, "", }, ["color"] = { 1, 1, 1, 1, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["anchorFrameFrame"] = "ElvUF_Player", ["width"] = 33, ["useCooldownModRate"] = true, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = true, ["semver"] = "5.3.5", ["zoom"] = 0.27, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Warlock_PvPT12", ["frameStrata"] = 2, ["alpha"] = 0.3, ["anchorFrameType"] = "SCREEN", ["url"] = "https://wago.io/Afenar_Warlock/150", ["uid"] = "CmhnFXE1mQo", ["inverse"] = true, ["authorOptions"] = { }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["desaturate"] = false, }, ["Burnout"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "375802", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["unitExists"] = true, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_anchorYOffset"] = -4, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "OUTER_TOP", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["spellknown"] = 375801, ["size"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["cooldownEdge"] = true, ["cooldown"] = true, ["displayIcon"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["config"] = { }, ["parent"] = "Dynamic Effects - LWA - Evoker", ["width"] = 48, ["anchorFrameParent"] = false, ["icon"] = true, ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Burnout", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["uid"] = "IKj5VFamdi8", ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.text_visible", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["03 Hyperlight Sparknova Dot"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "362850", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4037124, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "MLA2RVNT8HZ", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Hyperlight Sparknova Dot", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Sustaining Emerald"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211125, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211125\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Sustaining Emerald", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "taRCtx8DQi6", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628559", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["11 Relentless Domination"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 362028, }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["names"] = { }, ["use_specific_unit"] = true, ["auraspellids"] = { }, ["spellIds"] = { }, ["type"] = "unit", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["event"] = "Cast", ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide (LoS)", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4254080, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "aC7T4SsDF0h", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Relentless Domination", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Main Bar"] = { ["grow"] = "RIGHT", ["controlledChildren"] = { "d_FireBreath 2", "d_eternity_surge", "Prescience", "Upheaval 2", "d_tip_the_scales", "d_EbonMight", "d_dragonrage", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "7Kdv1YBIZ", ["parent"] = ".DPSEvoker", ["preferToUpdate"] = false, ["yOffset"] = 0.45273971557617, ["anchorPoint"] = "CENTER", ["fullCircle"] = true, ["space"] = 3, ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 1, ["selfPoint"] = "LEFT", ["align"] = "CENTER", ["sort"] = "none", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = -73.668395996094, ["stagger"] = 0, ["gridType"] = "RD", ["version"] = 38, ["subRegions"] = { }, ["sortHybridTable"] = { ["d_FireBreath 2"] = false, ["d_EbonMight"] = false, ["Upheaval 2"] = false, ["Prescience"] = false, ["d_tip_the_scales"] = false, ["d_dragonrage"] = false, ["d_eternity_surge"] = false, }, ["rowSpace"] = 1, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderColor"] = { 0, 0, 0, 1, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["borderInset"] = 1, ["animate"] = false, ["uid"] = "ODuvZpb7T99", ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["stepAngle"] = 15, ["borderSize"] = 2, ["limit"] = 5, ["arcLength"] = 360, ["gridWidth"] = 5, ["constantFactor"] = "RADIUS", ["source"] = "import", ["borderOffset"] = 4, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Main Bar", ["regionType"] = "dynamicgroup", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useLimit"] = false, ["config"] = { }, ["radius"] = 200, ["rotation"] = 0, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["authorOptions"] = { }, }, ["03 Crimson Flurry Dot"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/slraid1/144", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "326583", }, ["matchesShowOn"] = "showOnMatches", ["unit"] = "player", ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = true, ["fetchTooltip"] = false, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["spellIds"] = { }, ["names"] = { }, ["auraspellids"] = { "326586", "341475", }, ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["match_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.7843137254902, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_anchorYOffset"] = -6, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -10, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -8, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2402", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["authorOptions"] = { }, ["useAdjustededMax"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["adjustedMin"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["adjustedMax"] = "", ["selfPoint"] = "CENTER", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.143", ["tocversion"] = 90002, ["id"] = "03 Crimson Flurry Dot", ["alpha"] = 1, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["progressSource"] = { -1, "", }, ["uid"] = "imiJQmbcuJA", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["[UR] - (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g282", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "130909 131492 137103 134284 134701 133835", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[UR] - (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "8s7C)uNNAWL", ["parent"] = "Focus Target Group.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Blazing Mushroom (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "424578", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Proc", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 0.031372550874949, 1, 0, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["encounterid"] = "2786", ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "qXGTyaEC6DH", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Blazing Mushroom (Tank Only)", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["11 Relentless Misery"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = false, ["event"] = "Cast", ["auraspellids"] = { "362192", }, ["subeventSuffix"] = "_CAST_START", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["ignoreAuraSpellids"] = { }, ["unit"] = "player", ["useName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Don't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2537", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 3528305, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "68WnS26kqdc", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "11 Relentless Misery", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[HoI] Gulp (Get Out) - Dps/Heal"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.027450982481241, 0, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["use_role"] = false, ["encounterid"] = "2435", ["use_encounterid"] = false, ["zoneIds"] = "g434", ["role"] = { ["multi"] = { ["HEALER"] = true, ["DAMAGER"] = true, }, }, ["class_and_spec"] = { }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Halls of Infusion - Cleave's & Frontal's", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 385555, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "GET OUT!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[HoI] Gulp (Get Out) - Dps/Heal", ["xOffset"] = 0, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "VPNhvqSrIA0", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.027450982481241, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["Cache of Infinite"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211279, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowXOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -5, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_anchorYOffset"] = 5, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211279\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "Z(iKA2nRXNi", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Cache of Infinite", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "1542852", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["02 Marked for Torment"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["spellNames"] = { 422776, }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "Bars ", ["adjustedMax"] = "", ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["authorOptions"] = { }, ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2709", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["internalVersion"] = 75, ["source"] = "import", ["selfPoint"] = "CENTER", ["alpha"] = 1, ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["gradientOrientation"] = "HORIZONTAL", ["displayIcon"] = 236226, ["sparkHeight"] = 30, ["texture"] = "Clean", ["width"] = 240, ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100200, ["sparkHidden"] = "NEVER", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["semver"] = "1.0.46", ["config"] = { }, ["inverse"] = false, ["id"] = "02 Marked for Torment", ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "cast", }, ["changes"] = { { ["value"] = { ["sound_type"] = "Play", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["sound_channel"] = "Master", }, ["property"] = "sound", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "castType", ["value"] = "channel", }, ["changes"] = { { ["value"] = { 1, 0, 0, 1, }, ["property"] = "barColor", }, { ["value"] = "Dodge swirlies", ["property"] = "sub.3.text_text", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["uid"] = "UmhaAlioasA", }, ["09 Desolate Blossom"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["fetchTooltip"] = true, ["event"] = "Health", ["unit"] = "player", ["auranames"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "404425", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Healabsorb", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%tooltip1", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "yA9qgW9sY8y", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Desolate Blossom", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["01 Anti-Matter"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "364904", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2512", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 135914, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "yDBLLn(d6Qo", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "01 Anti-Matter", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["02 Stygian Ejection"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["unit"] = "boss1", ["custom_hide"] = "timed", ["use_specific_unit"] = true, ["use_spellIds"] = true, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["event"] = "Cast", ["names"] = { }, ["use_absorbMode"] = true, ["useExactSpellId"] = true, ["spellIds"] = { 348117, }, ["custom_type"] = "event", ["use_unit"] = true, ["useName"] = false, ["duration"] = "4", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Stygian Ejection", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "zi7hq0mW5(a", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 237299, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["02 Slothful Corruption"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "350713", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "-Castspeed", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = "magic", ["variable"] = "debuffClass", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = true, ["property"] = "sub.7.text_visible", }, }, }, }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Slothful Corruption", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "5joLlKy8neM", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 571321, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Summon_Vilefiend"] = { ["iconSource"] = 0, ["wagoID"] = "BkzVTPcGM", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { ["do_glow"] = false, }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "264119", }, ["use_clones"] = true, ["ownOnly"] = true, ["genericShowOn"] = "showOnActive", ["subeventPrefix"] = "SPELL", ["names"] = { "Черная душа: страдание", }, ["use_unit"] = true, ["use_totemType"] = false, ["debuffType"] = "HELPFUL", ["use_specific_unit"] = false, ["type"] = "combatlog", ["use_absorbMode"] = true, ["unevent"] = "timed", ["totemName"] = "Призыв мерзотня", ["spellIds"] = { 113860, }, ["event"] = "Combat Log", ["totemType"] = 1, ["unit"] = "player", ["use_spellId"] = true, ["name"] = "Призыв мерзотня", ["use_sourceUnit"] = true, ["subeventSuffix"] = "_CAST_SUCCESS", ["use_totemName"] = true, ["sourceUnit"] = "player", ["duration"] = "15", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["useCount"] = true, ["unit"] = "player", ["duration"] = "1", ["use_genericShowOn"] = true, ["spellName"] = 264119, ["charges"] = "3", ["debuffType"] = "HELPFUL", ["charges_operator"] = "~=", ["type"] = "spell", ["count"] = "2", ["unevent"] = "auto", ["use_showOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["countOperator"] = "<=", ["custom_hide"] = "timed", ["realSpellName"] = "Summon Vilefiend", ["use_spellName"] = true, ["spellIds"] = { 121536, 158624, 121557, }, ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = false, ["names"] = { "Божественное перышко", "Божественное перышко", "Божественное перышко", }, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 264119, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["url"] = "https://wago.io/Afenar_Warlock/150", ["adjustedMin"] = "", ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0, ["type"] = "subglow", ["glowXOffset"] = 1, ["glowType"] = "buttonOverlay", ["glowLength"] = 20, ["glowYOffset"] = 1, ["glowColor"] = { 1, 0.64705882352941, 0.31764705882353, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 20, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_time_mod_rate"] = true, }, }, ["height"] = 33, ["desaturate"] = false, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 266, ["multi"] = { [266] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 2, ["multi"] = { [2] = true, [3] = true, }, }, ["use_class_and_spec"] = true, ["use_petbattle"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 264119, ["role"] = { ["multi"] = { }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["useAdjustededMax"] = false, ["displayIcon"] = 1616211, ["source"] = "import", ["parent"] = "Warlock [Core]", ["progressSource"] = { -1, "", }, ["config"] = { }, ["icon"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["width"] = 33, ["useCooldownModRate"] = true, ["xOffset"] = 0, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["anchorFrameParent"] = false, ["semver"] = "5.3.5", ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["auto"] = false, ["tocversion"] = 100002, ["id"] = "Summon_Vilefiend", ["frameStrata"] = 2, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["authorOptions"] = { }, ["uid"] = "spdQP3kLJel", ["inverse"] = true, ["useTooltip"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["value"] = 1, ["variable"] = "show", }, }, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["op"] = ">=", ["variable"] = "expirationTime", ["value"] = "14.5", }, { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 2, ["op"] = "<", ["variable"] = "expirationTime", ["value"] = "1", }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "<", ["variable"] = "duration", ["value"] = "2", }, ["changes"] = { { ["value"] = false, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["08 Army of the Dead"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Adds.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 362862, }, ["auranames"] = { }, ["use_exact_spellId"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss", ["use_genericShowOn"] = true, ["use_spellNames"] = true, ["spellName"] = 0, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Adds Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 237511, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "wiG8ZMps3CH", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Army of the Dead", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["01 Overpower Cast On You (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "346986", }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["specificUnit"] = "boss1", ["unit"] = "player", ["spellName"] = 0, ["debuffType"] = "HARMFUL", ["use_unit"] = true, ["type"] = "custom", ["custom_type"] = "stateupdate", ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["event"] = "Cast", ["use_spellName"] = true, ["realSpellName"] = 0, ["use_spellId"] = false, ["events"] = "UNIT_SPELLCAST_START:boss1, UNIT_SPELLCAST_STOP:boss1", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if spellID == 346985\n and UnitIsUnit(unit..\"target\", \"player\")\n then\n local _, _, _, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if endC then\n allstates[UnitGUID(unit)] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n autoHide = true,\n } \n return true\n end\n end\n end\n if event == \"UNIT_SPELLCAST_STOP\" then\n local unit, _, spellID = ...\n if spellID == 346985 then\n local state = allstates[UnitGUID(unit)]\n if state then\n state.changed = true\n state.show = false\n return true\n end\n end\n end\nend", ["check"] = "event", ["useName"] = true, ["use_track"] = true, ["use_genericShowOn"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Stun Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["role"] = { ["single"] = "TANK", }, ["spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2423", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "01 Overpower Cast On You (Tank)", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "valHAPatwkY", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 897142, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["[Ruby] Feuerblitz (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 392452, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] Feuerblitz (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "obzvOpdMA2Z", ["parent"] = "Ruby Life Pools.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Leaping Flames 3"] = { ["outline"] = "OUTLINE", ["wagoID"] = "7Kdv1YBIZ", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["yOffset"] = 278.91589355469, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "370901", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { "Leaping Flames", }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Oswald", ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["class_and_spec"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_zoneIds"] = false, ["use_zone"] = false, ["zone"] = "The Forbidden Reach", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["size"] = { ["multi"] = { }, }, }, ["displayText_format_s_format"] = "none", ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["color"] = { 1, 0.10980392992496, 0, 1, }, ["automaticWidth"] = "Auto", ["regionType"] = "text", ["displayText"] = "%s - %p", ["conditions"] = { }, ["xOffset"] = -103.33197021484, ["preferToUpdate"] = false, ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["justify"] = "LEFT", ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "Leaping Flames 3", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "lx7fpx65uVc", ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, }, ["wordWrap"] = "WordWrap", }, ["09 Darkflame Cleave"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "426392", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2677", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "4NnjAsQktcu", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "09 Darkflame Cleave", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["02 Riftmaw Dot (Tank)"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "359976", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2542", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "OdxG)zRJ(sN", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "02 Riftmaw Dot (Tank)", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Cauterizing Flame (Preservation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Cauterizing Flame", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 374251, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 374251, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Cauterizing Flame (Preservation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "3aydG2C1Abi", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["04 Total Dominion"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["unit"] = "boss1", ["use_specific_unit"] = true, ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["use_spellNames"] = true, ["event"] = "Cast", ["castType"] = "cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["spellName"] = 0, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["spellNames"] = { 365418, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 136224, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "xALra8TTwM1", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Total Dominion", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Immolation Aura"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 258920, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Immolation Aura", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["zoneIds"] = "", ["use_class_and_spec"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Immolation Aura", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "69cuy7pUPbH", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["01 Doom Cultivation Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["displayText"] = "Phasing in %p", ["customText"] = "function()\n if WeakAuras.IsOptionsOpen() then return \"1.\" end\n if aura_env.state and aura_env.state.count then\n return string.format(\"%s.\", aura_env.state.count)\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "stages", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "421013", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["wordWrap"] = "Elide", ["font"] = "Friz Quadrata TT", ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["multi"] = { }, }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2820", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "5Ctlx1XzC9F", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.75294125080109, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0.45490199327469, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["use_color"] = false, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["colorType"] = "pulseColor", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["preferToUpdate"] = false, ["regionType"] = "text", ["fixedWidth"] = 400, ["internalVersion"] = 75, ["color"] = { 1, 1, 1, 1, }, ["displayText_format_p_format"] = "timed", ["displayText_format_p_time_precision"] = 1, ["parent"] = "BigWigs / DBM Timers / Texts", ["selfPoint"] = "TOP", ["justify"] = "LEFT", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "01 Doom Cultivation Timer", ["xOffset"] = 100, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["yOffset"] = 30, ["config"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Pyre"] = { ["iconSource"] = 0, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["useStacks"] = false, ["auranames"] = { }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["useExactSpellId"] = true, ["auraspellids"] = { "411288", }, ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["useName"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_matchedRune"] = false, ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Pyre", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 357211, }, ["untrigger"] = { }, }, { ["trigger"] = { ["useName"] = true, ["useStacks"] = false, ["auranames"] = { "405874", }, ["unit"] = "player", ["ownOnly"] = true, ["type"] = "aura2", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370454", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%4.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_2.spellCount_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorYOffset"] = -4, ["text_color"] = { 1, 0.88627450980392, 0.76862745098039, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_3.s_format"] = "none", ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_TOP", ["text_text_format_2.s_format"] = "none", ["text_text_format_4.s_format"] = "none", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1467, ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_class"] = true, ["use_vehicleUi"] = false, ["use_class_and_spec"] = true, ["use_never"] = true, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["frameStrata"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450980392157, 0.51372549019608, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, { ["property"] = "color", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 3, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 3, ["variable"] = "spellUsable", ["value"] = 1, }, }, }, ["changes"] = { { ["property"] = "desaturate", }, { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownText", }, }, }, { ["check"] = { ["trigger"] = 4, ["variable"] = "stacks", ["op"] = ">=", ["value"] = "20", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = 3, ["variable"] = "spellInRange", ["value"] = 0, }, ["changes"] = { { ["value"] = { 0.87450980392157, 0.34117647058824, 0.32941176470588, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 1, ["property"] = "iconSource", }, }, }, { ["check"] = { ["trigger"] = 5, ["variable"] = "stacks", ["op"] = ">=", ["value"] = "20", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, }, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "GaKJRyYIG)S", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["parent"] = "Core - LWA - Evoker", ["auto"] = true, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Pyre", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["width"] = 48, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = true, ["icon"] = true, ["displayIcon"] = 4622468, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["authorOptions"] = { }, }, ["10 Manifest Cosmos"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "362390", }, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["use_unit"] = true, ["duration"] = "4", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["type"] = "event", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["useIgnoreExactSpellId"] = false, ["fetchTooltip"] = true, ["event"] = "Spell Cast Succeeded", ["useName"] = false, ["custom_type"] = "stateupdate", ["use_spellId"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["unit"] = "boss1", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "BigNumber", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_anchorPoint"] = "CENTER", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_text_format_tooltip1_big_number_format"] = "AbbreviateNumbers", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glowThickness"] = 2.15, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2549", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Soak.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["xOffset"] = 0, ["cooldown"] = true, ["conditions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["url"] = "https://wago.io/slraid3/64", ["adjustedMax"] = "", ["config"] = { }, ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["zoom"] = 0.3, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "10 Manifest Cosmos", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "ThtHzPIB1(J", ["inverse"] = false, ["selfPoint"] = "CENTER", ["displayIcon"] = 613397, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Sepulcher (wago.io/slraid3)", }, ["Older Content"] = { ["controlledChildren"] = { "Focus Target group (Season1)", "Cleave's and Frontal's (Season1)", "Interrupt's & Casts's (Season1)", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "0zeLaqjDa", ["parent"] = "Dragonflight || Mythic+ || Season 2 || Nameplate Glow's || by Plaqueqt-Blackrock", ["preferToUpdate"] = true, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["borderColor"] = { 0, 0, 0, 1, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["names"] = { }, ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["unit"] = "player", }, ["untrigger"] = { }, }, }, ["internalVersion"] = 75, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 96, ["subRegions"] = { }, ["load"] = { ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, }, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["source"] = "import", ["scale"] = 1, ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "group", ["borderSize"] = 2, ["alpha"] = 1, ["authorOptions"] = { }, ["borderOffset"] = 4, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "Older Content", ["groupIcon"] = 237589, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["selfPoint"] = "CENTER", ["config"] = { }, ["uid"] = "HZqKkfyDDd(", ["borderInset"] = 1, ["conditions"] = { }, ["information"] = { }, ["xOffset"] = 0, }, ["03 Scorchtail Crash "] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkOffsetX"] = 0, ["sparkRotation"] = 0, ["sparkRotationMode"] = "AUTO", ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Dodge.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["spellId"] = { "", }, ["auranames"] = { }, ["duration"] = "5.1", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["debuffType"] = "HARMFUL", ["subeventSuffix"] = "_CAST_START", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["unit"] = "player", ["custom"] = "function(allstates, event, unit, _, spellID)\n if event == \"UNIT_SPELLCAST_SUCCEEDED\" then\n if spellID == 421684 or spellID == aura_env.side or (aura_env.counter >= 3 and (spellID == 421359 or spellID == 421356)) then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4.1,\n expirationTime = 4.1 + GetTime(),\n autoHide = true\n }\n return true\n elseif (spellID == 421330 or spellID == 421331) and UnitIsUnit(unit, \"player\") then\n aura_env.side = (spellID == 421330 and 421356) or 421359\n elseif spellID == 420934 then\n aura_env.counter = aura_env.counter + 1\n end\n elseif event == \"ENCOUNTER_START\" then\n aura_env.counter = 0\n aura_env.side = 0\n end\nend", ["event"] = "Spell Cast Succeeded", ["events"] = "UNIT_SPELLCAST_SUCCEEDED:boss1:raid, ENCOUNTER_START", ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["type"] = "custom", ["check"] = "event", ["useExactSpellId"] = false, ["custom_type"] = "stateupdate", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["icon_color"] = { 1, 1, 1, 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["x"] = 0, ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["adjustedMax"] = "", ["barColor"] = { 1, 1, 1, 1, }, ["desaturate"] = false, ["xOffset"] = 0, ["icon"] = true, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Dodge", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["gradientOrientation"] = "HORIZONTAL", ["textureSource"] = "LSM", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2737", ["use_encounterid"] = true, }, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["enableGradient"] = false, ["source"] = "import", ["selfPoint"] = "CENTER", ["uid"] = "0jEtLgTYlUv", ["information"] = { ["forceEvents"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["sparkOffsetY"] = 0, ["icon_side"] = "LEFT", ["height"] = 36, ["displayIcon"] = 959797, ["sparkHeight"] = 30, ["texture"] = "Clean", ["frameStrata"] = 1, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "03 Scorchtail Crash ", ["width"] = 240, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["zoom"] = 0.2, ["config"] = { }, ["inverse"] = false, ["spark"] = false, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkHidden"] = "NEVER", }, ["d_zephyr"] = { ["iconSource"] = -1, ["wagoID"] = "7Kdv1YBIZ", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -2.5, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_showgcd"] = false, ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["use_unit"] = true, ["use_remaining"] = false, ["custom_hide"] = "timed", ["unevent"] = "auto", ["use_showOn"] = true, ["use_genericShowOn"] = true, ["event"] = "Cooldown Progress (Spell)", ["unit"] = "player", ["realSpellName"] = "Zephyr", ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "spell", ["remaining_operator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_track"] = true, ["spellName"] = 374227, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 1044, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 38, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_anchorYOffset"] = 3, }, { ["border_size"] = 1, ["border_offset"] = 1, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 12, ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 29, ["stickyDuration"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = false, ["zone"] = "The Forbidden Reach", ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["PALADIN"] = true, }, }, ["use_class"] = true, ["race"] = { ["multi"] = { }, }, ["use_spec"] = true, ["use_zone"] = false, ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 65, ["multi"] = { [65] = true, }, }, ["talent"] = { ["multi"] = { [392961] = true, }, }, ["use_vehicle"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["faction"] = { ["multi"] = { }, }, ["pvptalent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_exact_spellknown"] = false, ["spellknown"] = 362969, ["role"] = { ["multi"] = { }, }, }, ["useCooldownModRate"] = true, ["useAdjustededMax"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["source"] = "import", ["url"] = "https://wago.io/7Kdv1YBIZ/38", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["progressSource"] = { -1, "", }, ["frameStrata"] = 2, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["useTooltip"] = false, ["config"] = { }, ["xOffset"] = 92.5, ["width"] = 29, ["zoom"] = 0.3, ["auto"] = true, ["cooldownTextDisabled"] = true, ["semver"] = "1.2.18", ["tocversion"] = 100200, ["id"] = "d_zephyr", ["adjustedMax"] = "", ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["parent"] = ".DPSEvoker", ["uid"] = "yedM7d7WeuB", ["inverse"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_sound"] = false, }, ["init"] = { ["custom"] = " ", ["do_custom"] = false, }, ["finish"] = { ["sound"] = "Interface\\Addons\\MikScrollingBattleText\\Sounds\\Cooldown.ogg", ["do_sound"] = false, }, }, ["conditions"] = { }, ["cooldown"] = true, ["authorOptions"] = { }, }, ["05 Overcharged"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "405827", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Enter Conduit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["single"] = "mythic", }, ["use_encounterid"] = true, ["encounterid"] = "2680", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_difficulty"] = true, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4914678", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "kNRHb3sdkv2", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Overcharged", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["Nameplate Hider"] = { ["outline"] = "OUTLINE", ["wagoID"] = "dW5U0N3HP", ["parent"] = "Aeon Remnants - Among Us Helper", ["preferToUpdate"] = true, ["customText"] = "function()\n if not aura_env.isActive then\n return\n end\n \n if not aura_env.last or aura_env.last < GetTime() - 0.1 then\n aura_env.last = GetTime()\n aura_env.render()\n end\nend", ["shadowYOffset"] = -1, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "update", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["init"] = { ["custom"] = "C_ChatInfo.RegisterAddonMessagePrefix(\"AEON_IVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_UVOTE\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_S\")\nC_ChatInfo.RegisterAddonMessagePrefix(\"AEON_DBG_E\")\n\n\naura_env.spellId = (aura_env.config.debugMode and 48018) or 360418\naura_env.isActive = false\naura_env.originalNameplateMutation = {}\naura_env.allVotes = {}\n\n\naura_env.render = function()\n for _, nameplate in pairs(C_NamePlate.GetNamePlates()) do\n local unitInParty = UnitInParty(nameplate.namePlateUnitToken)\n \n if nameplate and (unitInParty or aura_env.config.debugMode) then\n if not aura_env.originalNameplateMutation[nameplate] then\n aura_env.originalNameplateMutation[nameplate] = aura_env.getNameplateMutation(nameplate)\n end\n \n local guid = UnitGUID(nameplate.namePlateUnitToken)\n \n if aura_env.allVotes[guid] and aura_env.allVotes[guid] > 0 then\n aura_env.resetNameplate(nameplate)\n else\n aura_env.mutateNameplate(nameplate)\n end\n end\n end\nend\n\naura_env.mutateNameplate = function(nameplate)\n local frame = aura_env.getNameplateFrame(nameplate)\n if not frame or aura_env.isNameplateMutated(nameplate) then\n return\n end\n \n if aura_env.config.hideNameplates then\n frame:Hide()\n elseif aura_env.config.scaleNameplates then\n frame:SetScale(aura_env.config.nameplateScaleFactor)\n end\nend\n\naura_env.resetNameplate = function(nameplate)\n local frame = aura_env.getNameplateFrame(nameplate)\n local originalMutation = aura_env.originalNameplateMutation[nameplate]\n if not frame or not aura_env.isNameplateMutated(nameplate) then\n return\n end\n \n if aura_env.config.hideNameplates then\n frame:SetShown(originalMutation)\n elseif aura_env.config.scaleNameplates then\n frame:SetScale(originalMutation)\n end\nend\n\naura_env.isNameplateMutated = function(nameplate)\n local currentMutation = aura_env.getNameplateMutation(nameplate)\n local originalMutation = aura_env.originalNameplateMutation[nameplate]\n return (originalMutation ~= nil) and (currentMutation ~= originalMutation)\nend\n\naura_env.getNameplateMutation = function(nameplate)\n local frame = aura_env.getNameplateFrame(nameplate)\n if not frame then\n return nil\n end\n \n if aura_env.config.hideNameplates then\n return frame:IsShown()\n elseif aura_env.config.scaleNameplates then\n return frame:GetScale()\n end\nend\n\naura_env.getNameplateFrame = function(nameplate)\n if not nameplate or not nameplate.namePlateUnitToken then\n -- Frame has re-entered the framepool\n return nil\n elseif nameplate.unitFrame then\n -- ElvUI / Plater\n return nameplate.unitFrame\n elseif nameplate.kui then\n -- Kui\n return nameplate.kui\n elseif nameplate.TPFrame then\n -- Threat Plates\n return nameplate.TPFrame\n else\n -- Default UI\n return nameplate.UnitFrame\n end\nend\n\naura_env.getNamePlateForGUID = function(guid)\n for _, nameplate in pairs(C_NamePlate.GetNamePlates()) do\n if UnitGUID(nameplate.namePlateUnitToken) == guid then\n return nameplate\n end\n end\nend\n\naura_env.activate = function(aura_env)\n if aura_env.isActive then\n return\n end\n \n aura_env.isActive = true\n aura_env.originalNameplateMutation = {}\n aura_env.allVotes = {}\n aura_env.render()\nend\n\naura_env.deactivate = function(aura_env)\n aura_env.isActive = false\n \n for nameplate, _ in pairs(aura_env.originalNameplateMutation) do\n if nameplate.namePlateUnitToken then\n aura_env.resetNameplate(nameplate)\n end\n end\n \n aura_env.originalNameplateMutation = {}\n aura_env.allVotes = {}\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HELPFUL", ["names"] = { }, ["event"] = "Health", ["unit"] = "player", ["auraspellids"] = { "48018", }, ["custom"] = "function(event, ...)\n if not (aura_env.config.hideNameplates or aura_env.config.scaleNameplates) then\n return false\n end\n \n -- Main trigger conditions\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_APPLIED\" and spellID == aura_env.spellId then\n aura_env:activate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_DBG_S\" then\n aura_env:activate()\n return true\n end\n end\n \n -- Event listeners\n if not aura_env.isActive then\n return false\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and ... then\n aura_env.render()\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix, guid = ...\n if prefix == \"AEON_IVOTE\" and aura_env.isActive then\n if not aura_env.allVotes[guid] then\n aura_env.allVotes[guid] = 0\n end\n aura_env.allVotes[guid] = aura_env.allVotes[guid] + 1\n aura_env.render()\n elseif prefix == \"AEON_UVOTE\" then\n aura_env.allVotes[guid] = aura_env.allVotes[guid] - 1\n if aura_env.allVotes[guid] == 0 then\n aura_env.allVotes[guid] = nil\n end\n aura_env.render()\n end\n end\nend", ["spellIds"] = { }, ["events"] = "CHAT_MSG_ADDON, NAME_PLATE_UNIT_ADDED, CLEU:SPELL_AURA_APPLIED:SPELL_AURA_REMOVED", ["subeventPrefix"] = "SPELL", ["useExactSpellId"] = true, ["custom_type"] = "event", ["custom_hide"] = "custom", }, ["untrigger"] = { ["custom"] = "function(event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" and ... then\n local _, subEvent, _, _, _, _, _, _, _, _, _, spellID = ...\n if subEvent == \"SPELL_AURA_REMOVED\" and spellID == aura_env.spellId then\n aura_env:deactivate()\n return true\n end\n elseif event == \"CHAT_MSG_ADDON\" and ... then\n local prefix = ...\n if prefix == \"AEON_DBG_E\" then\n aura_env:deactivate()\n return true\n end\n end\nend", }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 22, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_encounterid"] = true, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2543", ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 12, ["source"] = "import", ["shadowXOffset"] = 1, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["regionType"] = "text", ["displayText_format_p_time_dynamic_threshold"] = 60, ["url"] = "https://wago.io/dW5U0N3HP/22", ["fixedWidth"] = 200, ["displayText"] = "%c", ["displayText_format_p_time_precision"] = 1, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["enableCheatMode"] = true, ["showVotesOnRaidframes"] = true, ["showVotesSummary"] = true, ["voteButtonWidth"] = 65, ["voteButtonHeight"] = 40, ["showVoteButton"] = true, ["nameplateScaleFactor"] = 0.35, ["hideNameplates"] = true, ["scaleNameplates"] = false, ["showMyVotes"] = true, ["announceVotes"] = false, ["debugMode"] = false, }, ["xOffset"] = 0, ["semver"] = "5.0.1", ["tocversion"] = 90200, ["id"] = "Nameplate Hider", ["wordWrap"] = "WordWrap", ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["justify"] = "LEFT", ["uid"] = "RcFjG89XM4R", ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Debug Options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "debugMode", ["width"] = 2, ["name"] = "Debug mode (THIS WILL BREAK THE WEAKAURA)", ["useDesc"] = true, ["default"] = false, ["desc"] = "DO NOT ENABLE", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Nameplates", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "Nameplates will automatically be hidden during Among us and re-appear on players voted as imposter", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "hideNameplates", ["width"] = 2, ["name"] = "Hide nameplates", ["useDesc"] = true, ["default"] = true, ["desc"] = "Automatically hide nameplates during among us", }, { ["type"] = "toggle", ["key"] = "scaleNameplates", ["width"] = 1, ["name"] = "Resize nameplates", ["useDesc"] = true, ["default"] = false, ["desc"] = "Automatically resize nameplates during among us", }, { ["type"] = "range", ["useDesc"] = true, ["max"] = 1, ["step"] = 0.05, ["width"] = 1, ["min"] = 0, ["key"] = "nameplateScaleFactor", ["default"] = 0.35, ["name"] = "Nameplate scale", ["desc"] = "Scale factor to resize nameplates (if checked)", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "\"Vote\" Button", ["noMerge"] = false, ["width"] = 1, }, { ["text"] = "You can vote on your target as an imposter either with the button, or with a macro like this:\n\n/run WeakAuras.ScanEvents(\"IMPOSTER_VOTE\", \"nil\")\n \n", ["type"] = "description", ["fontSize"] = "medium", ["width"] = 2, }, { ["type"] = "toggle", ["default"] = true, ["key"] = "showVoteButton", ["name"] = "Show vote button", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "announceVotes", ["name"] = "Announce votes in chat", ["useDesc"] = true, ["width"] = 2, }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 55, ["key"] = "voteButtonWidth", ["default"] = 65, ["name"] = "Vote button width", }, { ["type"] = "range", ["useDesc"] = false, ["max"] = 200, ["step"] = 1, ["width"] = 1, ["min"] = 35, ["key"] = "voteButtonHeight", ["default"] = 40, ["name"] = "Vote button height", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Raid Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showVotesOnRaidframes", ["width"] = 1, ["name"] = "Show votes on raid frames", ["useDesc"] = true, ["default"] = true, ["desc"] = "Shows the vote count for each player on their raid frame", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Extra Frames", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "showMyVotes", ["width"] = 2, ["name"] = "Show personal votes frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a frame with a list of your personal votes during the Infiltration phase", }, { ["type"] = "toggle", ["key"] = "showVotesSummary", ["width"] = 2, ["name"] = "Show votes summary frame", ["useDesc"] = true, ["default"] = true, ["desc"] = "Displays a summary of all player votes when combat ends", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, { ["useName"] = true, ["type"] = "header", ["text"] = "CHEAT MODE", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "enableCheatMode", ["width"] = 2, ["name"] = "Enable cheat mode", ["useDesc"] = true, ["default"] = true, ["desc"] = "Enabling this will make players automatically vote for themselves if they are an imposter", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 2, ["useHeight"] = true, ["width"] = 2, }, }, ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_c_format"] = "none", }, ["Fel Barrage"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 258925, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Fel Barrage", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Fel Barrage", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "PTbXgoncUzP", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["05 Doom Flame Dot"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["useExactSpellId"] = true, ["event"] = "Cast", ["names"] = { }, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["unit"] = "player", ["type"] = "aura2", ["auraspellids"] = { "408857", }, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2680", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = "4914678", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "iE(duvbpzCl", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "05 Doom Flame Dot", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["08 Fiery Growth"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Icons ", ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Drop.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "424581", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["uid"] = "imBOJQbTyKW", ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "preset", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["authorOptions"] = { }, ["cooldownEdge"] = false, ["width"] = 80, ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "08 Fiery Growth", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["config"] = { }, ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["variable"] = "debuffClass", ["value"] = "magic", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = { 0.19607844948769, 0.58823531866074, 1, 1, }, ["property"] = "sub.4.border_color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["progressSource"] = { -1, "", }, }, ["[NL] Charskin (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 188587, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "731", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[NL] Charskin (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "m0RFMeorKIj", ["parent"] = "Neltharion's Lair", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["04 Disintegration Halo Debuff"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "361751", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Avoid wave", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 0.023529411764706, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 3, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038100, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "yJ(1VAAq8YW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Disintegration Halo Debuff", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[Ruby] (Focus) 2"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g430", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 0.52941179275513, 0.035294119268656, 1, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "187969", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[Ruby] (Focus) 2", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "hK(Myn9pPiO", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["[TNO] Donnerschlag (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 387125, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["event"] = "Cast", ["names"] = { }, ["use_unit"] = true, ["use_interruptible"] = true, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["unit"] = "nameplate", ["subeventPrefix"] = "", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Donnerschlag (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "hnjJQRr9Sk3", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["AUG_Bestow Weyrnstone"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { ["do_glow"] = false, ["do_sound"] = false, ["glow_action"] = "hide", }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_charges"] = false, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["charges"] = "1", ["spellName"] = 408233, ["charges_operator"] = ">=", ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["unevent"] = "auto", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 408233, ["use_spellName"] = true, ["spellIds"] = { }, ["duration"] = "1", ["custom_hide"] = "timed", ["unit"] = "player", ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { ["showOn"] = "showAlways", ["spellName"] = 259495, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["stickyDuration"] = false, ["xOffset"] = 0, ["adjustedMin"] = "", ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 4, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.88235300779343, 0.72549021244049, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%2.s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "TOPRIGHT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "TOPRIGHT", ["text_text_format_2.s_format"] = "none", ["text_anchorYOffset"] = 3, ["text_fontSize"] = 18, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 3, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 40, ["desaturate"] = false, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["use_class_and_spec"] = true, ["use_talent"] = false, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spec"] = true, ["role"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 1473, ["multi"] = { [1467] = true, }, }, ["talent2"] = { ["multi"] = { }, }, ["use_level"] = false, ["talent"] = { ["single"] = 21, ["multi"] = { [371034] = true, [408233] = true, }, }, ["ingroup"] = { ["multi"] = { }, }, ["spec"] = { ["single"] = 1, ["multi"] = { true, }, }, ["zoneIds"] = "", ["pvptalent"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["race"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["faction"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = false, ["spellknown"] = 408233, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["SHAMAN"] = true, }, }, }, ["cooldown"] = true, ["useAdjustededMax"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "OR", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["op"] = "<", ["value"] = "1", ["variable"] = "expirationTime", }, { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["op"] = "<", ["value"] = "2", ["variable"] = "duration", }, ["changes"] = { { ["property"] = "sub.6.text_visible", }, }, }, }, ["source"] = "import", ["icon"] = true, ["authorOptions"] = { }, ["uid"] = "MTx3BK3Fm4b", ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "fade", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["use_translate"] = false, ["duration"] = "", ["type"] = "none", ["translateType"] = "spiralandpulse", ["easeType"] = "none", ["translateFunc"] = " function(progress, startX, startY, deltaX, deltaY)\n local angle = (progress + 0.25) * 2 * math.pi\n return startX + (math.cos(angle) * deltaX * math.cos(angle*2)), startY + (math.abs(math.cos(angle)) * deltaY * math.sin(angle*2))\n end\n ", ["scaley"] = 1, ["alpha"] = 0, ["rotate"] = 0, ["y"] = -1, ["x"] = -1, ["colorB"] = 1, ["use_color"] = false, ["colorFunc"] = "", ["easeStrength"] = 3, ["colorType"] = "custom", ["scalex"] = 1, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["duration_type"] = "seconds", ["alpha"] = 0, ["alphaType"] = "hide", ["preset"] = "fade", ["duration"] = "1", ["easeStrength"] = 3, ["use_translate"] = false, ["use_alpha"] = false, }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 2, ["progressSource"] = { -1, "", }, ["url"] = "https://wago.io/AU9DH6bo7/8", ["anchorFrameParent"] = false, ["auto"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.7", ["tocversion"] = 100105, ["id"] = "AUG_Bestow Weyrnstone", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 40, ["useTooltip"] = false, ["config"] = { }, ["inverse"] = true, ["parent"] = "Evoker [Core]", ["displayIcon"] = 5199618, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Amplify Curse"] = { ["iconSource"] = -1, ["wagoID"] = "BkzVTPcGM", ["xOffset"] = 0, ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["customTextUpdate"] = "update", ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "328774", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "BOTH", }, ["untrigger"] = { }, }, { ["trigger"] = { ["duration"] = "1", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["remaining"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["spellName"] = 328774, ["custom_hide"] = "timed", ["use_genericShowOn"] = true, ["use_remaining"] = false, ["remaining_operator"] = "<=", ["subeventSuffix"] = "_CAST_START", ["use_showOn"] = true, ["use_ignoreoverride"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = true, ["realSpellName"] = 328774, ["use_spellName"] = true, ["spellIds"] = { }, ["unevent"] = "auto", ["type"] = "spell", ["debuffType"] = "HELPFUL", ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["showOn"] = "showOnCooldown", ["genericShowOn"] = "showAlways", ["spellName"] = 48020, }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["alpha"] = 0.3, ["version"] = 150, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.87843143939972, 0.70196080207825, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["type"] = "subborder", ["border_size"] = 1, ["border_visible"] = true, ["text_color"] = { }, ["border_color"] = { 0, 0, 0, 1, }, ["text_shadowColor"] = { }, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = true, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 0.90588235294118, 0.74509803921569, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 13, ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 33, ["progressSource"] = { -1, "", }, ["load"] = { ["ingroup"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["single"] = "WARLOCK", ["multi"] = { }, }, ["use_class"] = true, ["use_dragonriding"] = false, ["zoneIds"] = "", ["talent2"] = { ["multi"] = { }, }, ["class_and_spec"] = { ["single"] = 267, ["multi"] = { [266] = true, [267] = true, [265] = true, }, }, ["talent"] = { ["single"] = 7, ["multi"] = { [7] = true, [15] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["race"] = { ["multi"] = { }, }, ["difficulty"] = { ["multi"] = { }, }, ["use_spellknown"] = true, ["use_petbattle"] = false, ["use_vehicleUi"] = false, ["pvptalent"] = { ["multi"] = { }, }, ["faction"] = { ["multi"] = { }, }, ["spellknown"] = 328774, ["role"] = { ["multi"] = { }, }, }, ["stickyDuration"] = false, ["useAdjustededMax"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["source"] = "import", ["authorOptions"] = { }, ["actions"] = { ["start"] = { ["do_glow"] = false, ["glow_action"] = "show", ["do_custom"] = false, ["glow_frame"] = "WeakAuras:Demonic_Circle", }, ["init"] = { }, ["finish"] = { ["do_glow"] = false, ["glow_action"] = "hide", ["do_sound"] = false, ["sound"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Sounds\\bigkiss.ogg", ["glow_frame"] = "WeakAuras:Demonic_Circle", }, }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, ["main"] = { ["colorR"] = 1, ["duration_type"] = "seconds", ["colorA"] = 1, ["colorG"] = 1, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["colorB"] = 1, ["y"] = 0, ["x"] = 0, ["scalex"] = 1, ["easeStrength"] = 3, ["colorFunc"] = "", ["rotate"] = 0, ["colorType"] = "custom", ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["config"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["adjustedMin"] = "", ["width"] = 33, ["frameStrata"] = 2, ["useTooltip"] = false, ["anchorFrameParent"] = false, ["zoom"] = 0.3, ["semver"] = "5.3.5", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100002, ["id"] = "Amplify Curse", ["parent"] = "Warlock [Utility]", ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["adjustedMax"] = "", ["uid"] = "HesFhpXwLEp", ["inverse"] = true, ["url"] = "https://wago.io/Afenar_Warlock/150", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["property"] = "inverse", }, { ["property"] = "desaturate", }, { ["value"] = true, ["property"] = "sub.2.glow", }, { ["value"] = 1, ["property"] = "alpha", }, }, }, }, ["cooldown"] = true, ["color"] = { 1, 1, 1, 1, }, }, ["Eye Beam"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -28, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["unit"] = "player", ["names"] = { }, ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "spell", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 198013, ["custom_hide"] = "timed", ["event"] = "Cooldown Progress (Spell)", ["duration"] = "1", ["realSpellName"] = "Eye Beam", ["use_spellName"] = true, ["spellIds"] = { }, ["custom_type"] = "event", ["check"] = "event", ["use_absorbMode"] = true, ["use_track"] = true, ["use_unit"] = true, }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 40, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 577, ["multi"] = { [577] = true, [581] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 40, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 1, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Eye Beam", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "aw8W17TE8tk", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["06 Forge Weapon"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["adjustedMax"] = "", ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "350217", }, ["duration"] = "6.9", ["use_unit"] = true, ["names"] = { }, ["type"] = "custom", ["debuffType"] = "HARMFUL", ["custom_type"] = "stateupdate", ["useName"] = false, ["use_debuffClass"] = false, ["useExactSpellId"] = false, ["unit"] = "player", ["fetchTooltip"] = false, ["event"] = "Health", ["events"] = "UNIT_SPELLCAST_CHANNEL_START:boss1, CAUSESE_FORGE", ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_CHANNEL_START\" then\n local _,_, spellID = ...\n if spellID == 355525\n and not WeakAuras.GetActiveTriggers(aura_env.id)[1] then\n local num = aura_env.isMythic and 8 or 6\n local total = aura_env.isMythic and 9 or 7\n allstates[\"forge\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 5,\n expirationTime = 5 + GetTime(),\n autoHide = true,\n name = \"Pool Inc\",\n remaining = total,\n }\n for i = 1, num do\n C_Timer.After(5*i, function() WeakAuras.ScanEvents(\"CAUSESE_FORGE\", i) end)\n end\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..allstates[\"forge\"].remaining..\".ogg\", \"MASTER\")\n return true\n end\n end\n if event == \"CAUSESE_FORGE\"\n and ... then\n local i = ...\n local total = aura_env.isMythic and 9 or 7\n allstates[\"forge\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 5,\n expirationTime = 5 + GetTime(),\n autoHide = true,\n remaining = total-i,\n name = \"Pool Inc\",\n }\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..allstates[\"forge\"].remaining..\".ogg\", \"MASTER\")\n return true\n end\nend", ["use_absorbMode"] = true, ["spellIds"] = { }, ["auraspellids"] = { }, ["check"] = "event", ["subeventSuffix"] = "_CAST_START", ["custom_hide"] = "timed", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%name", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_name_format"] = "none", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["anchorXOffset"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_justify"] = "CENTER", ["text_shadowYOffset"] = 0, ["text_fontType"] = "THICKOUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_text_format_p_time_format"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_shadowXOffset"] = 0, }, { ["type"] = "subborder", ["border_offset"] = 0, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_text_format_remaining_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2430", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["frameStrata"] = 1, ["adjustedMin"] = "", ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["displayIcon"] = 409594, ["useTooltip"] = false, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Hpb7m0jVXPY", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "aura_env.isMythic = select(3, GetInstanceInfo()) == 16", ["do_custom"] = true, }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["authorOptions"] = { }, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "06 Forge Weapon", ["useCooldownModRate"] = true, ["alpha"] = 1, ["width"] = 80, ["cooldownEdge"] = false, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["conditions"] = { }, ["cooldown"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, }, ["09 Mass Disintegrate"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "401680", }, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 236220, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "QiAvprFnJT3", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Mass Disintegrate", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["Bulk Extraction"] = { ["iconSource"] = -1, ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = -67, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["unevent"] = "auto", ["spellName"] = 320341, ["duration"] = "1", ["event"] = "Cooldown Progress (Spell)", ["subeventSuffix"] = "_CAST_START", ["realSpellName"] = "Bulk Extraction", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { ["genericShowOn"] = "showAlways", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 43, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%stacks", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "CENTER", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Expressway", ["text_shadowYOffset"] = -1, ["text_text_format_stakcs_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "BOTTOM", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 36, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 581, ["multi"] = { [581] = true, [577] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_vehicle"] = false, ["class"] = { ["single"] = "DEMONHUNTER", ["multi"] = { }, }, ["use_class"] = true, ["zoneIds"] = "", ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["use_spec"] = true, ["spec"] = { ["single"] = 2, ["multi"] = { true, [3] = true, }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 36, ["parent"] = "Ipse: Demon Hunter", ["progressSource"] = { -1, "", }, ["cooldown"] = true, ["adjustedMax"] = "", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["actions"] = { ["start"] = { ["do_glow"] = false, ["do_custom"] = false, }, ["finish"] = { ["do_custom"] = false, }, ["init"] = { ["do_custom"] = false, }, }, ["authorOptions"] = { { ["type"] = "number", ["useDesc"] = true, ["max"] = 2, ["step"] = 1, ["width"] = 1, ["min"] = 1, ["key"] = "row", ["default"] = 1, ["name"] = "Row", ["desc"] = "The row to put the aura on.", }, }, ["config"] = { ["row"] = 2, }, ["selfPoint"] = "CENTER", ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["zoom"] = 0, ["cooldownTextDisabled"] = false, ["semver"] = "1.0.4", ["tocversion"] = 90002, ["id"] = "Bulk Extraction", ["auto"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["alpha"] = 1, ["uid"] = "1l8(blmqnEc", ["inverse"] = true, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "<=", ["value"] = "1", ["variable"] = "maxCharges", }, ["changes"] = { { ["property"] = "sub.2.text_visible", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["op"] = ">=", ["value"] = "1", ["variable"] = "charges", }, }, }, ["changes"] = { { ["property"] = "cooldownSwipe", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["url"] = "https://wago.io/4kTH1dUFb/43", }, ["{Azure] Welp Scream (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 370225, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g428", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "{Azure] Welp Scream (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "uaajgEQodSR", ["parent"] = "The Azure Vault.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Wicked Star / Empowered Wicked Star"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Targeted.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["debuffType"] = "HARMFUL", ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["auraspellids"] = { "365021", "367632", }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["auranames"] = { "365021", }, ["spellIds"] = { }, ["type"] = "aura2", ["subeventPrefix"] = "SPELL", ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["useIgnoreName"] = false, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Targeted", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2546", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 631519, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "s9HAbe(4Sdx", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "08 Wicked Star / Empowered Wicked Star", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["[NL] Avalanche (Cleave)"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText"] = "DODGE", ["yOffset"] = 35, ["anchorPoint"] = "TOP", ["displayText_format_p_time_format"] = 0, ["url"] = "https://wago.io/0zeLaqjDa/96", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\12 Frontal.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, ["do_message"] = false, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.57647061347961, 0.19607844948769, 1, }, ["desc"] = "", ["rotation"] = 0, ["font"] = "PT Sans Narrow", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["ingroup"] = { }, ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["use_zoneIds"] = true, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["spec"] = { ["multi"] = { }, }, ["zoneIds"] = "731", }, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["shadowXOffset"] = 1, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["sparkDesaturate"] = false, ["texture"] = "Melli", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["sparkColor"] = { 1, 1, 1, 1, }, ["fixedWidth"] = 200, ["outline"] = "OUTLINE", ["sparkOffsetX"] = 0, ["wagoID"] = "0zeLaqjDa", ["parent"] = "Neltharion's Lair - Cleave's & Frontal's ", ["adjustedMin"] = "", ["shadowYOffset"] = -1, ["cooldownSwipe"] = true, ["adjustedMax"] = "", ["customTextUpdate"] = "event", ["cooldownEdge"] = false, ["cooldown"] = false, ["triggers"] = { { ["trigger"] = { ["npcId"] = "23954", ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["spellNames"] = { 183088, }, ["debuffType"] = "HELPFUL", ["spellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_AURA_APPLIED", ["unit"] = "nameplate", ["use_unit"] = true, ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["use_npcId"] = false, ["use_genericShowOn"] = true, ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["use_exact_spellId"] = false, }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["color"] = { 1, 1, 1, 1, }, ["orientation"] = "HORIZONTAL", ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["zoom"] = 0, ["discrete_rotation"] = 0, ["rotate"] = true, ["version"] = 96, ["subRegions"] = { { ["text_text_format_n_format"] = "none", ["text_text"] = "CLEAVE!", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "TOP", ["text_anchorYOffset"] = 25, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 23, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "GothamNarrowUltra", ["text_text_format_p_format"] = "timed", ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "SPARK", ["text_text_format_p_time_format"] = 0, ["text_shadowXOffset"] = 1, ["text_fontSize"] = 22, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", }, { ["border_size"] = 25, ["border_anchor"] = "bar", ["border_offset"] = 2, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = true, ["border_edge"] = "Details BarBorder 1", ["type"] = "subborder", }, { ["glowFrequency"] = 0.15, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowThickness"] = 1.8, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glow"] = true, ["glowLength"] = 10, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 10, ["glowBorder"] = false, }, }, ["height"] = 30, ["textureSource"] = "LSM", ["preferToUpdate"] = true, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["fontSize"] = 44, ["source"] = "import", ["displayText_format_n_format"] = "none", ["anchorFrameType"] = "NAMEPLATE", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["mirror"] = false, ["desaturate"] = false, ["id"] = "[NL] Avalanche (Cleave)", ["xOffset"] = -1.52587890625e-05, ["semver"] = "10.1.16", ["icon_side"] = "LEFT", ["sparkRotationMode"] = "AUTO", ["sparkHeight"] = 30, ["displayText_format_p_time_precision"] = 1, ["cooldownTextDisabled"] = false, ["anchorFrameParent"] = false, ["icon"] = true, ["justify"] = "LEFT", ["uid"] = "8ugwgB2036L", ["sparkHidden"] = "NEVER", ["sparkRotation"] = 0, ["frameStrata"] = 1, ["width"] = 250.00003051758, ["displayText_format_p_time_dynamic_threshold"] = 60, ["wordWrap"] = "WordWrap", ["inverse"] = false, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["shadowColor"] = { 0, 0, 0, 1, }, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.57647058823529, 0.19607843137255, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["automaticWidth"] = "Auto", }, ["08 Chain Slam"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "335470", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "335470", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_difficulty"] = false, ["encounterid"] = "2399", ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 463560, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "aysHfL1F5x4", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Stack.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "08 Chain Slam", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["09 Cosmic Ascension"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "403771", }, ["auranames"] = { }, ["duration"] = "7.4", ["unit"] = "player", ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["use_exact_spellId"] = false, ["use_unit"] = true, ["event"] = "Combat Log", ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["useExactSpellId"] = false, ["type"] = "combatlog", ["use_debuffClass"] = false, ["subeventSuffix"] = "_CAST_START", ["names"] = { }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Boss Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["instance_type"] = { }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2685", ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 608955, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "pz0cWTzWqLR", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "09 Cosmic Ascension", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["do_glow"] = false, ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Avoid.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["08 Supernova Timer"] = { ["sparkWidth"] = 4, ["iconSource"] = 0, ["authorOptions"] = { }, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 1, 0.27058824896812, 0, 0, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2786", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = true, ["tocversion"] = 100200, ["alpha"] = 1, ["uid"] = "bR32(Wr8ZyH", ["displayIcon"] = 2175503, ["sparkOffsetX"] = 0, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Bars ", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 424140, }, ["use_specific_unit"] = true, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["percentpower"] = "", ["use_castType"] = true, ["check"] = "event", ["use_unit"] = true, ["spellName"] = 0, ["custom_type"] = "stateupdate", ["use_extend"] = false, ["debuffType"] = "HELPFUL", ["realSpellName"] = 0, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["use_absorbMode"] = true, ["event"] = "Cast", ["use_spellNames"] = true, ["use_percentpower"] = false, ["castType"] = "channel", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["extend"] = "", ["unit"] = "boss1", ["use_track"] = true, ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_castType"] = false, ["use_unit"] = true, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["percentpower"] = "", ["names"] = { }, ["check"] = "event", ["use_spell"] = false, ["subeventSuffix"] = "_CAST_START", ["use_spellName"] = true, ["use_extend"] = false, ["debuffType"] = "HARMFUL", ["auraspellids"] = { "429166", }, ["type"] = "aura2", ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["useExactSpellId"] = true, ["use_genericShowOn"] = true, ["event"] = "Cast", ["use_percentpower"] = false, ["realSpellName"] = 0, ["use_spellId"] = false, ["spellIds"] = { }, ["spellName"] = 0, ["extend"] = "", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["percentpower_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = false, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_RIGHT", ["text_visible"] = true, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["glow"] = false, ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["useGlowColor"] = false, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowXOffset"] = 0, ["glowLength"] = 10, ["type"] = "subglow", ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%2.s", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["type"] = "subtext", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = -1, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "ICON_CENTER", ["text_text_format_2.s_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 33, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "BLEND", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["id"] = "08 Supernova Timer", ["xOffset"] = 0, ["sparkHeight"] = 33, ["adjustedMax"] = "", ["customText"] = "\n\n", ["information"] = { ["forceEvents"] = true, }, ["semver"] = "1.0.46", ["config"] = { }, ["sparkHidden"] = "BOTH", ["icon"] = true, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameType"] = "SCREEN", ["sparkTexture"] = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_FullWhite", ["inverse"] = false, ["sparkColor"] = { 0.96078437566757, 0.98431378602982, 1, 1, }, ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["backgroundColor"] = { 0, 0, 0, 0, }, }, ["07 Danse Macabre Next Step"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["spellId"] = { "330959", }, ["auranames"] = { "327773", }, ["duration"] = "4", ["use_unit"] = true, ["unit"] = "boss", ["debuffType"] = "HARMFUL", ["names"] = { }, ["useName"] = true, ["custom_type"] = "stateupdate", ["unevent"] = "timed", ["custom_hide"] = "timed", ["fetchTooltip"] = false, ["event"] = "Combat Log", ["events"] = "CLEU:SPELL_CAST_SUCCESS, CAUSESE_DANCE", ["custom"] = "function(allstates, event, ...)\n if event == \"COMBAT_LOG_EVENT_UNFILTERED\" then\n local timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, _,_, auraType = ...\n if spellID == 328497\n and not WeakAuras.GetActiveTriggers(aura_env.id)[1] then\n allstates[\"dance\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n autoHide = true,\n remaining = aura_env.stepAmount,\n }\n for i = 1, aura_env.iterateAmount do\n C_Timer.After(4*i, function() WeakAuras.ScanEvents(\"CAUSESE_DANCE\", i) end)\n end\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..allstates[\"dance\"].remaining..\".ogg\", \"MASTER\")\n return true\n end\n end\n if event == \"CAUSESE_DANCE\"\n and ... then\n local i = ...\n allstates[\"dance\"] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = 4,\n expirationTime = 4 + GetTime(),\n autoHide = true,\n remaining = aura_env.stepAmount-i,\n }\n PlaySoundFile(\"Interface\\\\AddOns\\\\SharedMedia_Causese\\\\sound\\\\\"..allstates[\"dance\"].remaining..\".ogg\", \"MASTER\")\n return true\n end\nend", ["use_spellId"] = true, ["spellIds"] = { }, ["use_absorbMode"] = true, ["check"] = "event", ["subeventSuffix"] = "_CAST_SUCCESS", ["type"] = "custom", ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { ["unit"] = "boss", }, }, ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Next Step", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%remaining", ["text_text_format_remaining_format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_format"] = "timed", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_visible"] = true, ["text_shadowYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2412", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 1100022, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "dAPT5WwagUR", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { ["custom"] = "local ID = select(3, GetInstanceInfo())\naura_env.stepAmount = (ID == 16 or ID == 15) and 6 or 4\naura_env.iterateAmount = (ID == 16 or ID == 15) and 5 or 3", ["do_custom"] = true, }, ["finish"] = { ["custom"] = "", ["do_custom"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "07 Danse Macabre Next Step", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["MC Distance 4 Reverse"] = { ["user_y"] = 0, ["user_x"] = 0, ["authorOptions"] = { { ["useName"] = true, ["type"] = "header", ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["key"] = "KeyOption", ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["key"] = "HideDefaultCastBar", ["useDesc"] = true, ["name"] = "Hide default castbar", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Color", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "MainRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cast ring color", ["key"] = "CastRingColor", ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "CastRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["key"] = "GCDRingClassColor", ["useDesc"] = false, ["name"] = "Override with class color", ["width"] = 1, }, { ["useName"] = true, ["type"] = "header", ["text"] = "Additional Features", ["noMerge"] = false, ["width"] = 1, }, { ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", ["type"] = "select", ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["default"] = 1, ["key"] = "TrackinMainRing", ["useDesc"] = true, ["name"] = "Use main ring to track health or mana.", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["useDesc"] = true, ["name"] = "Track pet health", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["useDesc"] = true, ["name"] = "Show swing timer", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "toggle", ["default"] = false, ["desc"] = "Show the name of the target when mouse over it.", ["key"] = "ShowMouseOverTarget", ["useDesc"] = true, ["name"] = "Show mouse over target name", ["width"] = 2, }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["default"] = 1, ["key"] = "ShowRange", ["useDesc"] = true, ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["backgroundColor"] = { 1, 1, 1, 1, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMP", ["startAngle"] = 10, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantFirst"] = false, ["compress"] = false, ["alpha"] = 1, ["config"] = { ["TrackHealthPet"] = false, ["MainRingClassColor"] = false, ["KeyOption"] = 1, ["MergeRing"] = 1, ["MainRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["CastRingClassColor"] = false, ["ShowMouseOverTarget"] = false, ["TrackinMainRing"] = 1, ["CastRingColor"] = { 0.98823535442352, 1, 0.9764706492424, 1, }, ["CastBar"] = 1, ["SwingBar"] = false, ["GCDRingColor"] = { 1, 1, 0.97254908084869, 1, }, ["GCDRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["ShowRange"] = 1, }, ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["color"] = { }, ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["use_showAbsorb"] = false, ["use_genericShowOn"] = true, ["range"] = "40", ["unit"] = "target", ["use_showHealAbsorb"] = false, ["range_operator"] = "<=", ["debuffType"] = "HELPFUL", ["subeventPrefix"] = "SPELL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_absorbMode"] = true, ["event"] = "Range Check", ["realSpellName"] = 0, ["use_showIncomingHeal"] = false, ["use_spellName"] = true, ["spellIds"] = { }, ["use_range"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_track"] = true, ["names"] = { }, }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.ShowRange == 3 and (t[1] and t[2]) \nend", ["activeTriggerMode"] = 1, }, ["endAngle"] = 80, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 0.047058823529412, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorB"] = 0.047058823529412, ["colorG"] = 0.047058823529412, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = true, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if not aura_env.config.TrackHealth then\n return 255,255,255,0\n end\n \nend\n\n\n", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "10", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 30, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["adjustedMax"] = "", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["overlays"] = { { 0.54509803921569, 0.99607843137255, 1, 1, }, { 0.29411764705882, 1, 0.22745098039216, 1, }, { 0.54117647058824, 1, 0.56078431372549, 1, }, }, ["crop_x"] = 0.41, ["xOffset"] = 0, ["anchorPoint"] = "CENTER", ["tocversion"] = 100100, ["actions"] = { ["start"] = { ["custom"] = "\n\n--aura_env.region:SetSize(500,500)", ["do_custom"] = false, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, ["anchorFrameParent"] = false, ["parent"] = "Ultimate Mouse Cursor", ["anchorFrameType"] = "SELECTFRAME", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["semver"] = "1.2.9", ["auraRotation"] = 0, ["id"] = "MC Distance 4 Reverse", ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["frameStrata"] = 1, ["width"] = 30, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["slantMode"] = "INSIDE", ["inverse"] = true, ["uid"] = "NEpB17HuuxI", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["Fury of the Aspects"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["auranames"] = { "390386", }, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Fury of the Aspects", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 390386, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["auranames"] = { "390435", }, ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["subeventPrefix"] = "SPELL", ["use_showgcd"] = true, ["debuffType"] = "HARMFUL", ["useName"] = true, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["type"] = "aura2", ["realSpellName"] = "Bloodlust", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["use_track"] = true, ["spellName"] = 2825, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 390386, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["authorOptions"] = { }, ["icon"] = true, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["progressSource"] = { -1, "", }, ["parent"] = "Maintenance - LWA - Evoker", ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Fury of the Aspects", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "K92Gde)2s8Z", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "insufficientResources", ["value"] = 1, ["checks"] = { { ["value"] = 1, ["variable"] = "insufficientResources", }, { ["trigger"] = -1, ["variable"] = "incombat", }, }, }, ["changes"] = { { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, { ["check"] = { ["trigger"] = -2, ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 2, ["variable"] = "show", ["value"] = 0, }, { ["trigger"] = 3, ["variable"] = "show", ["value"] = 1, }, }, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["value"] = { 1, 0, 0, 1, }, ["property"] = "sub.3.glowColor", }, { ["value"] = true, ["property"] = "sub.3.useGlowColor", }, { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["Dream Flight"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["event"] = "Cooldown Progress (Spell)", ["subeventPrefix"] = "SPELL", ["realSpellName"] = "Dream Flight", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["unit"] = "player", ["use_track"] = true, ["spellName"] = 359816, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1468, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["spellknown"] = 359816, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Dream Flight", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "z3jGy70LIrY", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "insufficientResources", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, { ["value"] = { 0.47450983524323, 0.5137255191803, 1, 1, }, ["property"] = "color", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["Essence 5"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["authorOptions"] = { }, ["adjustedMax"] = "1", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["backgroundColor"] = { 0, 0, 0, 0.34336978197098, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "TOP", ["barColor"] = { 0.94509810209274, 0.65490198135376, 0.96862751245499, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = false, ["use_class"] = true, ["size"] = { ["multi"] = { }, }, ["use_vehicleUi"] = false, ["class"] = { ["single"] = "EVOKER", ["multi"] = { ["EVOKER"] = true, }, }, ["spec"] = { ["single"] = 3, ["multi"] = { true, true, true, }, }, ["use_never"] = true, ["zoneIds"] = "", }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Solid", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["auto"] = true, ["tocversion"] = 100100, ["alpha"] = 1, ["config"] = { }, ["colorState"] = "", ["sparkOffsetX"] = 0, ["wagoID"] = "_Au-vjwiP", ["parent"] = "Essence - LWA - Evoker", ["adjustedMin"] = "0", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["genericShowOn"] = "showAlways", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["essence"] = 5, ["use_essence"] = true, ["event"] = "Evoker Essence", ["use_unit"] = true, ["names"] = { }, ["spellIds"] = { }, ["events"] = "LWA_UPDATE_ESSENCES", ["custom_type"] = "stateupdate", ["check"] = "event", ["use_genericShowOn"] = true, ["unit"] = "player", ["customVariables"] = "{ \n duration = true,\n progressType = {\n display = \"Progress Type\",\n type = \"select\",\n values = { static = \"Static\", timed = \"Timed\" }\n }\n}", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "359618", }, ["unit"] = "player", ["ownOnly"] = true, ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["use_unit"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_alwaystrue"] = true, ["debuffType"] = "HELPFUL", ["use_absorbMode"] = true, ["event"] = "Conditions", ["unit"] = "player", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["use_rotate"] = false, ["duration_type"] = "seconds", ["alphaType"] = "custom", ["colorA"] = 1, ["colorG"] = 1, ["alphaFunc"] = "", ["use_alpha"] = false, ["type"] = "none", ["easeType"] = "none", ["scaley"] = 1, ["alpha"] = 0, ["scalex"] = 1, ["y"] = 0, ["x"] = 0, ["colorB"] = 1, ["rotateFunc"] = " function(progress, start, delta)\n return start + (progress * delta)\n end\n ", ["easeStrength"] = 3, ["rotate"] = 360, ["rotateType"] = "straight", ["duration"] = "0.3", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["isPrimaryResource"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 0, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = true, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_CENTER", ["text_visible"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 14, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, }, ["height"] = 20, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["actions"] = { ["start"] = { }, ["init"] = { ["custom"] = "aura_env.region.configGroup = \"essence\"\naura_env.essence = 5", ["do_custom"] = true, }, ["finish"] = { }, }, ["barColor2"] = { 1, 1, 0, 1, }, ["icon_side"] = "RIGHT", ["sparkColor"] = { 1, 1, 1, 1, }, ["sparkHeight"] = 30, ["anchorFrameParent"] = false, ["uid"] = "x3xDIU3f6xV", ["icon"] = false, ["zoom"] = 0, ["semver"] = "1.1.2", ["sparkHidden"] = "NEVER", ["id"] = "Essence 5", ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["width"] = 65, ["spark"] = false, ["configGroup"] = "combo_points", ["inverse"] = true, ["preferToUpdate"] = true, ["orientation"] = "HORIZONTAL", ["conditions"] = { { ["check"] = { ["trigger"] = -2, ["op"] = "==", ["variable"] = "AND", ["checks"] = { { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, { ["trigger"] = 1, ["variable"] = "charging", ["value"] = 1, }, }, }, ["linked"] = false, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"cooldown\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 1,1)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.5.text_visible", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"burst\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 5, aura_env.states[1].total)", }, ["property"] = "customcode", }, { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "alwaystrue", }, ["linked"] = true, ["changes"] = { { ["value"] = { ["custom"] = "aura_env.region.colorState = \"\"\nWeakAuras.ScanEvents(\"LWA_UPDATE_BAR\", aura_env, 5, aura_env.states[1].total)", }, ["property"] = "customcode", }, }, }, { ["check"] = { ["trigger"] = 2, ["op"] = "==", ["variable"] = "stacks", ["value"] = "2", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.glow", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["xOffset"] = 0, }, ["06 Blast Wave Timer"] = { ["outline"] = "OUTLINE", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["displayText_format_p_time_dynamic_threshold"] = 0, ["yOffset"] = 30, ["anchorPoint"] = "CENTER", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "403978", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "addons", ["useName"] = false, ["spellId"] = "403978", ["subeventSuffix"] = "_CAST_START", ["use_remaining"] = true, ["remaining_operator"] = "<=", ["event"] = "Health", ["names"] = { }, ["subeventPrefix"] = "SPELL", ["use_spellId"] = true, ["spellIds"] = { }, ["auranames"] = { }, ["remaining"] = "4", ["use_cast"] = false, ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["displayText_format_p_time_mod_rate"] = true, ["displayText_format_p_time_legacy_floor"] = false, ["selfPoint"] = "BOTTOM", ["font"] = "Friz Quadrata TT", ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2689", ["use_encounterid"] = true, ["role"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_never"] = false, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["fontSize"] = 28, ["source"] = "import", ["uid"] = "ktr1DrVr128", ["shadowXOffset"] = 1, ["color"] = { 0, 1, 0.17254902422428, 1, }, ["wordWrap"] = "WordWrap", ["regionType"] = "text", ["conditions"] = { }, ["displayText"] = "Knock in %p", ["preferToUpdate"] = false, ["parent"] = "BigWigs / DBM Timers ", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.98431378602982, ["type"] = "custom", ["easeType"] = "none", ["colorB"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseColor", ["easeStrength"] = 3, ["use_color"] = true, ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return r1 + (newProgress * (r2 - r1)),\n g1 + (newProgress * (g2 - g1)),\n b1 + (newProgress * (b2 - b1)),\n a1 + (newProgress * (a2 - a1))\nend\n", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["xOffset"] = 0, ["justify"] = "CENTER", ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "06 Blast Wave Timer", ["shadowYOffset"] = -1, ["frameStrata"] = 1, ["anchorFrameType"] = "SCREEN", ["displayText_format_p_time_precision"] = 1, ["config"] = { }, ["internalVersion"] = 75, ["automaticWidth"] = "Fixed", ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 300, ["information"] = { ["forceEvents"] = true, }, ["displayText_format_p_format"] = "timed", }, ["07 Searing Aftermath"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["parent"] = "Co-Tank Auras", ["preferToUpdate"] = false, ["customText"] = "function()\nif WeakAuras.IsOptionsOpen() then\nreturn WA_ClassColorName(\"player\")\nend\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Taunt.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "422577", }, ["useActualSpec"] = false, ["useClass"] = false, ["unit"] = "group", ["ignoreSelf"] = true, ["group_count"] = "0", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["useExactSpellId"] = false, ["useGroupRole"] = true, ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["useGroup_count"] = true, ["spellIds"] = { }, ["group_role"] = { ["TANK"] = true, }, ["useName"] = true, ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["group_countOperator"] = ">", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%unit%c", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_unit_color"] = "class", ["text_text_format_c_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_unit_realm_name"] = "never", ["text_color"] = { 1, 1, 1, 1, }, ["text_text_format_unit_abbreviate"] = false, ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "Unit", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["type"] = "subtext", ["text_font"] = "Arial Narrow", ["text_visible"] = true, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_unit_abbreviate_max"] = 8, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_anchorYOffset"] = -6, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 64, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2824", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["color"] = { 1, 1, 1, 1, }, ["adjustedMin"] = "", ["xOffset"] = 0, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["progressSource"] = { -1, "", }, ["cooldownEdge"] = false, ["uid"] = "IDnlV0VEpL)", ["useCooldownModRate"] = true, ["zoom"] = 0.3, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "07 Searing Aftermath", ["icon"] = true, ["alpha"] = 1, ["width"] = 64, ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["06 Shared Cognition"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "325936", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Sharing HP", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_text_format_unit_format"] = "none", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["difficulty"] = { ["multi"] = { ["mythic"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2406", ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = "3716924", ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "QgTfPmtFlVA", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "06 Shared Cognition", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["02 Scorn"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["use_debuffClass"] = false, ["auranames"] = { }, ["event"] = "Health", ["unit"] = "player", ["subeventSuffix"] = "_CAST_START", ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["auraspellids"] = { "355240", }, ["useName"] = false, ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "Scorn", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_p_time_format"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_n_format"] = "none", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2433", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "02 Scorn", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "EmC7XnxClQg", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528302, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Raze"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_genericShowOn"] = true, ["spellId"] = 354147, ["auranames"] = { }, ["names"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["use_spell"] = false, ["spellName"] = 0, ["specificUnit"] = "boss1", ["spellIds"] = { }, ["use_spellId"] = true, ["type"] = "custom", ["debuffType"] = "HELPFUL", ["useExactSpellId"] = true, ["useName"] = false, ["subeventSuffix"] = "_CAST_START", ["auraspellids"] = { "347504", }, ["use_exact_spellId"] = false, ["custom_hide"] = "timed", ["event"] = "Cast", ["custom_type"] = "stateupdate", ["realSpellName"] = 0, ["use_spellName"] = true, ["custom"] = "function(allstates, event, ...)\n if event == \"UNIT_SPELLCAST_START\" then\n local unit, _, spellID = ...\n if unit\n and spellID == 354147 then\n local _, _, _, startMS, endMS, _, _, _, spellId = UnitCastingInfo(unit)\n if spellId then \n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = ((endMS-startMS)/1000) + 1.5,\n expirationTime = (endMS/1000) + 1.5,\n autoHide = true,\n } \n return true\n end\n end\n end\nend", ["events"] = "UNIT_SPELLCAST_START:boss1", ["check"] = "event", ["unit"] = "boss1", ["use_track"] = true, ["use_specific_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Next Room", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -6, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Next.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.086274509803922, ["type"] = "none", ["easeType"] = "none", ["use_color"] = false, ["scaley"] = 1, ["alpha"] = 0, ["x"] = 0, ["y"] = 0, ["colorType"] = "custom", ["rotate"] = 0, ["duration_type"] = "seconds", ["colorFunc"] = "", ["easeStrength"] = 3, ["preset"] = "alphaPulse", ["colorB"] = 0, }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Raze", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "QdhZfC5Mnmz", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528301, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["04 Polymorph Bomb + Hungry"] = { ["iconSource"] = -1, ["wagoID"] = "ZJHwMvFBW", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid3/47", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { }, ["spellIds"] = { }, ["useName"] = true, ["useExactSpellId"] = false, ["subeventPrefix"] = "SPELL", ["auranames"] = { "418720", }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["auraspellids"] = { "427010", }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventPrefix"] = "SPELL", ["auranames"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["auranames"] = { "427602", }, ["useExactSpellId"] = true, ["spellIds"] = { }, ["useName"] = false, ["auraspellids"] = { "427602", }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 47, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Clear Plants", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Proc", ["glowThickness"] = 2.15, ["glowYOffset"] = 0, ["glowColor"] = { 0, 0.75294125080109, 1, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowLength"] = 10, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%3.s", ["text_shadowXOffset"] = 0, ["anchorXOffset"] = 0, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_3._format"] = "none", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_n_format"] = "none", ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorYOffset"] = 0, ["text_text_format_3.s_format"] = "none", ["text_visible"] = true, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_text_format_p_format"] = "timed", ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_2.s_format"] = "none", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["use_zoneIds"] = false, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2728", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["adjustedMax"] = "", ["cooldownEdge"] = false, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["displayIcon"] = 618981, ["progressSource"] = { -1, "", }, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["uid"] = "6QSylkOBj6K", ["useCooldownModRate"] = true, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["use_color"] = false, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["x"] = 0, ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["scaley"] = 1, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.46", ["tocversion"] = 100200, ["id"] = "04 Polymorph Bomb + Hungry", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["xOffset"] = 0, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.4.border_visible", }, { ["value"] = { 0.031372550874949, 1, 0, 1, }, ["property"] = "sub.4.border_color", }, }, }, }, ["cooldown"] = true, ["parent"] = "Icons ", }, ["Oppressing Roar"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "372048", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "target", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Oppressing Roar", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 372048, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showOnCooldown", ["use_unit"] = true, ["use_showgcd"] = true, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Oppressing Roar", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 372048, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[1] or t[3]\n else\n return t[2] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 372048, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Utilities - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Oppressing Roar", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "dHU16dY2sHj", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["[BHH] Vicious Clawmangle (Stun/CC)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 367485, }, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["use_absorbMode"] = true, ["use_spellNames"] = true, ["use_unit"] = true, ["spellIds"] = { }, ["event"] = "Cast", ["unit"] = "nameplate", ["subeventPrefix"] = "", ["names"] = { }, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "g432", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.95294117647059, 0, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[BHH] Vicious Clawmangle (Stun/CC)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "HhQFzLO4o2(", ["parent"] = "Brackenhide Hollow", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Cycle of Life 2"] = { ["iconSource"] = -1, ["wagoID"] = "AU9DH6bo7", ["xOffset"] = 0, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "371877", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["names"] = { }, ["ownOnly"] = true, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["unit"] = "player", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_size"] = 1, ["type"] = "subborder", ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 1, }, { ["glowFrequency"] = 0.1, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["useGlowColor"] = true, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = true, }, { ["text_shadowXOffset"] = 0, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_dynamic_threshold"] = 1, ["text_color"] = { 1, 0.91764712333679, 0.71764707565308, 1, }, ["text_font"] = "Expressway", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["anchorYOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 14, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 33, ["load"] = { ["use_petbattle"] = false, ["class_and_spec"] = { ["single"] = 1468, }, ["talent"] = { ["multi"] = { }, }, ["use_class_and_spec"] = true, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_never"] = true, ["use_class"] = true, ["use_dragonriding"] = false, ["use_spellknown"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 2, ["multi"] = { }, }, ["use_spec"] = true, ["spellknown"] = 371832, ["size"] = { ["multi"] = { }, }, }, ["alpha"] = 1, ["useAdjustededMax"] = false, ["adjustedMax"] = "", ["source"] = "import", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["op"] = "==", ["value"] = 1, ["variable"] = "show", }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, }, }, }, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "1MHdkCrVSC2", ["parent"] = "Evoker [Dynamic]", ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["url"] = "https://wago.io/AU9DH6bo7/8", ["semver"] = "1.0.7", ["cooldownTextDisabled"] = true, ["auto"] = true, ["tocversion"] = 100105, ["id"] = "Cycle of Life 2", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 33, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["displayIcon"] = "", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["color"] = { 1, 1, 1, 1, }, }, ["01 Bloodlight"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "341489", }, ["duration"] = "1", ["use_spell"] = false, ["names"] = { }, ["debuffType"] = "HARMFUL", ["spell"] = "", ["unevent"] = "auto", ["use_unit"] = true, ["fetchTooltip"] = false, ["event"] = "Cast", ["use_absorbMode"] = true, ["castType"] = "cast", ["use_spellId"] = false, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["useName"] = true, ["type"] = "aura2", ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", }, ["untrigger"] = { ["unit"] = "player", }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can See", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["single"] = "mythic", }, ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["use_difficulty"] = true, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 3528312, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "EuydIu975yF", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Bloodlight", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["Hungering Ruby"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 210718, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:210718\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Hungering Ruby", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "P)gx4YZQpam", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628562", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["Soar"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = ">", ["genericShowOn"] = "showAlways", ["unit"] = "player", ["use_showgcd"] = true, ["remaining"] = "1", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_remaining"] = false, ["realSpellName"] = "Soar", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 369536, ["use_genericShowOn"] = true, ["use_track"] = true, ["use_absorbMode"] = true, }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["remaining_operator"] = ">", ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["use_showgcd"] = true, ["remaining"] = "1", ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["use_unit"] = true, ["event"] = "Cooldown Progress (Spell)", ["use_remaining"] = true, ["realSpellName"] = "Soar", ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 369536, ["use_genericShowOn"] = true, ["use_track"] = true, ["use_absorbMode"] = true, }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n if aura_env.config.utility.behavior == 1 then -- Show Only on Cooldown\n return t[2]\n else\n return t[1] -- Default: Always Show\n end\nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["use_class"] = true, ["use_spellknown"] = true, ["class"] = { ["single"] = "MAGE", ["multi"] = { ["MAGE"] = true, }, }, ["use_vehicleUi"] = false, ["use_class_and_spec"] = false, ["class_and_spec"] = { ["single"] = 64, ["multi"] = { [1467] = true, [1468] = true, }, }, ["spellknown"] = 369536, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["authorOptions"] = { { ["subOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Behavior", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Show on Cooldown", "Always Show", }, ["default"] = 1, ["name"] = "Display Behavior", ["useDesc"] = false, ["key"] = "behavior", ["width"] = 1, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["name"] = "Utility Icons", ["width"] = 1, ["useCollapse"] = true, ["noMerge"] = false, ["collapse"] = true, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "utility", ["size"] = 10, }, }, ["icon"] = true, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["information"] = { ["forceEvents"] = true, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["progressSource"] = { -1, "", }, ["parent"] = "Utilities - LWA - Evoker", ["config"] = { ["utility"] = { ["behavior"] = 1, }, }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Soar", ["cooldownTextDisabled"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "66lXcSRGmn4", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, }, ["cooldown"] = true, ["adjustedMax"] = "", }, ["BigWigs / DBM Timers "] = { ["grow"] = "DOWN", ["controlledChildren"] = { "01 Dread Rifts Timer", "02 Gloom Conflagration Timer", "02 Fiery Meteor Timer", "03 Volatile Eruption Timer", "03 Rending Charge Timer", "04 Mystic Timer", "05 Searing Slam Timer", "05 Wrath of Djaruun Timer (Tank Only)", "06 Blast Wave Timer", "07 Molten Spittle Timer", "08 Rushing Darkness Timer", "08 Sunder Shadow Timer (Tank Only)", "08 Calamitous Strike Timer (Tank Only)", "09 Scorching Bomb Timer", "09 Void Bomb Timer", "09 Abyssal Breath Timer", }, ["borderBackdrop"] = "Blizzard Tooltip", ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["groupIcon"] = 254650, ["anchorPoint"] = "CENTER", ["animate"] = false, ["borderColor"] = { 0, 0, 0, 1, }, ["rowSpace"] = 1, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["unit"] = "player", ["type"] = "aura2", ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["event"] = "Health", ["names"] = { }, }, ["untrigger"] = { }, }, }, ["columnSpace"] = 1, ["internalVersion"] = 75, ["frameStrata"] = 9, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["align"] = "CENTER", ["radius"] = 200, ["selfPoint"] = "TOP", ["yOffset"] = 60, ["stagger"] = 0, ["useLimit"] = true, ["version"] = 44, ["subRegions"] = { }, ["gridType"] = "RD", ["fullCircle"] = true, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["borderInset"] = 1, ["backdropColor"] = { 1, 1, 1, 0.5, }, ["xOffset"] = 10.000122070313, ["source"] = "import", ["config"] = { }, ["scale"] = 1, ["centerType"] = "LR", ["border"] = false, ["borderEdge"] = "Square Full White", ["regionType"] = "dynamicgroup", ["borderSize"] = 2, ["limit"] = 1, ["alpha"] = 1, ["sort"] = "none", ["constantFactor"] = "RADIUS", ["rotation"] = 0, ["borderOffset"] = 4, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "BigWigs / DBM Timers ", ["stepAngle"] = 15, ["gridWidth"] = 5, ["anchorFrameType"] = "SCREEN", ["space"] = 2, ["uid"] = "OPWc7Q2UBMd", ["arcLength"] = 360, ["sortHybridTable"] = { ["09 Abyssal Breath Timer"] = false, ["05 Searing Slam Timer"] = false, ["08 Calamitous Strike Timer (Tank Only)"] = false, ["08 Sunder Shadow Timer (Tank Only)"] = false, ["08 Rushing Darkness Timer"] = false, ["09 Void Bomb Timer"] = false, ["03 Volatile Eruption Timer"] = false, ["05 Wrath of Djaruun Timer (Tank Only)"] = false, ["09 Scorching Bomb Timer"] = false, ["04 Mystic Timer"] = false, ["07 Molten Spittle Timer"] = false, ["01 Dread Rifts Timer"] = false, ["02 Gloom Conflagration Timer"] = false, ["02 Fiery Meteor Timer"] = false, ["06 Blast Wave Timer"] = false, ["03 Rending Charge Timer"] = false, }, ["conditions"] = { }, ["information"] = { ["forceEvents"] = true, }, ["parent"] = "Aberrus, the Shadowed Crucible (wago.io/dfraid2)", }, ["07 Relocation Form"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Transition.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["use_exact_spellId"] = false, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_genericShowOn"] = true, ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "boss1", ["castType"] = "cast", ["use_spellNames"] = true, ["event"] = "Cast", ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["type"] = "unit", ["debuffType"] = "HARMFUL", ["duration"] = "4", ["use_track"] = true, ["spellNames"] = { 359236, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Transition", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 1, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2529", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4216936, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "2WgeK6jWlv6", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "07 Relocation Form", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["Tip the Scales (Devastation)"] = { ["iconSource"] = -1, ["wagoID"] = "_Au-vjwiP", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/LuxthosEvokerDragonflight/27", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "370553", }, ["ownOnly"] = true, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["useName"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["track"] = "auto", ["use_genericShowOn"] = true, ["genericShowOn"] = "showAlways", ["use_unit"] = true, ["use_showgcd"] = false, ["debuffType"] = "HELPFUL", ["type"] = "spell", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["event"] = "Cooldown Progress (Spell)", ["use_exact_spellName"] = false, ["realSpellName"] = "Tip the Scales", ["use_spellName"] = true, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_absorbMode"] = true, ["use_track"] = true, ["spellName"] = 370553, }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 27, ["subRegions"] = { { ["type"] = "subbackground", }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 0, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 48, ["load"] = { ["use_petbattle"] = false, ["use_never"] = true, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "EVOKER", ["multi"] = { }, }, ["use_class_and_spec"] = true, ["use_class"] = true, ["use_spellknown"] = true, ["class_and_spec"] = { ["single"] = 1467, }, ["use_spec"] = true, ["use_vehicleUi"] = false, ["spec"] = { ["single"] = 1, ["multi"] = { }, }, ["spellknown"] = 370553, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["source"] = "import", ["icon"] = true, ["parent"] = "Core - LWA - Evoker", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["color"] = { 1, 1, 1, 1, }, ["progressSource"] = { -1, "", }, ["xOffset"] = 0, ["config"] = { }, ["anchorFrameParent"] = false, ["width"] = 48, ["frameStrata"] = 1, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100002, ["id"] = "Tip the Scales (Devastation)", ["zoom"] = 0.3, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["useCooldownModRate"] = true, ["uid"] = "eA0)OEXfUPh", ["inverse"] = true, ["cooldownEdge"] = false, ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 0, }, ["changes"] = { { ["value"] = false, ["property"] = "sub.3.glow", }, { ["value"] = "buttonOverlay", ["property"] = "sub.3.glowType", }, }, }, { ["check"] = { ["trigger"] = -1, ["variable"] = "incombat", ["value"] = 0, }, ["changes"] = { { ["property"] = "sub.3.glow", }, }, }, { ["check"] = { ["trigger"] = 2, ["variable"] = "onCooldown", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "desaturate", }, }, }, { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = true, ["property"] = "sub.3.glow", }, { ["value"] = "Pixel", ["property"] = "sub.3.glowType", }, { ["property"] = "desaturate", }, { ["property"] = "inverse", }, { ["value"] = true, ["property"] = "cooldownEdge", }, }, }, }, ["information"] = { ["forceEvents"] = true, }, ["adjustedMax"] = "", }, ["01 Wings of Extinction"] = { ["iconSource"] = 0, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = true, ["auranames"] = { }, ["use_absorbMode"] = true, ["use_specific_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_absorbHealMode"] = true, ["auraspellids"] = { }, ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellNames"] = true, ["unit"] = "boss1", ["castType"] = "cast", ["useExactSpellId"] = false, ["spellIds"] = { }, ["type"] = "unit", ["subeventSuffix"] = "_CAST_START", ["event"] = "Cast", ["use_unit"] = true, ["spellNames"] = { 403326, }, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Knock", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowXOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2688", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 2103916, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.4627451300621, ["duration_type"] = "seconds", ["alphaType"] = "alphaPulse", ["colorB"] = 0.4627451300621, ["colorG"] = 0.4627451300621, ["alphaFunc"] = "function(progress, start, delta)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return start + (((math.sin(angle) + 1)/2) * delta)\nend\n", ["use_alpha"] = false, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["x"] = 0, ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 1, ["y"] = 0, ["colorType"] = "custom", ["preset"] = "alphaPulse", ["colorA"] = 1, ["colorFunc"] = "", ["rotate"] = 0, ["use_color"] = false, ["duration"] = "", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "jDPS)1yPxDW", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "01 Wings of Extinction", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Knock.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, }, ["09 Relentless Hunt"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { "352538", }, ["matchesShowOn"] = "showOnMatches", ["subeventPrefix"] = "SPELL", ["combineMode"] = "showHighest", ["debuffType"] = "HARMFUL", ["type"] = "aura2", ["use_debuffClass"] = false, ["auraspellids"] = { "355389", }, ["event"] = "Health", ["match_countOperator"] = ">", ["names"] = { }, ["spellIds"] = { }, ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["unit"] = "player", ["match_count"] = "0", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["customTriggerLogic"] = "", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Fixate", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_mod_rate"] = true, ["type"] = "subtext", ["text_shadowXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_justify"] = "CENTER", ["text_text_format_progress_decimal_precision"] = 1, ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%matchCount", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_dynamic_threshold"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2422", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Fixate.ogg", ["do_sound"] = true, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "09 Relentless Hunt", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "XMo440ddwsr", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 841383, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["10 Barbed Arrow"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "function()\n return WeakAuras.EJIcons.bleed\nend", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_spell"] = false, ["use_unit"] = true, ["specificUnit"] = "boss1", ["use_genericShowOn"] = true, ["debuffType"] = "HARMFUL", ["subeventPrefix"] = "SPELL", ["useName"] = false, ["useExactSpellId"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["genericShowOn"] = "showOnCooldown", ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["names"] = { }, ["spellName"] = 0, ["auraspellids"] = { "347807", }, ["use_track"] = true, ["unit"] = "player", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Dot", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 1, 0.062745098039216, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%c", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_c_format"] = "none", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -8, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_anchorYOffset"] = -6, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 35, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["single"] = "DRUID", ["multi"] = { }, }, ["encounterid"] = "2435", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "10 Barbed Arrow", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "ASO6WCMMIxM", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 429385, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Deadly Sapphire"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211123, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211123\n/click StaticPopup1Button1\n]])\n\n\n", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Deadly Sapphire", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "YoAyRARgOnN", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628558", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[TNO] (Focus)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["custom"] = "", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["glow_type"] = "ACShine", ["do_custom"] = false, ["do_glow"] = false, }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["use_absorbMode"] = true, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["type"] = "custom", ["custom_type"] = "stateupdate", ["use_unit"] = true, ["unevent"] = "auto", ["event"] = "Health", ["subeventSuffix"] = "_CAST_START", ["duration"] = "1", ["events"] = "NAME_PLATE_UNIT_ADDED NAME_PLATE_UNIT_REMOVED FRAME_UPDATE UNIT_AURA ", ["spellIds"] = { }, ["custom"] = "function(as, event, unit, ...)\n local aura_env = aura_env\n local currentTime = GetTime()\n \n if event == \"FRAME_UPDATE\" then\n -- check for initialise state\n if aura_env.lastUpdate == 0 then\n \n -- initialise if not initialised\n local nameplates = C_NamePlate.GetNamePlates()\n \n for _, np in pairs(nameplates) do\n if np.namePlateUnitToken then\n aura_env.updateUnitIDs(np.namePlateUnitToken)\n end\n end\n end\n \n -- loop through all unit IDs in cache for targetInfo\n if currentTime - aura_env.lastUpdate > aura_env.updateThrottle then\n aura_env.lastUpdate = currentTime\n \n for k in pairs(aura_env.cache.unitIDs) do\n aura_env.updateState(as, k)\n end\n \n return true\n end\n end\n \n if event == \"UNIT_AURA\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n elseif event == \"NAME_PLATE_UNIT_ADDED\" and unit then\n if aura_env.updateUnitIDs(unit) then\n aura_env.updateState(as, unit)\n return true\n end\n \n elseif event == \"NAME_PLATE_UNIT_REMOVED\" and unit then\n if aura_env.removeUnitIDs(unit) then\n aura_env.hideState(as, unit)\n return true\n end\n end\nend", ["check"] = "event", ["unit"] = "player", ["names"] = { }, ["customVariables"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 122, ["multi"] = { [122] = true, [123] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 0, ["glow_XOffset"] = 0, ["glow_scale"] = 1.35, ["glow_thickness"] = 3, ["glow_frequency"] = 0.1, ["glow_lines"] = 30, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.98431378602982, 0.94509810209274, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "192791 195696 195929 195927 195928 195930 193462 193373 194894 194317 195878", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "preset", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "shake", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] (Focus)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "rj3EiBjwcFB", ["parent"] = "Focus Target group (Season1)", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["Lesser Bronze"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["parent"] = "Remix Gem Combiner", ["preferToUpdate"] = false, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 223909, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "1", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["border_size"] = 2, ["type"] = "subborder", ["border_color"] = { 1, 0.37254902720451, 0.15294118225574, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["type"] = "subtext", ["text_text_format_p_time_legacy_floor"] = false, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorYOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "BOTTOMRIGHT", ["text_visible"] = false, ["text_text_format_p_time_format"] = 0, ["text_fontSize"] = 15, ["anchorXOffset"] = 0, ["text_text_format_p_time_precision"] = 1, }, }, ["height"] = 64, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:223909\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["keepAspectRatio"] = true, ["useAdjustededMax"] = false, ["adjustedMin"] = "", ["source"] = "import", ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["xOffset"] = 0, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["uid"] = "u11OjXonwe)", ["color"] = { 1, 1, 1, 1, }, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["cooldownTextDisabled"] = false, ["auto"] = false, ["zoom"] = 0.3, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Lesser Bronze", ["alpha"] = 1, ["useCooldownModRate"] = false, ["width"] = 64, ["url"] = "https://wago.io/KwParTdDA/8", ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["displayIcon"] = "4555549", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["selfPoint"] = "CENTER", }, ["07 Incinerating Maws (Tank Only)"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["match_countOperator"] = ">", ["auranames"] = { }, ["auraspellids"] = { "408955", }, ["matchesShowOn"] = "showOnActive", ["event"] = "Health", ["unit"] = "player", ["useName"] = false, ["names"] = { }, ["spellIds"] = { }, ["subeventPrefix"] = "SPELL", ["match_count"] = "0", ["subeventSuffix"] = "_CAST_START", ["useExactSpellId"] = true, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "+Dmgtaken", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["role"] = { ["single"] = "TANK", }, ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_role"] = true, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2683", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 524795, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "WFDlTZbI6SD", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "07 Incinerating Maws (Tank Only)", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, }, ["04 Staggering Barrage Debuff"] = { ["iconSource"] = 0, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = false, ["useExactSpellId"] = true, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "364289", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { "364289", }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = true, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Soak", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2540", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 132295, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "P(ZDulJaR1g", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "04 Staggering Barrage Debuff", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["05 Soul Manacles"] = { ["iconSource"] = -1, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["use_debuffClass"] = false, ["auranames"] = { "354231", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["names"] = { }, ["spellIds"] = { }, ["subeventSuffix"] = "_CAST_START", ["subeventPrefix"] = "SPELL", ["type"] = "aura2", ["useExactSpellId"] = false, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Chain", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.98823529411765, 0.9921568627451, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = false, ["glowType"] = "buttonOverlay", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 1, ["glow"] = false, ["glowScale"] = 1, ["glowLines"] = 8, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, ["difficulty"] = { ["multi"] = { ["mythic"] = true, ["heroic"] = true, }, }, ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["encounterid"] = "2434", ["use_difficulty"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "05 Soul Manacles", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "UtTS)FLZlvX", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = 3528300, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["Quick Topaz"] = { ["iconSource"] = 0, ["wagoID"] = "KwParTdDA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_exact_itemName"] = true, ["use_count"] = true, ["duration"] = "1", ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["use_includeCharges"] = false, ["subeventPrefix"] = "SPELL", ["debuffType"] = "HELPFUL", ["unit"] = "player", ["type"] = "item", ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["itemName"] = 211107, ["use_itemName"] = true, ["event"] = "Item Count", ["spellIds"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["count"] = "3", ["use_includeBank"] = false, ["spellName"] = 0, ["use_genericShowOn"] = true, ["use_track"] = true, ["count_operator"] = ">=", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1] and not t[2] \nend", ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 8, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = false, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowDuration"] = 1, ["glowType"] = "buttonOverlay", ["glowThickness"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowXOffset"] = 0, ["glowScale"] = 1, ["glow"] = false, ["glowLength"] = 10, ["glowLines"] = 8, ["glowBorder"] = false, }, }, ["height"] = 64, ["load"] = { ["class"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["use_alive"] = true, ["use_combat"] = false, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "if not aura_env.clickableFrame then\n local r = aura_env.region\n aura_env.clickableFrame = CreateFrame(\"Button\", \"ConsumeButton\", r, \"SecureActionButtonTemplate\") \nend\n\naura_env.clickableFrame:SetAllPoints()\naura_env.clickableFrame:RegisterForClicks(\"LeftButtonDown\", \"LeftButtonUp\")\naura_env.clickableFrame:SetAttribute(\"type\", \"macro\")\naura_env.clickableFrame:SetAttribute(\"macrotext\", [[\n/use item:211107\n/click StaticPopup1Button1\n]])", ["do_custom"] = true, }, }, ["parent"] = "Remix Gem Combiner", ["url"] = "https://wago.io/KwParTdDA/8", ["cooldown"] = true, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["conditions"] = { }, ["keepAspectRatio"] = true, ["selfPoint"] = "CENTER", ["config"] = { }, ["alpha"] = 1, ["useCooldownModRate"] = false, ["cooldownTextDisabled"] = false, ["semver"] = "1.1.2", ["tocversion"] = 100207, ["id"] = "Quick Topaz", ["zoom"] = 0.3, ["frameStrata"] = 1, ["width"] = 64, ["xOffset"] = 0, ["uid"] = "SDJbBKe6Zr1", ["inverse"] = false, ["color"] = { 1, 1, 1, 1, }, ["displayIcon"] = "628563", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["adjustedMax"] = "", }, ["[TNO] Entweihendes Brüllen (Cast)"] = { ["outline"] = "OUTLINE", ["wagoID"] = "0zeLaqjDa", ["authorOptions"] = { { ["type"] = "input", ["useDesc"] = false, ["width"] = 2, ["key"] = "npcID", ["name"] = "NPC IDs (separate by space)", ["multiline"] = false, ["length"] = 10, ["default"] = "", ["useLength"] = false, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Blacklist", ["noMerge"] = false, ["width"] = 1, }, { ["subOptions"] = { { ["type"] = "toggle", ["key"] = "self", ["default"] = false, ["name"] = "Self", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "party", ["default"] = false, ["name"] = "Party members", ["useDesc"] = false, ["width"] = 2, }, { ["type"] = "toggle", ["key"] = "nonPlayer", ["default"] = false, ["name"] = "Non players", ["useDesc"] = false, ["width"] = 2, }, }, ["hideReorder"] = true, ["useDesc"] = false, ["nameSource"] = 0, ["width"] = 1, ["useCollapse"] = false, ["name"] = "Blacklist", ["collapse"] = false, ["type"] = "group", ["limitType"] = "none", ["groupType"] = "simple", ["key"] = "blacklist", ["size"] = 10, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Other options", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Hide names", ["useDesc"] = true, ["key"] = "hideName", ["desc"] = "Names will not be shown but conditions like glow or sound can still be applied", }, { ["type"] = "number", ["useDesc"] = false, ["max"] = 1000, ["step"] = 50, ["width"] = 1, ["min"] = 0, ["key"] = "updateThrottle", ["default"] = 100, ["name"] = "Update throttle (milliseconds)", }, }, ["displayText_format_p_time_dynamic_threshold"] = 60, ["shadowYOffset"] = -1, ["anchorPoint"] = "RIGHT", ["displayText_format_p_time_format"] = 0, ["customTextUpdate"] = "event", ["automaticWidth"] = "Auto", ["actions"] = { ["start"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_action"] = "show", ["glow_scale"] = 1.25, ["do_glow"] = false, ["custom"] = "", ["do_sound"] = false, ["do_custom"] = false, ["glow_type"] = "ACShine", ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Interrupt.ogg", ["sound_channel"] = "Dialog", }, ["finish"] = { ["do_glow"] = false, ["hide_all_glows"] = true, }, ["init"] = { ["custom"] = "aura_env.cache = {\n GUIDtoNpcID = {},\n unitIDs = {}\n}\n\naura_env.lastUpdate = 0\naura_env.updateThrottle = 0.1\naura_env.filterByNpcID = false\naura_env.npcIDs = {}\n\n-- store config into tables\nif aura_env and aura_env.config then\n if aura_env.config.npcID then\n local counter = 0\n \n for match in aura_env.config.npcID:gmatch(\"%d+\") do\n local id = tonumber(match)\n if type(id) == \"number\" then\n aura_env.npcIDs[id] = true\n counter = counter + 1\n end\n end\n \n if counter > 0 then\n aura_env.filterByNpcID = true\n end\n end\n \n if aura_env.config.updateThrottle then\n aura_env.updateThrottle = aura_env.config.updateThrottle / 1000\n end\nend\n\nlocal aura_env = aura_env\n\n-- npc ID from GUID - getNPCID function (return npc ID as number) v3 - cache version\naura_env.getNpcID = function(GUID)\n \n --check cache\n local npcID = aura_env.cache.GUIDtoNpcID[GUID]\n \n if not npcID and GUID and type(GUID) == \"string\" then\n local _, _, _, _, _, npcIDstr = strsplit(\"-\", GUID)\n \n if npcIDstr then\n npcID = tonumber(npcIDstr)\n else\n npcID = 0\n end\n \n --store in cache\n aura_env.cache.GUIDtoNpcID[GUID] = npcID\n end\n \n return npcID\nend\n\n-- add NPCID into cache\naura_env.updateUnitIDs = function(unit)\n local GUID = UnitGUID(unit)\n \n if not GUID then return end\n \n local npcID = aura_env.getNpcID(GUID)\n \n if aura_env.filterByNpcID then\n if not aura_env.npcIDs[npcID] then return end\n end\n \n aura_env.cache.unitIDs[unit] = true\n \n return true\nend\n\n-- remove NPCID from cache\naura_env.removeUnitIDs = function(unit)\n if aura_env.cache.unitIDs[unit] then\n aura_env.cache.unitIDs[unit] = nil\n return true\n end\nend\n\naura_env.getEternalTormentInfo = function(unit)\n if AuraUtil.FindAuraByName(aura_env.config.buffName, unit) then\n return true\n else\n return false\n end\nend\n\naura_env.updateState = function(as, unit)\n local hasEternalTorment = aura_env.getEternalTormentInfo(unit)\n \n if as[unit] then\n as[unit].changed = true\n as[unit].show = true\n as[unit].name = \"\"\n as[unit].unit = unit\n as[unit].hasEternalTorment = hasEternalTorment\n else\n as[unit] = {\n name = \"\",\n unit = unit,\n hasEternalTorment = hasEternalTorment,\n changed = true,\n show = true\n }\n end\nend\n\naura_env.hideState = function(as, unit)\n if as[unit] then\n as[unit].show = false\n as[unit].changed = true\n end\nend", ["do_custom"] = true, }, }, ["triggers"] = { { ["trigger"] = { ["npcId"] = "195878", ["use_absorbMode"] = true, ["unit"] = "nameplate", ["debuffType"] = "HELPFUL", ["use_interruptible"] = true, ["type"] = "unit", ["use_absorbHealMode"] = true, ["subeventSuffix"] = "", ["event"] = "Cast", ["use_npcId"] = true, ["spellNames"] = { 387440, }, ["spellIds"] = { }, ["use_spellNames"] = true, ["use_exact_spellId"] = false, ["names"] = { }, ["use_unit"] = true, ["subeventPrefix"] = "", }, ["untrigger"] = { }, }, ["disjunctive"] = "all", ["activeTriggerMode"] = 1, }, ["displayText_format_p_format"] = "timed", ["internalVersion"] = 75, ["wordWrap"] = "WordWrap", ["desc"] = "", ["font"] = "PT Sans Narrow", ["version"] = 96, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["load"] = { ["ingroup"] = { }, ["use_zoneIds"] = true, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2435", ["use_encounterid"] = false, ["size"] = { ["single"] = "party", ["multi"] = { ["party"] = true, }, }, ["use_zone"] = false, ["class_and_spec"] = { }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["affixes"] = { ["single"] = 131, ["multi"] = { [122] = true, [123] = true, [131] = true, }, }, ["use_never"] = false, ["zoneIds"] = "2093", }, ["fontSize"] = 14, ["source"] = "import", ["displayText_format_n_format"] = "none", ["shadowXOffset"] = 1, ["displayText_format_p_time_precision"] = 1, ["regionType"] = "text", ["preferToUpdate"] = true, ["selfPoint"] = "LEFT", ["conditions"] = { { ["check"] = { ["trigger"] = 1, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = { ["glow_frame_type"] = "NAMEPLATE", ["glow_YOffset"] = 6, ["glow_XOffset"] = 0, ["glow_scale"] = 1.75, ["glow_thickness"] = 6, ["glow_frequency"] = 0, ["glow_lines"] = 25, ["glow_border"] = false, ["glow_length"] = 6, ["glow_type"] = "Pixel", ["use_glow_color"] = true, ["glow_color"] = { 1, 0.11764705882353, 0.96862745098039, 1, }, ["glow_action"] = "show", }, ["property"] = "glowexternal", }, }, }, }, ["url"] = "https://wago.io/0zeLaqjDa/96", ["anchorFrameParent"] = true, ["color"] = { 1, 1, 1, 1, }, ["config"] = { ["hideName"] = false, ["updateThrottle"] = 100, ["npcID"] = "", ["blacklist"] = { ["self"] = true, ["party"] = true, ["nonPlayer"] = false, }, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "10.1.16", ["tocversion"] = 100100, ["id"] = "[TNO] Entweihendes Brüllen (Cast)", ["justify"] = "LEFT", ["frameStrata"] = 1, ["anchorFrameType"] = "NAMEPLATE", ["xOffset"] = 5, ["uid"] = "s0GbXiKk8SJ", ["parent"] = "The Nokhud Offensive.", ["yOffset"] = 0, ["shadowColor"] = { 0, 0, 0, 1, }, ["fixedWidth"] = 200, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayText"] = "", }, ["08 Umbral Annihilation"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["xOffset"] = 0, ["preferToUpdate"] = false, ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["sparkRotation"] = 0, ["url"] = "https://wago.io/dfraid2/44", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\AoE.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["sound"] = " custom", ["do_sound"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "CENTER", ["barColor"] = { 0, 0.50980395078659, 1, 1, }, ["desaturate"] = false, ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2684", ["use_encounterid"] = true, }, ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["texture"] = "Clean", ["zoom"] = 0.2, ["spark"] = false, ["tocversion"] = 100100, ["alpha"] = 1, ["uid"] = "SJSDvCfp1u5", ["displayIcon"] = 4914667, ["sparkOffsetX"] = 0, ["wagoID"] = "op9ISLAPA", ["parent"] = "Bars ", ["adjustedMin"] = "", ["sparkRotationMode"] = "AUTO", ["triggers"] = { { ["trigger"] = { ["spellNames"] = { 404038, }, ["auranames"] = { }, ["use_exact_spellId"] = false, ["genericShowOn"] = "showOnCooldown", ["use_specific_unit"] = true, ["use_unit"] = true, ["subeventPrefix"] = "SPELL", ["specificUnit"] = "", ["use_genericShowOn"] = true, ["subeventSuffix"] = "_CAST_START", ["type"] = "unit", ["spellName"] = 0, ["useExactSpellId"] = false, ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { }, ["event"] = "Cast", ["fetchTooltip"] = true, ["use_spellNames"] = true, ["use_absorbHealMode"] = true, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["debuffType"] = "HARMFUL", ["use_absorbMode"] = true, ["names"] = { }, ["use_track"] = true, ["unit"] = "boss1", }, ["untrigger"] = { }, }, { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["genericShowOn"] = "showOnCooldown", ["names"] = { }, ["unit"] = "member", ["specificUnit"] = "boss1", ["use_unit"] = true, ["use_genericShowOn"] = true, ["useName"] = false, ["spellName"] = 0, ["subeventSuffix"] = "_CAST_START", ["type"] = "aura2", ["use_debuffClass"] = false, ["useExactSpellId"] = true, ["use_absorbHealMode"] = true, ["fetchTooltip"] = true, ["event"] = "Cast", ["use_spellId"] = false, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["auraspellids"] = { "404045", }, ["debuffType"] = "HELPFUL", ["use_exact_spellId"] = false, ["use_track"] = true, ["subeventPrefix"] = "SPELL", }, ["untrigger"] = { }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return t[1]\nend", ["activeTriggerMode"] = 1, }, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n return start + (progress * delta)\nend\n", ["use_translate"] = false, ["use_alpha"] = false, ["type"] = "none", ["colorA"] = 1, ["easeType"] = "none", ["translateFunc"] = "function(progress, startX, startY, deltaX, deltaY)\n return startX + (progress * deltaX), startY + (progress * deltaY)\nend\n", ["scaley"] = 1, ["alpha"] = 0, ["use_color"] = false, ["y"] = 0, ["colorType"] = "custom", ["easeStrength"] = 3, ["translateType"] = "straightTranslate", ["colorFunc"] = "", ["rotate"] = 0, ["x"] = 0, ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Raiddmg Inc", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_LEFT", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 1, }, { ["border_size"] = 2, ["border_anchor"] = "bar", ["border_offset"] = 0, ["border_color"] = { 0, 0, 0, 1, }, ["border_visible"] = true, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["text_shadowXOffset"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = -1, ["text_text_format_p_time_format"] = 0, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_RIGHT", ["text_fontType"] = "OUTLINE", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["text_text_format_p_time_dynamic_threshold"] = 60, ["anchorYOffset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "Pixel", ["glowThickness"] = 1, ["glowDuration"] = 1, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["useGlowColor"] = false, ["glowLength"] = 10, ["glow"] = false, ["glow_anchor"] = "bar", ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, }, ["height"] = 36, ["textureSource"] = "LSM", ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["source"] = "import", ["icon_side"] = "LEFT", ["sparkHidden"] = "NEVER", ["authorOptions"] = { }, ["sparkHeight"] = 30, ["adjustedMax"] = "", ["information"] = { ["forceEvents"] = true, }, ["config"] = { }, ["semver"] = "1.0.44", ["icon"] = true, ["id"] = "08 Umbral Annihilation", ["backgroundColor"] = { 0, 0, 0, 0.5, }, ["frameStrata"] = 1, ["width"] = 240, ["anchorFrameParent"] = false, ["anchorFrameType"] = "SCREEN", ["inverse"] = false, ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 1, 0, 1, }, ["sparkColor"] = { 1, 1, 1, 1, }, }, ["02 Fiery Meteor / Gloom Conflagration"] = { ["iconSource"] = -1, ["wagoID"] = "op9ISLAPA", ["authorOptions"] = { }, ["preferToUpdate"] = false, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/dfraid2/44", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["duration"] = "3", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["match_count"] = "0", ["auraspellids"] = { }, ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", ["useExactSpellId"] = false, ["useName"] = false, ["use_absorbHealMode"] = true, ["custom_type"] = "stateupdate", ["events"] = "UNIT_SPELLCAST_START:boss", ["custom"] = "function(allstates, _, unit, _, spellID)\n if spellID == 405437 or (spellID == 404732 and WeakAuras.CheckRange(unit, 40, \"<=\")) then\n local _, _, icon, startC, endC = UnitCastingInfo(unit)\n local duration = (endC - startC) / 1000\n local expirationTime = endC / 1000\n if expirationTime then\n allstates[spellID] = {\n show = true,\n changed = true,\n progressType = \"timed\",\n duration = duration,\n expirationTime = expirationTime,\n icon = icon,\n autoHide = true,\n } \n return true\n end\n end\nend", ["event"] = "Cast", ["type"] = "custom", ["unit"] = "player", ["use_spellId"] = false, ["spellIds"] = { }, ["match_countOperator"] = ">", ["check"] = "event", ["use_absorbMode"] = true, ["matchesShowOn"] = "showOnActive", ["use_unit"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 44, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_n_format"] = "none", ["text_text_format_s_format"] = "none", ["text_text"] = "Dmgsplit", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_visible"] = true, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_shadowXOffset"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_precision"] = 1, ["anchorXOffset"] = 0, ["type"] = "subtext", ["text_text_format_n_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorYOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, { ["border_size"] = 2, ["border_offset"] = 0, ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["type"] = "subborder", }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = true, ["glow"] = true, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = false, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowXOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_anchorYOffset"] = -6, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_n_format"] = "none", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["text_text_format_matchCount_format"] = "none", ["anchorYOffset"] = 0, }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_mod_rate"] = true, ["anchorXOffset"] = 0, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["text_text_format_c_format"] = "none", ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = false, ["text_text_format_n_format"] = "none", ["text_shadowYOffset"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_visible"] = true, ["text_anchorYOffset"] = -1, ["text_text_format_p_time_precision"] = 1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_format"] = "timed", }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["encounterid"] = "2687", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["width"] = 80, ["source"] = "import", ["xOffset"] = 0, ["color"] = { 1, 1, 1, 1, }, ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 1033911, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["adjustedMax"] = "", ["uid"] = "NrSTMGoz7)x", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["alpha"] = 1, ["cooldownEdge"] = false, ["zoom"] = 0.3, ["semver"] = "1.0.44", ["tocversion"] = 100100, ["id"] = "02 Fiery Meteor / Gloom Conflagration", ["cooldownTextDisabled"] = true, ["useCooldownModRate"] = true, ["anchorFrameType"] = "SCREEN", ["frameStrata"] = 1, ["config"] = { }, ["inverse"] = false, ["parent"] = "Icons ", ["conditions"] = { }, ["cooldown"] = true, ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\In.ogg", ["do_sound"] = true, }, ["init"] = { ["custom"] = "", ["do_custom"] = false, }, ["finish"] = { }, }, }, ["01 Earsplitting Shriek"] = { ["iconSource"] = 0, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["use_castType"] = false, ["auranames"] = { "336235", }, ["duration"] = "1", ["use_specific_unit"] = true, ["use_class"] = false, ["use_sourceNameRealm"] = false, ["debuffType"] = "HARMFUL", ["names"] = { }, ["useName"] = true, ["unevent"] = "auto", ["subeventSuffix"] = "_CAST_START", ["use_unit"] = true, ["fetchTooltip"] = false, ["use_spellNames"] = true, ["use_absorbMode"] = true, ["use_npcId"] = false, ["subeventPrefix"] = "SPELL", ["spellIds"] = { }, ["event"] = "Cast", ["type"] = "unit", ["use_destUnit"] = false, ["unit"] = "boss1", ["spellNames"] = { 330711, }, }, ["untrigger"] = { ["unit"] = "boss1", ["use_specific_unit"] = true, }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Hide (LoS)", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2398", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 136147, ["authorOptions"] = { }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "Im2dJk6JoUA", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Hide.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 1, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.047058823529412, ["colorB"] = 0, ["scaleType"] = "pulse", ["use_color"] = true, ["easeType"] = "none", ["easeStrength"] = 3, ["scaley"] = 1, ["alpha"] = 0, ["use_scale"] = false, ["y"] = 0, ["colorType"] = "custom", ["x"] = 0, ["scaleFunc"] = " function(progress, startX, startY, scaleX, scaleY)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n return startX + (((math.sin(angle) + 1)/2) * (scaleX - 1)), startY + (((math.sin(angle) + 1)/2) * (scaleY - 1))\n end\n ", ["colorFunc"] = "function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 4 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\nend", ["rotate"] = 0, ["type"] = "custom", ["duration_type"] = "seconds", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = false, ["tocversion"] = 90002, ["id"] = "01 Earsplitting Shriek", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["03 Advanced Recombobulation"] = { ["iconSource"] = -1, ["wagoID"] = "5x3mlQY3H", ["authorOptions"] = { }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid3/64", ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["init"] = { }, ["finish"] = { }, }, ["triggers"] = { { ["trigger"] = { ["useName"] = true, ["useExactSpellId"] = false, ["useIgnoreExactSpellId"] = false, ["unit"] = "player", ["event"] = "Health", ["subeventPrefix"] = "SPELL", ["auranames"] = { "362732", }, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { }, ["type"] = "aura2", ["auraspellids"] = { }, ["ignoreAuraSpellids"] = { }, ["names"] = { }, ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["desaturate"] = false, ["version"] = 64, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Can't Port", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_time_mod_rate"] = true, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_format"] = "timed", ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_format"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowXOffset"] = 0, ["text_visible"] = true, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_legacy_floor"] = true, }, { ["border_offset"] = 0, ["type"] = "subborder", ["border_color"] = { 1, 1, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_size"] = 2, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["glowXOffset"] = 0, ["glowType"] = "ACShine", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["useGlowColor"] = false, ["glow"] = false, ["glowThickness"] = 2.15, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 25, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -1, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_fontType"] = "OUTLINE", ["text_text_format_p_time_precision"] = 1, ["text_fontSize"] = 20, ["anchorXOffset"] = 0, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["size"] = { ["multi"] = { }, }, ["talent"] = { ["multi"] = { }, }, ["encounterid"] = "2553", ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["anchorFrameType"] = "SCREEN", ["source"] = "import", ["icon"] = true, ["selfPoint"] = "CENTER", ["information"] = { ["forceEvents"] = true, }, ["displayIcon"] = 4038103, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["xOffset"] = 0, ["adjustedMax"] = "", ["uid"] = "XcOr(enZuea", ["progressSource"] = { -1, "", }, ["anchorFrameParent"] = false, ["frameStrata"] = 1, ["color"] = { 1, 1, 1, 1, }, ["cooldownTextDisabled"] = true, ["semver"] = "1.0.66", ["tocversion"] = 90200, ["id"] = "03 Advanced Recombobulation", ["zoom"] = 0.3, ["alpha"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["parent"] = "Sepulcher (wago.io/slraid3)", ["conditions"] = { }, ["cooldown"] = true, ["cooldownEdge"] = false, }, ["08 Call of Eternity Cast"] = { ["iconSource"] = 0, ["wagoID"] = "YW2D3dXNe", ["xOffset"] = 0, ["preferToUpdate"] = true, ["customText"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["url"] = "https://wago.io/slraid2/69", ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["auranames"] = { }, ["use_absorbMode"] = true, ["use_unit"] = true, ["debuffType"] = "HARMFUL", ["useName"] = false, ["use_debuffClass"] = false, ["auraspellids"] = { "356065", }, ["event"] = "Cast", ["type"] = "unit", ["use_specific_unit"] = true, ["subeventSuffix"] = "_CAST_START", ["spellIds"] = { 350554, }, ["useExactSpellId"] = true, ["unit"] = "boss1", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["use_spellIds"] = true, }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = true, ["version"] = 69, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_text_format_p_time_format"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Spread Inc", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_text_format_p_time_precision"] = 1, ["text_shadowYOffset"] = 0, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_wordWrap"] = "WordWrap", ["text_visible"] = true, ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_shadowXOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_fontType"] = "OUTLINE", }, { ["text_text_format_p_time_precision"] = 1, ["text_text_format_s_format"] = "none", ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_text_format_progress_format"] = "none", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_fontSize"] = 25, ["type"] = "subtext", ["text_text_format_p_time_mod_rate"] = true, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_shadowXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_visible"] = true, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_text_format_p_time_format"] = 0, ["text_text_format_progress_decimal_precision"] = 1, ["anchorXOffset"] = 0, ["text_justify"] = "CENTER", }, { ["type"] = "subborder", ["border_size"] = 2, ["border_color"] = { 0.19607843137255, 0.58823529411765, 1, 1, }, ["border_visible"] = false, ["border_edge"] = "Square Full White", ["border_offset"] = 0, }, { ["glowFrequency"] = 0.25, ["type"] = "subglow", ["useGlowColor"] = true, ["glowType"] = "Pixel", ["glowLength"] = 10, ["glowYOffset"] = 0, ["glowColor"] = { 1, 1, 1, 1, }, ["glowDuration"] = 1, ["glowXOffset"] = 0, ["glowThickness"] = 2.15, ["glow"] = true, ["glowScale"] = 1, ["glowLines"] = 18, ["glowBorder"] = false, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_stacks_format"] = "none", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_anchorYOffset"] = -6, }, { ["text_shadowXOffset"] = 0, ["text_text_format_debuffClassIcon_format"] = "none", ["text_text"] = "%debuffClassIcon", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_format"] = 0, ["type"] = "subtext", ["text_anchorXOffset"] = -2, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMLEFT", ["text_text_format_p_time_precision"] = 1, ["text_fontType"] = "OUTLINE", ["text_fontSize"] = 20, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_anchorYOffset"] = -1, }, }, ["height"] = 80, ["load"] = { ["role"] = { ["single"] = "TANK", ["multi"] = { ["TANK"] = true, }, }, ["use_encounterid"] = true, ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["encounterid"] = "2431", ["size"] = { ["multi"] = { }, }, }, ["parent"] = "Sanctum of Domination (wago.io/slraid2)", ["useAdjustededMax"] = false, ["useTooltip"] = false, ["actions"] = { ["start"] = { ["sound"] = " custom", ["do_sound"] = false, }, ["finish"] = { }, ["init"] = { }, }, ["cooldown"] = true, ["conditions"] = { }, ["adjustedMax"] = "", ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["preset"] = "alphaPulse", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["useAdjustededMin"] = false, ["regionType"] = "icon", ["config"] = { }, ["progressSource"] = { -1, "", }, ["width"] = 80, ["frameStrata"] = 1, ["anchorFrameParent"] = false, ["useCooldownModRate"] = true, ["cooldownTextDisabled"] = true, ["zoom"] = 0.3, ["semver"] = "1.0.68", ["tocversion"] = 90100, ["id"] = "08 Call of Eternity Cast", ["cooldownEdge"] = false, ["alpha"] = 1, ["anchorFrameType"] = "SCREEN", ["color"] = { 1, 1, 1, 1, }, ["uid"] = "dvQUBNJEBQR", ["inverse"] = false, ["adjustedMin"] = "", ["displayIcon"] = "3528303", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = false, }, ["authorOptions"] = { }, }, ["GCD-Circle"] = { ["user_y"] = 0, ["user_x"] = 0, ["xOffset"] = 0, ["preferToUpdate"] = true, ["yOffset"] = 0, ["foregroundColor"] = { 1, 1, 0.97254908084869, 1, }, ["sameTexture"] = true, ["url"] = "https://wago.io/ZbjlsgMkp/46", ["actions"] = { ["start"] = { ["custom"] = "if aura_env.config.GCDRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n aura_env.region:Color(c.r, c.g, c.b,1)\nelse\n local color = aura_env.config.GCDRingColor\n aura_env.region:Color(color[1], color[2], color[3],color[4])\nend\n\n\n", ["do_custom"] = true, }, ["init"] = { ["custom"] = "\n\n", ["do_custom"] = false, }, ["finish"] = { ["do_message"] = false, }, }, ["slant"] = 0.2, ["selfPoint"] = "CENTER", ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["load"] = { ["use_never"] = false, ["talent"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["class"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, }, ["textureWrapMode"] = "CLAMP", ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura73", ["smoothProgress"] = false, ["useAdjustededMin"] = false, ["regionType"] = "progresstexture", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["tocversion"] = 90200, ["alpha"] = 1, ["uid"] = "WaQc)avM3LN", ["backgroundOffset"] = 0, ["wagoID"] = "ZbjlsgMkp", ["parent"] = "Ultimate Mouse Cursor", ["adjustedMin"] = "", ["desaturateBackground"] = false, ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "spell", ["subeventSuffix"] = "_CAST_START", ["spellName"] = 0, ["use_genericShowOn"] = true, ["event"] = "Global Cooldown", ["names"] = { }, ["realSpellName"] = 0, ["use_spellName"] = true, ["spellIds"] = { }, ["genericShowOn"] = "showOnCooldown", ["unit"] = "player", ["subeventPrefix"] = "SPELL", ["use_track"] = true, ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event)\n \n if aura_env.config.MergeRing == 3 or aura_env.config.MergeRing == 4 then\n return true\n else\n return false\n end\n \nend", ["custom_type"] = "event", ["custom_hide"] = "timed", ["unit"] = "player", ["events"] = "UNIT_SPELLCAST_START,UNIT_SPELLCAST_SENT", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "custom", ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_UP\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", ["custom_type"] = "event", ["custom_hide"] = "custom", ["unit"] = "player", ["events"] = "GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP, MODIFIER_STATE_CHANGED,PLAYER_LOGIN,PLAYER_ENTERING_WORLD", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { ["custom"] = "function(event,button)\n \n if aura_env.config.HideOnRightClick then\n if event == \"GLOBAL_MOUSE_DOWN\" then\n if button == \"RightButton\" then\n return true\n end\n end\n \n elseif aura_env.config.KeyOption > 1 then\n \n if aura_env.config.KeyOption == 2 and not IsLeftAltKeyDown() then\n return true \n elseif aura_env.config.KeyOption == 4 and not IsLeftControlKeyDown() then\n return true\n elseif aura_env.config.KeyOption == 3 and not IsLeftShiftKeyDown() then\n return true\n end\n \n else\n return true\n end \n \nend\n\n\n\n", }, }, ["disjunctive"] = "custom", ["customTriggerLogic"] = "function(t)\n return aura_env.config.CastBar == 1 and (t[1] and t[3]) \nend", ["activeTriggerMode"] = -10, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { -1, "", }, ["animation"] = { ["start"] = { ["colorR"] = 1, ["duration"] = "10", ["alphaType"] = "custom", ["colorB"] = 1, ["colorG"] = 1, ["alphaFunc"] = "function(progress, start, delta)\n \n if aura_env.config[\"CastBar\"] ~= 1 then\n return 0\n end\n \n if aura_env.config[\"ShowOnKeyPress\"] then\n \n if aura_env.config[\"KeyOption\"] == 1 then\n if IsLeftAltKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n elseif aura_env.config[\"KeyOption\"] == 2 then\n if IsLeftShiftKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n else\n if IsLeftControlKeyDown() then\n aura_env.region:Color(255,255,255,1)\n return 1\n else\n aura_env.region:Color(255,255,255,0)\n return 0\n end\n end\n \n \n end\nend\n\n\n", ["use_alpha"] = true, ["type"] = "none", ["scalex"] = 1, ["easeType"] = "none", ["colorType"] = "custom", ["scaley"] = 1, ["alpha"] = 0, ["easeStrength"] = 3, ["y"] = 0, ["x"] = 0, ["preset"] = "fade", ["colorA"] = 1, ["colorFunc"] = "function()\n if aura_env.config.GCDRingClassColor then\n local c = RAID_CLASS_COLORS[select(2,UnitClass(\"player\"))]\n return c.r, c.g, c.b\n end\n \nend", ["rotate"] = 0, ["use_color"] = true, ["duration_type"] = "seconds", }, ["main"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["type"] = "none", ["easeType"] = "none", ["easeStrength"] = 3, ["preset"] = "fade", ["duration_type"] = "seconds", }, }, ["version"] = 46, ["subRegions"] = { { ["type"] = "subbackground", }, }, ["height"] = 50, ["useAdjustededMax"] = false, ["fontSize"] = 12, ["source"] = "import", ["mirror"] = false, ["anchorFrameFrame"] = "WeakAuras:Mouse Cursor Dot", ["adjustedMax"] = "", ["slantFirst"] = false, ["crop_x"] = 0.41, ["authorOptions"] = { { ["type"] = "header", ["useName"] = true, ["text"] = "Visibility", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["key"] = "KeyOption", ["values"] = { "Do not hide (Default)", "Left Alt", "Left Shift", "Left Control", }, ["default"] = 1, ["useDesc"] = false, ["name"] = "Show on key press:", ["width"] = 1, }, { ["type"] = "header", ["useName"] = true, ["text"] = "Cast", ["noMerge"] = false, ["width"] = 1, }, { ["type"] = "select", ["values"] = { "Circle", "Bar", }, ["key"] = "CastBar", ["default"] = 1, ["useDesc"] = false, ["name"] = "Show cast as:", ["width"] = 1, }, { ["type"] = "toggle", ["key"] = "HideDefaultCastBar", ["desc"] = "Check to hide the default blizzard castbar. Uncheck and /reload to get it back.", ["name"] = "Hide default castbar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["noMerge"] = false, ["type"] = "header", ["text"] = "Color", ["useName"] = true, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "Cursor color when not tracking health or class color is selected.", ["key"] = "MainRingColor", ["useDesc"] = true, ["name"] = "Main Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["default"] = false, ["useDesc"] = false, ["name"] = "Override with class color", ["key"] = "MainRingClassColor", ["width"] = 1, }, { ["type"] = "color", ["key"] = "CastRingColor", ["desc"] = "Cast ring color", ["default"] = { 1, 1, 1, 1, }, ["useDesc"] = true, ["name"] = "Cast Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "CastRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["type"] = "color", ["default"] = { 1, 1, 1, 1, }, ["desc"] = "GCD ring color", ["key"] = "GCDRingColor", ["useDesc"] = true, ["name"] = "GCD Ring Color", ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Override with class color", ["key"] = "GCDRingClassColor", ["default"] = false, ["useDesc"] = false, ["width"] = 1, }, { ["useName"] = true, ["noMerge"] = false, ["text"] = "Additional Features", ["type"] = "header", ["width"] = 1, }, { ["width"] = 1, ["type"] = "select", ["useDesc"] = true, ["values"] = { "Do not track (Default)", "Track health", "Track mana", "Track both", }, ["name"] = "Use main ring to track health or mana.", ["key"] = "TrackinMainRing", ["default"] = 1, ["desc"] = "Use main ring to track Health or Mana. This overrides color settings from the color section.", }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Track pet health", ["desc"] = "Add another ring tracking pet's health", ["key"] = "TrackHealthPet", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["name"] = "Show swing timer", ["desc"] = "This show a circle for the duration of your white attack. Useful for melee trying to maximize their rotation.", ["key"] = "SwingBar", ["default"] = false, ["useDesc"] = true, ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["useHeight"] = false, ["width"] = 1, }, { ["type"] = "toggle", ["useDesc"] = true, ["width"] = 2, ["name"] = "Show mouse over target name", ["default"] = false, ["key"] = "ShowMouseOverTarget", ["desc"] = "Show the name of the target when mouse over it.", }, { ["desc"] = "Show a cuadrant for every 10 yards away from the target (from 0 to 40).", ["type"] = "select", ["values"] = { "Do not show (Default)", "Show", "Show in reverse", }, ["useDesc"] = true, ["default"] = 1, ["key"] = "ShowRange", ["name"] = "Show range indicator", ["width"] = 1, }, { ["type"] = "space", ["variableWidth"] = true, ["height"] = 1, ["width"] = 1, ["useHeight"] = false, }, { ["type"] = "select", ["default"] = 1, ["values"] = { "No merge (Default)", "Cast Ring", "GCD Ring", "GCD & Cast Rings", "Swing Timer Ring", }, ["key"] = "MergeRing", ["name"] = "Merge one ring with the main ring", ["width"] = 1, }, }, ["anchorPoint"] = "CENTER", ["compress"] = false, ["anchorFrameParent"] = false, ["backgroundColor"] = { 0.50980395078659, 0.50980395078659, 0.50980395078659, 0, }, ["startAngle"] = 0, ["width"] = 50, ["semver"] = "1.2.9", ["config"] = { ["CastRingColor"] = { 1, 1, 1, 1, }, ["MainRingClassColor"] = false, ["CastBar"] = 1, ["MergeRing"] = 4, ["MainRingColor"] = { 1, 1, 1, 1, }, ["SwingBar"] = false, ["TrackHealthPet"] = false, ["TrackinMainRing"] = 1, ["ShowMouseOverTarget"] = false, ["CastRingClassColor"] = false, ["HideDefaultCastBar"] = false, ["GCDRingColor"] = { 1, 1, 1, 1, }, ["GCDRingClassColor"] = false, ["KeyOption"] = 1, ["ShowRange"] = 1, }, ["id"] = "GCD-Circle", ["auraRotation"] = 0, ["frameStrata"] = 1, ["anchorFrameType"] = "SELECTFRAME", ["crop_y"] = 0.41, ["color"] = { }, ["inverse"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["orientation"] = "ANTICLOCKWISE", ["conditions"] = { { ["check"] = { ["trigger"] = 2, ["variable"] = "show", ["value"] = 1, }, ["changes"] = { { ["value"] = 70, ["property"] = "height", }, { ["value"] = 70, ["property"] = "width", }, { ["value"] = { 0.41176470588235, 0.41176470588235, 0.41176470588235, 1, }, ["property"] = "foregroundColor", }, }, }, }, ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["slanted"] = false, }, ["02 Petrifying Howl"] = { ["iconSource"] = -1, ["wagoID"] = "RLCX-XyW4", ["color"] = { 1, 1, 1, 1, }, ["preferToUpdate"] = true, ["adjustedMin"] = "", ["yOffset"] = 0, ["anchorPoint"] = "CENTER", ["cooldownSwipe"] = true, ["cooldownEdge"] = false, ["icon"] = true, ["triggers"] = { { ["trigger"] = { ["type"] = "aura2", ["auranames"] = { "334852", }, ["fetchTooltip"] = false, ["event"] = "Health", ["unit"] = "player", ["spellIds"] = { }, ["names"] = { }, ["useName"] = true, ["subeventPrefix"] = "SPELL", ["subeventSuffix"] = "_CAST_START", ["debuffType"] = "HARMFUL", }, ["untrigger"] = { }, }, ["activeTriggerMode"] = -10, }, ["internalVersion"] = 75, ["keepAspectRatio"] = false, ["selfPoint"] = "CENTER", ["desaturate"] = false, ["version"] = 144, ["subRegions"] = { { ["type"] = "subbackground", }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "Drops Pool", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_text_format_tooltip1_format"] = "none", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["text_shadowYOffset"] = 0, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "OUTLINE", ["text_anchorPoint"] = "OUTER_BOTTOM", ["text_fontSize"] = 16, ["anchorXOffset"] = 0, ["text_visible"] = true, }, { ["text_text_format_p_time_precision"] = 1, ["text_text"] = "%p", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_text_format_p_time_legacy_floor"] = true, ["type"] = "subtext", ["anchorXOffset"] = 0, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Friz Quadrata TT", ["text_text_format_p_time_mod_rate"] = true, ["text_shadowYOffset"] = 0, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "THICKOUTLINE", ["text_anchorPoint"] = "CENTER", ["text_visible"] = true, ["text_shadowXOffset"] = 0, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 0, ["text_text_format_p_time_format"] = 0, }, { ["text_shadowXOffset"] = 0, ["text_text_format_s_format"] = "none", ["text_text"] = "%s", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["text_anchorYOffset"] = -6, ["type"] = "subtext", ["text_anchorXOffset"] = 6, ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "Arial Narrow", ["anchorXOffset"] = 0, ["text_shadowYOffset"] = 0, ["text_fontType"] = "OUTLINE", ["text_wordWrap"] = "WordWrap", ["text_visible"] = false, ["text_anchorPoint"] = "INNER_BOTTOMRIGHT", ["text_text_format_p_time_precision"] = 1, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fontSize"] = 25, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_text_format_p_time_format"] = 0, }, }, ["height"] = 80, ["load"] = { ["size"] = { ["multi"] = { }, }, ["encounterid"] = "2418", ["talent"] = { ["multi"] = { }, }, ["spec"] = { ["multi"] = { }, }, ["class"] = { ["multi"] = { }, }, ["zoneIds"] = "", ["use_encounterid"] = true, }, ["useAdjustededMax"] = false, ["alpha"] = 1, ["adjustedMax"] = "", ["url"] = "https://wago.io/slraid1/144", ["information"] = { ["forceEvents"] = true, ["ignoreOptionsEventErrors"] = true, }, ["displayIcon"] = 132095, ["parent"] = "Castle Nathria (wago.io/slraid1)", ["useAdjustededMin"] = false, ["regionType"] = "icon", ["progressSource"] = { -1, "", }, ["uid"] = "bIEstp7pTz2", ["actions"] = { ["start"] = { ["sound"] = "Interface\\Addons\\SharedMedia_Causese\\sound\\Debuff.ogg", ["do_sound"] = true, }, ["init"] = { }, ["finish"] = { ["do_sound"] = false, }, }, ["anchorFrameType"] = "SCREEN", ["anchorFrameParent"] = false, ["animation"] = { ["start"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["colorR"] = 0.48627450980392, ["scalex"] = 1, ["colorA"] = 1, ["colorG"] = 0.48235294117647, ["type"] = "preset", ["easeType"] = "none", ["colorB"] = 0.49411764705882, ["scaley"] = 1, ["alpha"] = 0, ["preset"] = "alphaPulse", ["y"] = 0, ["colorType"] = "pulseHSV", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["colorFunc"] = " function(progress, r1, g1, b1, a1, r2, g2, b2, a2)\n local angle = (progress * 2 * math.pi) - (math.pi / 2)\n local newProgress = ((math.sin(angle) + 1)/2);\n return WeakAuras.GetHSVTransition(newProgress, r1, g1, b1, a1, r2, g2, b2, a2)\n end\n ", ["rotate"] = 0, ["x"] = 0, ["use_color"] = false, }, ["finish"] = { ["type"] = "none", ["easeStrength"] = 3, ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["semver"] = "1.0.143", ["zoom"] = 0.3, ["auto"] = true, ["tocversion"] = 90002, ["id"] = "02 Petrifying Howl", ["cooldownTextDisabled"] = true, ["frameStrata"] = 1, ["width"] = 80, ["useCooldownModRate"] = true, ["config"] = { }, ["inverse"] = false, ["authorOptions"] = { }, ["conditions"] = { }, ["cooldown"] = true, ["xOffset"] = 0, }, ["BronzeToy"] = { ["sparkWidth"] = 10, ["iconSource"] = -1, ["user_x"] = 0, ["authorOptions"] = { { ["type"] = "toggle", ["default"] = true, ["width"] = 1, ["name"] = "Enhanced Tracking", ["useDesc"] = true, ["key"] = "pbc_enhanced_tracking", ["desc"] = "Enhanced tracking of transmog sets, which looks for alternate appearances if the primary source of an appearance is not learned. Does not impact regular gameplay, but may cause significant lag for several seconds after login.", }, { ["type"] = "toggle", ["default"] = false, ["width"] = 1, ["name"] = "Only Track Usable Sets", ["useDesc"] = true, ["key"] = "pbc_class_only", ["desc"] = "Limits tracking of sets to those only usable by the current character.", }, }, ["adjustedMax"] = "", ["yOffset"] = -115, ["foregroundColor"] = { 1, 1, 1, 1, }, ["sparkRotation"] = 0, ["sameTexture"] = true, ["url"] = "https://wago.io/6953n7SYm/12", ["actions"] = { ["start"] = { }, ["finish"] = { }, ["init"] = { ["custom"] = "function save_bronze_store()\n local AreSlotAppearancesCollected = function(setId)\n local setSourceIds = C_TransmogSets.GetAllSourceIDs(setId)\n local grid = {}\n \n for j, value in ipairs(setSourceIds) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value)\n if isCollected then\n grid[categoryID] = true\n end\n end\n return grid\n end\n \n local SaveSetResult = function(setId)\n if C_TransmogSets.GetSetInfo(setId)[\"collected\"] then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n local setInfo = C_TransmogSets.GetSetPrimaryAppearances(setId)\n local setCollected = false\n \n local missingSlots = {}\n \n for i,value in ipairs(setInfo) do\n local categoryID,_,_,_,isCollected = C_TransmogCollection.GetAppearanceSourceInfo(value.appearanceID)\n if not isCollected then\n table.insert(missingSlots, categoryID)\n end\n end\n \n if table.getn(missingSlots) == 0 then\n aura_env.bronze_store.sets[setId] = true\n return true\n end\n \n aura_env.bronze_store.sets[setId] = false\n return false\n end\n \n local SaveMountResult = function(mountId)\n local _,_,_,_,_,_,_,_,_,_,isCollected = C_MountJournal.GetMountInfoByID(mountId);\n aura_env.bronze_store.mounts[mountId] = isCollected\n return isCollected\n end\n \n local SaveHeirloomResult = function(itemId)\n local acquiredHeirlooms = C_Heirloom.GetHeirloomItemIDs()\n for i,value in pairs(acquiredHeirlooms) do\n if value == itemId then\n aura_env.bronze_store.heirlooms[itemId] = true\n return true\n end\n end\n \n aura_env.bronze_store.heirlooms[itemId] = false\n return false\n end\n \n local SaveHeirlooms = function(items)\n for i, value in pairs(items) do\n SaveHeirloomResult(value)\n end\n end\n \n local SaveResult = function(itemType, items)\n if itemType == \"HEIRLOOM\" then\n SaveHeirlooms(items)\n else \n for i,value in ipairs(items) do\n if itemType == \"MOUNT\" then\n SaveMountResult(value)\n elseif itemType == \"SET\" then\n SaveSetResult(value)\n end\n end\n end\n end\n \n local FindMounts = function()\n local very_cheap = {2064,2060,2063,2069,482,2072,2073,2074,2075,2076,2077,2078,2080,2088,2089,484,485,462}\n local cheap = {2087,2085,2086,2081,2083,2084,2118}\n local moderate = {2071,2070,2068,2067,2065}\n local expensive = {535,536,534,478}\n local very_expensive = {533,531,561,473,542,517,559,543,515}\n \n SaveResult(\"MOUNT\", very_cheap)\n SaveResult(\"MOUNT\", cheap)\n SaveResult(\"MOUNT\", moderate)\n SaveResult(\"MOUNT\", expensive)\n SaveResult(\"MOUNT\", very_expensive)\n end\n \n local FindHeirlooms = function()\n local barrier = {105674,104409,105687}\n local cleaver = {105672,104404,105685}\n local decapitator = {105679,104405,105692}\n local doomblade = {105678,104401,105691}\n local pig_sticker = {105673,104403,105686}\n local razor = {105671,104400,105684}\n local shield_wall = {105680,104470,105693}\n local tome = {105676,104408,105689}\n local staff = {105677,104406,105690}\n local bow = {105670,104399,105683}\n local mace = {105675,104402,105688}\n \n SaveResult(\"HEIRLOOM\", barrier)\n SaveResult(\"HEIRLOOM\", cleaver)\n SaveResult(\"HEIRLOOM\", decapitator)\n SaveResult(\"HEIRLOOM\", doomblade)\n SaveResult(\"HEIRLOOM\", pig_sticker)\n SaveResult(\"HEIRLOOM\", razor)\n SaveResult(\"HEIRLOOM\", shield_wall)\n SaveResult(\"HEIRLOOM\", tome)\n SaveResult(\"HEIRLOOM\", staff)\n SaveResult(\"HEIRLOOM\", bow)\n SaveResult(\"HEIRLOOM\", mace)\n end\n \n local FindLFR = function()\n local warrior = {446,442,440}\n local mage = {531,528,525}\n local dk = {579,576,574}\n local druid = {565,562,559}\n local hunter = {543,546,541}\n local paladin = {495,492,489}\n local warlock = {462,459,457}\n local shaman = {428,426,423}\n local priest = {333,335,337}\n local rogue = {473,476,479}\n local monk = {515,512,508}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindNormal = function()\n local warrior = {444,441,438}\n local mage = {529,526,523}\n local dk = {578,575,572}\n local druid = {563,560,557}\n local hunter = {542,545,539}\n local paladin = {493,490,487}\n local warlock = {461,458,455}\n local shaman = {427,424,421}\n local priest = {331,310,336}\n local rogue = {471,474,478}\n local monk = {513,510,506}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindHeroic = function()\n local warrior = {445,443,439}\n local mage = {530,527,524}\n local dk = {580,577,573}\n local druid = {564,561,558}\n local hunter = {544,547,540}\n local paladin = {494,491,488}\n local warlock = {463,460,456}\n local shaman = {338,425,422}\n local priest = {332,334,429}\n local rogue = {472,475,477}\n local monk = {514,511,507}\n \n SaveResult(\"SET\", warrior)\n SaveResult(\"SET\", mage)\n SaveResult(\"SET\", dk)\n SaveResult(\"SET\", druid)\n SaveResult(\"SET\", hunter)\n SaveResult(\"SET\", paladin)\n SaveResult(\"SET\", warlock)\n SaveResult(\"SET\", shaman)\n SaveResult(\"SET\", priest)\n SaveResult(\"SET\", rogue)\n SaveResult(\"SET\", monk)\n end\n \n local FindDungeon = function()\n local dungeon = {3365,3369,3370,3382,3383,3384,3385,3400,3401,3402,3420,3421,3422}\n \n SaveResult(\"SET\", dungeon)\n end\n \n local FindWorld = function()\n local very_cheap = {3371,3372,3373,3374,3375,3376,3386,3387,3388,3389,3390,3391,3392,3393,3406,3407,3408,3409,3410,3411,3412,3423,3424,3425,3426,3427,3428,3429}\n local cheap = {3368,3394,3395,3396,3434,3435,3436,3437,3438,3439}\n local moderate = {3377,3378,3379,3397,3398,3399,3416,3417,3418,3430,3431,3432} \n local expensive = {3380,3381,3403,3404,3405,3413,3414,3415}\n \n SaveResult(\"SET\", very_cheap)\n SaveResult(\"SET\", cheap)\n SaveResult(\"SET\", moderate)\n SaveResult(\"SET\", expensive)\n end\n \n local FindClass = function()\n local class_ensemble = {80458,80462,80463,80464,80466,80468,80470,80472,80474,80476,80478,80480,80482}\n local class_arsenal = {80459,80460,80461,80465,80467,80469,80471,80473,80475,80477,80479,80481,80483}\n \n SaveResult(\"QUEST\", class_ensemble)\n SaveResult(\"QUEST\", class_arsenal)\n end\n \n FindMounts()\n FindHeirlooms()\n FindLFR()\n FindNormal()\n FindHeroic()\n FindDungeon()\n FindWorld()\n \n return aura_env.bronze_store\nend", ["do_custom"] = false, }, }, ["icon_color"] = { 1, 1, 1, 1, }, ["enableGradient"] = false, ["selfPoint"] = "LEFT", ["barColor"] = { 0, 0.44705885648727, 0.074509806931019, 1, }, ["desaturate"] = false, ["rotation"] = 0, ["font"] = "Friz Quadrata TT", ["sparkOffsetY"] = 0, ["gradientOrientation"] = "HORIZONTAL", ["crop_y"] = 0.41, ["textureWrapMode"] = "CLAMPTOBLACKADDITIVE", ["startAngle"] = 0, ["smoothProgress"] = true, ["useAdjustededMin"] = false, ["regionType"] = "aurabar", ["blendMode"] = "BLEND", ["slantMode"] = "INSIDE", ["texture"] = "Blizzard", ["sparkTexture"] = "Interface\\CastingBar\\UI-CastingBar-Spark", ["spark"] = false, ["tocversion"] = 100207, ["alpha"] = 1, ["auraRotation"] = 0, ["backgroundOffset"] = 2, ["sparkOffsetX"] = 0, ["wagoID"] = "6953n7SYm", ["color"] = { 1, 1, 1, 1, }, ["customText"] = "function()\n return aura_env.toy_progress, aura_env.toy_total\nend", ["desaturateBackground"] = false, ["sparkRotationMode"] = "AUTO", ["desaturateForeground"] = false, ["triggers"] = { { ["trigger"] = { ["type"] = "custom", ["custom_type"] = "event", ["debuffType"] = "HELPFUL", ["subeventSuffix"] = "_CAST_START", ["event"] = "Health", ["unit"] = "player", ["customDuration"] = "function()\n return aura_env.toy_progress, aura_env.toy_total, true\nend\n\n\n", ["spellIds"] = { }, ["custom"] = "function()\n \n local total_acquired = 0\n local total_cost = 0\n \n local AddToTotal = function (items, cost)\n for i,value in ipairs(items) do\n if PlayerHasToy(value) then\n total_acquired = total_acquired + cost\n end\n total_cost = total_cost + cost\n end\n end\n \n local very_cheap = {104262}\n local cheap = {86565,134023,86575,86590,86594,86571}\n local moderate = {86589,86578,86581,86593,86586,86583,86573}\n local expensive = {86582,86568,86588}\n local very_expensive = {104302,104331}\n local very_very_expensive = {98136,104309}\n \n AddToTotal(very_cheap,2200)\n AddToTotal(cheap,3850)\n AddToTotal(moderate,4950)\n AddToTotal(expensive,7700)\n AddToTotal(very_expensive,38500)\n AddToTotal(very_very_expensive,50000)\n \n aura_env.toy_progress = total_acquired\n aura_env.toy_total = total_cost\nend", ["events"] = "BRONZE_DATA_LOADED", ["check"] = "event", ["subeventPrefix"] = "SPELL", ["names"] = { }, ["custom_hide"] = "custom", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "unit", ["use_absorbHealMode"] = true, ["use_value"] = true, ["use_absorbMode"] = true, ["use_currencyId"] = true, ["value_operator"] = ">", ["currencyId"] = 2778, ["unit"] = "player", ["value"] = "0", ["use_unit"] = true, ["event"] = "Currency", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, { ["trigger"] = { ["type"] = "aura2", ["unit"] = "player", ["debuffType"] = "HELPFUL", }, ["untrigger"] = { }, }, ["disjunctive"] = "any", ["activeTriggerMode"] = 1, }, ["endAngle"] = 360, ["internalVersion"] = 75, ["progressSource"] = { 1, "value", 0, }, ["animation"] = { ["start"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["main"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, ["finish"] = { ["easeStrength"] = 3, ["type"] = "none", ["duration_type"] = "seconds", ["easeType"] = "none", }, }, ["parent"] = "PandariaBronzeCompletion", ["information"] = { }, ["crop_x"] = 0.41, ["sparkColor"] = { 1, 1, 1, 1, }, ["version"] = 12, ["subRegions"] = { { ["type"] = "subbackground", }, { ["type"] = "subforeground", }, { ["text_text_format_t_time_precision"] = 1, ["text_text_format_t_time_legacy_floor"] = false, ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_fixedWidth"] = 64, ["text_text_format_p_time_legacy_floor"] = false, ["rotateText"] = "NONE", ["text_color"] = { 1, 1, 1, 1, }, ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_text_format_n_format"] = "none", ["text_text_format_p_format"] = "timed", ["text_selfPoint"] = "AUTO", ["text_automaticWidth"] = "Auto", ["text_text_format_t_time_format"] = 0, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["text_text_format_t_format"] = "timed", ["type"] = "subtext", ["text_text_format_p_time_precision"] = 1, ["text_font"] = "2002", ["text_text_format_p_time_mod_rate"] = true, ["text_text_format_p_time_dynamic_threshold"] = 60, ["text_visible"] = true, ["text_text_format_c1_format"] = "none", ["text_text_format_t_time_mod_rate"] = true, ["text_anchorPoint"] = "INNER_CENTER", ["text_text_format_p_time_format"] = 0, ["text_text"] = "%c1 / %c2", ["text_text_format_c2_format"] = "none", ["text_shadowXOffset"] = 1, ["text_text_format_t_time_dynamic_threshold"] = 60, }, { ["text_text_format_n_format"] = "none", ["text_text"] = "Toys", ["text_shadowColor"] = { 0, 0, 0, 1, }, ["text_selfPoint"] = "BOTTOMLEFT", ["text_automaticWidth"] = "Auto", ["text_fixedWidth"] = 64, ["anchorYOffset"] = 0, ["text_justify"] = "CENTER", ["rotateText"] = "NONE", ["type"] = "subtext", ["text_color"] = { 1, 1, 1, 1, }, ["text_font"] = "2002", ["text_shadowYOffset"] = -1, ["text_wordWrap"] = "WordWrap", ["text_fontType"] = "None", ["text_anchorPoint"] = "INNER_TOPLEFT", ["text_shadowXOffset"] = 1, ["text_anchorYOffset"] = 5, ["text_fontSize"] = 12, ["anchorXOffset"] = 0, ["text_visible"] = true, }, }, ["height"] = 20, ["rotate"] = false, ["fontSize"] = 12, ["sparkBlendMode"] = "ADD", ["useAdjustededMax"] = false, ["backgroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["source"] = "import", ["compress"] = false, ["user_y"] = 0, ["config"] = { ["pbc_class_only"] = false, ["pbc_enhanced_tracking"] = true, }, ["mirror"] = false, ["anchorFrameType"] = "SCREEN", ["load"] = { ["ingroup"] = { ["single"] = "solo", ["multi"] = { ["solo"] = true, }, }, ["use_never"] = false, ["zone"] = "", ["class"] = { ["multi"] = { }, }, ["use_zone"] = false, ["use_itemequiped"] = true, ["use_groupSize"] = false, ["zoneIds"] = "c424", ["use_zoneIds"] = true, ["instance_type"] = { }, ["spec"] = { ["multi"] = { }, }, ["size"] = { ["multi"] = { }, }, ["use_item_bonusid_equipped"] = false, ["use_not_spellknown"] = false, ["use_ingroup"] = true, ["use_spellknown"] = false, ["itemequiped"] = { 210333, }, ["talent"] = { ["multi"] = { }, }, ["use_exact_spellknown"] = true, ["groupSize_operator"] = { "==", }, ["itemtypeequipped"] = { }, }, ["foregroundTexture"] = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", ["id"] = "BronzeToy", ["icon_side"] = "LEFT", ["anchorPoint"] = "CENTER", ["textureInput"] = "", ["sparkHeight"] = 30, ["backgroundColor"] = { 0.50196081399918, 0, 0, 0.61718755960464, }, ["icon"] = false, ["xOffset"] = 0, ["semver"] = "1.0.11", ["textureSource"] = "LSM", ["sparkHidden"] = "NEVER", ["zoom"] = 0, ["frameStrata"] = 1, ["width"] = 225, ["uid"] = "LPDyZSxwSKG", ["adjustedMin"] = "", ["inverse"] = false, ["customTextUpdate"] = "event", ["orientation"] = "HORIZONTAL", ["conditions"] = { }, ["barColor2"] = { 1, 0, 0.011764707043767, 0, }, ["preferToUpdate"] = false, }, }, ["minimap"] = { ["hide"] = true, }, ["historyCutoff"] = 730, ["dbVersion"] = 75, ["clearOldHistory"] = 30, ["editor_theme"] = "Monokai", ["dynamicIconCache"] = { ["Battle Shout"] = { [247546] = 132333, }, ["Pollen Frenzy"] = { [267553] = 613602, }, ["Mend Pet"] = { [136] = 132179, }, ["Unholy Strength"] = { [53365] = 135882, }, ["Annihilate"] = { [236572] = 136138, }, ["Lightning Rod"] = { [197209] = 237443, }, ["Resonance Totem"] = { [202192] = 136098, }, ["Chain Reaction"] = { [195418] = 135845, }, ["Odyn's Champion"] = { [200986] = 132346, }, ["Posthaste"] = { [118922] = 461119, }, ["Vengeance: Ignore Pain"] = { [202574] = 236317, }, ["Momentum"] = { [208628] = 1029722, }, ["Shield Block"] = { [132404] = 132110, }, ["Darkness"] = { [209426] = 1305154, }, ["Heroism"] = { [32182] = 132313, }, ["Soul Fragments"] = { [203981] = 136210, }, ["Aspect of the Turtle"] = { [186265] = 132199, }, ["Icy Veins"] = { [12472] = 135838, }, ["Displacement Beacon"] = { [212799] = 132171, }, ["Executioner's Precision"] = { [242188] = 135358, }, ["Sunfire"] = { [164815] = 236216, }, ["Ember Totem"] = { [210658] = 135825, }, ["In For The Kill"] = { [248622] = 1029718, }, ["Cloak of Shadows"] = { [31224] = 136177, }, ["A Murder of Crows"] = { [131894] = 645217, }, ["Pyretic Incantation"] = { [194329] = 463856, }, ["Serpent Sting"] = { [259491] = 1033905, }, ["Fiery Brand"] = { [207744] = 1344647, }, ["Rupture"] = { [1943] = 132302, }, ["Frothing Berserker"] = { [215572] = 458971, }, ["Ice Barrier"] = { [11426] = 135988, }, ["Dark Gift"] = { [264006] = 135752, }, ["Unstable Affliction"] = { [233497] = 136228, [233496] = 136228, [233498] = 136228, [233490] = 136228, }, ["Enhanced Pyrotechnics"] = { [157644] = 135810, }, ["Stormkeeper"] = { [205495] = 1248972, }, ["Storm Totem"] = { [210652] = 1020304, }, ["Immolation Aura"] = { [178740] = 1344649, [258920] = 1344649, }, ["Sprint"] = { [2983] = 132307, }, ["Crash Lightning"] = { [187878] = 1370984, }, ["Juggernaut"] = { [201009] = 458975, }, ["Wild Growth"] = { [48438] = 236153, }, ["Magic Wings"] = { [102116] = 135992, }, ["Metamorphosis"] = { [162264] = 1247262, [187827] = 1247263, }, ["Flametongue"] = { [194084] = 135814, }, ["War Cry"] = { [276873] = 458971, }, ["Aspect of the Wild"] = { [193530] = 136074, }, ["Time Warp"] = { [80353] = 458224, }, ["Lethal Shots"] = { [260395] = 461120, }, ["Moonfire"] = { [164812] = 136096, }, ["Nemesis"] = { [206491] = 236299, }, ["Spirit Mend"] = { [90361] = 237586, }, ["Corruption"] = { [146739] = 136118, }, ["Evasion"] = { [5277] = 136205, }, ["Frostbrand"] = { [196834] = 462327, }, ["Stellar Flare"] = { [202347] = 1052602, }, ["Envenom"] = { [32645] = 132287, }, ["Renewing Mist"] = { [119611] = 627487, }, ["Agony"] = { [980] = 136139, }, ["Zealotry"] = { [278989] = 135986, }, ["Soothing Mist"] = { [115175] = 606550, [198533] = 606550, }, ["Tailwind Totem"] = { [210659] = 136046, }, ["Spectral Sight"] = { [188501] = 1247266, }, ["Volley"] = { [194386] = 132222, }, ["Soul Barrier"] = { [263648] = 2065625, }, ["Coordinated Assault"] = { [266779] = 2065565, }, ["Bone Shield"] = { [259536] = 132097, }, ["Ambergesic"] = { [276888] = 135883, }, ["Battle Cry"] = { [1719] = 458972, }, ["Ancestral Knowledge"] = { [237949] = 841219, }, ["Ironskin Brew"] = { [215479] = 1360979, }, ["Heating Up"] = { [48107] = 236218, }, ["Blur"] = { [212800] = 1305150, }, ["Prismatic Barrier"] = { [235450] = 135991, }, ["Aura of Decay"] = { [234422] = 136144, }, ["Netherwalk"] = { [196555] = 463284, }, ["Hot Streak!"] = { [48108] = 1035045, }, ["Demonic Core"] = { [264173] = 571321, }, ["Rake"] = { [155722] = 132122, }, ["Beast Cleave"] = { [118455] = 461121, }, ["Double Tap"] = { [260402] = 537468, }, ["Ignore Pain"] = { [190456] = 1377132, }, ["Colossus Smash"] = { [208086] = 464973, }, ["Aspect of the Eagle"] = { [186289] = 612363, }, ["Blackout Combo"] = { [228563] = 574568, }, ["Solar Empowerment"] = { [164545] = 535045, }, ["Lunar Empowerment"] = { [164547] = 135753, }, ["Enveloping Mist"] = { [124682] = 775461, }, ["Elusive Brawler"] = { [195630] = 642416, }, ["Rejuvenation"] = { [264118] = 136081, }, ["Berserker's Rage"] = { [237947] = 132352, }, ["Kidney Shot"] = { [408] = 132298, }, ["Enrage"] = { [184362] = 136224, [8599] = 136224, }, ["Tiger's Fury"] = { [5217] = 132242, }, ["Tormented Souls"] = { [216695] = 1281092, }, ["Garrote"] = { [703] = 132297, }, ["Rip"] = { [1079] = 132152, }, ["Demon Soul"] = { [163073] = 236300, }, ["Frenzy"] = { [272790] = 2058007, }, ["Avatar"] = { [107574] = 613534, }, ["Crimson Vial"] = { [185311] = 1373904, }, ["Drums of Fury"] = { [178207] = 133841, }, ["Hozen Rage"] = { [115006] = 135726, }, ["Unending Resolve"] = { [104773] = 136150, }, ["Power of the Maelstrom"] = { [191877] = 135820, }, ["Marking Targets"] = { [223138] = 132222, }, ["Viper's Venom"] = { [268552] = 236200, }, ["Vendetta"] = { [79140] = 458726, }, ["Siphon Life"] = { [63106] = 136188, }, ["Primal Rage"] = { [264667] = 136224, }, ["Combustion"] = { [190319] = 135824, }, ["Trueshot"] = { [288613] = 132329, }, ["Bullseye"] = { [204090] = 236179, }, ["Dragon Scales"] = { [203581] = 1394891, }, ["Prepared"] = { [203650] = 1305160, }, ["Lock and Load"] = { [194594] = 236185, }, ["Shattered Defenses"] = { [248625] = 970853, }, ["Lucky Break"] = { [259630] = 136205, }, ["Incanter's Flow"] = { [116267] = 236219, }, ["True Aim"] = { [199803] = 1033497, }, ["Bone Chilling"] = { [205766] = 236208, }, ["Arcane Intellect"] = { [1459] = 135932, }, ["Blazing Barrier"] = { [235313] = 132221, }, ["Precise Shots"] = { [260242] = 236179, }, ["Misdirection"] = { [35079] = 132180, }, ["Master Marksman"] = { [269576] = 132177, }, ["Power Word: Fortitude"] = { [21562] = 135987, }, ["Wildfire Bomb"] = { [269747] = 2065634, }, ["Lava Surge"] = { [77762] = 451169, }, ["Vengeance: Revenge"] = { [202573] = 236317, }, ["Feign Death"] = { [5384] = 132293, }, ["Bestial Wrath"] = { [19574] = 132127, }, ["Tidal Waves"] = { [53390] = 237590, }, ["Trick Shots"] = { [257622] = 461846, }, ["Stormbringer"] = { [201846] = 136099, }, ["Vulnerable"] = { [187131] = 132177, }, ["Hunter's Mark"] = { [257284] = 236188, }, ["Blessing of Freedom"] = { [1044] = 135968, [262618] = 135968, }, ["Tricky Dodge"] = { [259102] = 132331, }, ["Burning Rush"] = { [111400] = 538043, }, ["Fighting Dirty"] = { [274377] = 1720214, }, ["Deadwind Harvester"] = { [216708] = 1060569, }, ["Frost Armor"] = { [12544] = 135843, }, ["Compounding Horror"] = { [199281] = 1002600, }, ["Ice Block"] = { [45438] = 135841, }, ["Elaborate Planning"] = { [193641] = 237387, }, ["Demonic Calling"] = { [205146] = 460856, }, ["Bloodlust"] = { [2825] = 136012, }, ["Flame Shock"] = { [188389] = 135813, }, ["Aspect of the Cheetah"] = { [186257] = 132242, [186258] = 132242, }, ["Deadly Poison"] = { [2823] = 132290, }, ["Demon Spikes"] = { [203819] = 1344645, }, ["Feint"] = { [1966] = 132294, }, ["Elemental Focus"] = { [16246] = 136170, }, ["Water Shield"] = { [271486] = 135835, }, ["Selfless Healer"] = { [114250] = 236252, }, }, ["editor_font_size"] = 12, ["lastArchiveClear"] = 1584713110, ["lastUpgrade"] = 1719243689, ["LuxthosXPBar"] = { ["session"] = { ["lastXP"] = 272166, ["realTotalTime"] = 1706126, ["gainedXP"] = 0, ["maxXP"] = 332165, ["startTime"] = 1627593386, ["realLevelTime"] = 2651, ["lastTimePlayedRequest"] = 1627593390, }, }, ["migrationCutoff"] = 730, ["registered"] = { }, ["login_squelch_time"] = 10, ["features"] = { }, }